Close

403 Results for "feather"

  • Getting Zephyr Running on the nRF9160 Feather

  • In this post, I’ll be outlining my first experiences with Zephyr and nRF Connect SDK. If you’re not familiar, Zephyr is an up and coming RTOS for embedded devices. It brings things like threads to tiny little processors so that your real time tasks can...
  • Testing the STC3100 on the LoRaWAN Feather Board

  • So I put together a simple project using the *.ioc file that I created for the Feather board, CubeMX and the driver I just put together and the results are good.First up is to get rid of the FreeRTOS calls://buf = pvPortMalloc((size_t)(ByteCount...
  • Dwalin: Power management problem

  • I'm moving Dwalin from the breadboard stage to prototype in the enclosure. As part of this, I'm setting it up so that the Pi can turn off power to the Feather in order to run the Feather from the LiPo battery once a week. Unfortunately I've run into...