Close

3008 Results for "arduino"

  • Code

  • I used micropython, because I haven't used it for a project yet and I was shocked how well it worked for this. There are many tutorials on how to use Thonny with an ESP32, and I found it to be much quicker than doing this in Arduino/ C++. The main files...
  • PULSE PACK Enclosure Build

  • The PULSE PACK is a wearable computing platform that orchestrates a collection of body augments, all part of the SHE BON project. These augments are individual systems that sense and indicate when the user's body enters an "excited" state. Each system...
  • Spectrum Analyser Code

  • SoftwareThe code can be downloaded from the project downloads page. But here it is:#include const static char ASCII[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, // 20 0x00, 0x00, 0x5f, 0x00, 0x00, // 21 ! 0x00, 0x07, 0x00, 0x07, 0x00, // 22 " 0x14, 0x7f,...
  • Final Code

  • I split the code up into three by putting the MUX code and the Teensy settings in library files. Main Program Synth_USB_Modular_MUX.ino   calls the libraries MUXController.h TeensyAudioDesignTool.h Main Program: Synth_USB_Modular_MUX.ino...
  • Coding Battle!

  • Now, we need to do something very important and that is coding our pocket weather station because without the code running in the Arduino which in turn runs everything, our device is just a plastic box with no functionality. So let's program our pocket...