Close

403 Results for "feather"

  • Magnetically Attached Flag Pole

  • One of the problems I didn’t foresee in designing Sawppy was that some children might see a fun challenge in doing running jumps over my rover. I first saw this unwelcome behavior when I brought Sawppy to Long Beach, and I knew it’d only be a matter...
  • Human Trials Begin

  • The PCBs and parts have arrived. The near-term objective is to create a working prototype halo that will prove the concept using the Arduino Feather M0 Express along with a simple motherboard for the sensors. I removed the VL53L0X sensor ICs from the...
  • The Second Pass Prototype

  • A list of new features and/or changes after testing the first prototype: Only three VL53L0X distance sensors. Five sensors is confusing and not necessary. There will be dead zones because the outer two sensors will be 50° off of the front sensor....
  • Prior Art (a.k.a. Open-Source Candy Shop)

  • A lot of PCBs out there have ESP32s and/or ECP5s that do graphics and game stuff. Since much of these projects are open-source, I hope to be able to leverage a lot of the information provided in them to speed up development. First, let's take a look...
  • Change in plans...

  • After some more thinking, looking into physical space available, wondering about how to get the BLE signal to reach out of the metal enclosure etc I decided to do some changes to the system partitioning and components. Instead of the Feather nRF52840...
  • Hardware choices

  • Platform Flash size requirements The codec2 library needs about 87KB, while the RadioLib needs about 10KB.  Then, there's also the base Arduino libraries.  And we still need to add our own code.  To be on the safe side, a device with at...
  • Parallel Bus

  • The displays arrived a few days ago, but I really didn't have the energy to get them working until today. Yesterday I found my Universal Display Breakout Board™ and soldered the display to it. Today I connected a Feather RP2040 to it, and tried to get...
  • Gen 2 PCB

  • Another round of hardware!This round was mostly a first-pass at shrinking. But I did make a few other changes. Whether the hardware shrink is enough to fit in a lightsaber has yet to be seen.---------- more ----------Further details:The button was I2C...
  • Version 4 - It's Alive!!!

  • It's been a lot of work getting here, but I finally have version 4 coded and running enough to launch some shuttles. Through the build & programing I've identified many areas of improvement, but I am really liking where it's going.Next Steps..CalibrationThis...
  • Energy Harvesting

  • The reduced power requirements of ultra-low power systems enables the use of energy harvesting to extend battery life, potentially indefinitely. This leads to the question: How does one design an energy harvesting system? The first step is to understand...