Close

249 Results for "bar robot"

  • Embedis : I2C FRAM Keystore

  • Installing EmbedisTo Install Embedis in the Arduino IDE, please see the Detailed Install Directions. Embedis is installed using the Arduino Library Manager, from the top menu bar : Sketch -> Include Library -> Manage Libraries -> EmbedisYou will also...
  • Embedis : SPI FRAM Keystore

  • Installing the Adafruit SPI FRAM LibraryThe Adafruit FRAM SPI library is installed using the Arduino Library Manager, from the top menu bar :Sketch -> Include Library -> Manage Libraries -> Adafruit FRAM SPI
  • Laser Harp I

  • Put narrow shrink tubing on the legs of the photoresistors and put the legs through the holes in the sensor bar. Bend one leg towards the negative copper tape strip and solder it in place. Bend the other leg sideways, twist together with a leg of a 10K...
  • Finishing

  • Install the firmware plug the vpph to a 35V (1.5A at least) supply and vppl to a 35V (low noise low current) supply. Connect the stepper drivers to motor supply voltage. Connect the arduino to a pc and update the com port in the python files. Position...
  • Finishing

  • Install the firmware plug the vpph to a 35V (1.5A at least) supply and vppl to a 35V (low noise low current) supply. Connect the stepper drivers to motor supply voltage. Connect the arduino to a pc and update the com port in the python files. Position...
  • Choose Where to Feel the Music

  • Place the electrode pad set in any of the recommended locations. Turn the stimulation setting down to the lowest setting by pressing the  (-) button. Intensity is indicated by the LED pattern where 1 illuminated bar is the lowest setting. ...
  • Software

  • The software (work in progress!!!) can be found here: https://github.com/AcuarioCat/LGSpeakers/tree/master/LGSpeakersI use Visual Studio 2019 with the Visual Micro extension for programming.You will need to edit the LgSpeakers.ino file to set your...
  • Insert longer bars

  • Measure how long the shoe is. For me it's about 11.25in, using the medium middle-back piece. If you're using the shorter middle-back piece, it should measure an inch shorter at 10.25. If you're using the longer middle-back piece, 12.25. Cut 6 pieces...
  • Getting Barometer Data (Python Script)

  • from machine import Pin,I2Cfrom bmp280 import *import time bus = I2C(0,scl=Pin(1),sda=Pin(0),freq=200000)bmp = BMP280(bus) bmp.use_case(BMP280_CASE_INDOOR) while True:    pressure=bmp.pressure    p_bar=pressure/100000   ...
  • Attach Linkage for Tilting

  • I tried many different types of linkage/pushrods and most ended up bending or had too much slop.  Power up the Tilt servo and command it to be in its default/center position.Re-attach the servo arm as shown below.Create a linkage out of the steel...
  • Attach Linkage for Noding

  • Power up the Nod servo and command it to be in its default/center position.Re-attach the servo arm as shown below... Actually, the picture wasn't taken with the different parts straight. The servo arm shouldn't be a bit more clockwise to make the 3rd...