Close

4801 Results for "%s"

  • Programming

  • Copy the python files from the project's repository onto your feather board.
  • Add button and LED

  • - Connect button (for my case PA.10 pin is used as input and connected to one button's pin and another pin is connected to 3.3V pin)- (optional) Connect button's LED or separate LED (for my case PA.14 pin is connected to LED's + terminal...
  • Done!

  • That's all there is to it.  You can display anything, including animations with Pygame.
  • Debugging

  • ummmm..... Adafruit's ItsyBitsy M4 Express was used for debugging and brownie points.
  • LinkTrucker

  • Solder 4 Red/Green LED's to a project board.Run ~300Ohm resistor to ground pin on all 4 LED's. (Center pin is common on these LED's)Wire Green side to PIN 2,3,4,5 of UNOWire Red side to PIN 6,7,8,9 of UNOGround resistors.
  • KiT: Keep In Touch

  • Create two MQTT accounts or streams, on a website such as data.sparkfun.com. One stream should correspond to each KiT device. For example, for communication from Alice and Bob, Alice's KiT should be set to read from Bob's stream and publish to Alice's...
  • Mind Controlled Robot

  • Connect the dongle’s Tx directly to the Arduino’s Rx(Pin 0).Connect the dongle’s Rx to the Arduino’s Tx (pin 1).You can add a voltage divider to reduce the voltage going to the dongle’s Rx pin because Arduino sends 5V whereas Dongle uses only 3.3 V.It...