Browse By Tags

  • EoRa-S3-900TB with FreeRTOS — LoRa Camera Control System --Avg 174 µA

    A long-range wireless camera battery control system built on the EoRa-S3-900TB development board (ESP32-S3 + SX1262 LoRa). A FreeRTOS-based Transmitter (TX) sends commands over LoRa to a deep-sleep Receiver (RX) that controls camera power via a KY-002S…
  • GitHub readme files and code pretty print

    GitHub supports readme files with markdown formatting. Markdown has an option to show text as source code, by wrapping it in ``` . Today I learned, that the GitHub markdown renderer knows a lot of programming languages. I just made a file that pretty…
  • Development Kit Survey: do you love them, or hate them?

    We’ve all been there. You sign up to a hands-on session and get a free development kit to play with. During the session, the instructor shows you how to download and setup the development environment, compile some example code and Hey Presto! You’ve got…
  • let CMake fetch your build dependencies

    When you work on a project, you often rely on external libraries and source code. If you use CMake as your build tool: it can download the artifacts for you. And make them available during build. By using FetchContent . use case: your project…
  • Turing my M5stack core2 to a flipper

    Hey guys, Im new to coding, but have general knowledge of hardware. Im about to take on task which is out my scrope but wit chatgpt i will try it. this what i will be doing, i bought all the parts , the hard part is the coding. if anyone is willing to…
  • GitHub Actions: my automated flow for Pico GPS project with Teseo (validate, deploy, publish docs)

    I wrote a series of articles about GitHub Actions. To: validate that no one submits code that breaks the build automate nightly deploy and update online documentation The flow below shows the current setup. Read it down to up, to understand…
  • GitHub: automate Raspberry Pico project (nightly) release GitHub Actions

    In GitHub: automate Raspberry Pico project build verification with GitHub Actions , I made GitHub build a project. I'm using an Action to check out branches and build them, upon a GitHub event. In this post, I create a GitHub action that will upload…
  • GitHub: automate Raspberry Pico project build verification with GitHub Actions

    You can Make GitHub build your project. I'm using an Action to check out branches and build them, when a pull request is submitted. I adapted an existing flow from the Raspberry organisation. Here's what it does check out the branch that's the source…
  • GitHub: automate project documentation with DoxyGen, and publish online after pushing commits

    The title says it all. You can generate project documentation from the comments in the source files. I'm using doxygen for that. What I tried today (and succeeded in), is to make a GitHub action that: kicks off a process on one of its job servers…
  • GitHub: automate Raspberry Pico project build verification with GitHub Actions

    Moved to GitHub: automate Raspberry Pico project build verification with GitHub Actions You can Make GitHub build your project. I'm using an Action to check out branches and build them, when a pull request is submitted. I adapted an existing flow…
  • GitHub: automate project documentation with DoxyGen, and publish online after pushing commits

    Moved to GitHub: automate project documentation with DoxyGen, and publish online after pushing commits The title says it all. You can generate project documentation from the comments in the source files. I'm using doxygen for that. What I tried…
  • Github Template repository: get updates from origin

    When you create a Github repository from a Template, there is no origin <> destination relationship. They live separate lives. This is different from Forking a repository. In that case the fork knows its origin, and you can sync your Fork from the origin…
  • Access to i.MX 8M Plus Edge AI Kit BSP

    I am working with the i.MX 8M Plus Edge AI Kit and would like access to that BSP.
  • Evaluate ModusToolbox Software with the Infineon PSoC 62S2

    Table of Contents
    • Introduction
    • Description and used names:
    • Documentation
    • Unboxing
    • Preparing the environment for testing.
    • ModusToolbox installation
    • Testing
      • CAPSENSE Buttons and Slider
      • PSoC 62S2 & Sterling-LWB5
    • Usage of ModusToolbox Machine Learning...
  • PST.. develop a firmware change for the Pico SCPI labTool - unique USB enumeration ID

    scottiebabe suggested a change to the PST firmware: use the Pico unique ID in the USB enumeration string . Have you thought about how to id more than one pico tool? Let's do that! The TinyUSB USBTMC example was the starting point for…
  • GitHub for Beginners: Feature Development for Projects

    This blog post is a joint effort by Jan Cumps and shabaz Table of Contents Introduction IDE Capabilities JetBrains Products Visual Studio Code A Suggested Strategy Fork the Project Repository Cloning your Repository to your Local…
  • Access to Edge AI Kit Yocto BSP

    Hello! I would like to know to whom I can reach out to in order to request access to the GitHub repo for the Yocto BSP. Kind regards
  • GitHub for Beginners: Working with PyCharm and other JetBrains IDEs

    Table of Contents Introduction Cloning a Repository Creating a Branch and Publishing the Branch Editing Code and Committing your Code Creating a Pull Request Merging the Code to the main branch Creating your Next Feature Viewing Branches…
  • GitHub for Beginners: Incrementally Adding Features to your Code

    Table of Contents Introduction What is GitHub and Version Control, and Why is it useful? What Really Happens Installing Software Cloning (Checking out) Code Creating a Branch and Publishing the Branch Editing Code and Committing Code …
  • Sci-Pi GPT - 3 Get Lucky with GPT4ALL

    Experiments I've spent some time experimenting with different apps, which where build to run LLMs from the edge. As well I was learning about community and key contributors. One of such contributors is Georgi Gerganov ( ggerganov ). He is one of the…
  • "ATCDC: Digimorf, SEGA SG-1000 Emulator on PSoC62S4 Pioneer kit, everything unveiled!

    SEGA SG-1000 Emulator on PSoC62S4 Pioneer kit Hi everyone! Here we are at the conclusion of this adventure in the world of Infineon with my project for this challenge. In these two months, I have tried to share all the salient steps in the creation…
  • Sound and Vibration Measurement: Road Test time management with GitHub Project Beta

    I have a decent set of objectives for the Sound and Vibration Measurement Hat for Raspberry Pi road test. To keep focus and track, I'm using GitHub's new Projects Beta . The new Project app is simple - simpler than the previous incarnation. And I'm trying…