Close

16 Results for "bar robot"

  • 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   ...
  • Set up for real

  • Close the telnet program if you opened it. When you start the debugger, use the top menu bar to open a new terminal. Inside the new terminal enter: orbcat -c 0,"%c" This will decode channel 0 as a character in the display. You can add more -c if you...
  • eBox Setup

  • Components needed: 1 x 3D-printed eBox assembly2 x 3D-printed Power Bank Housing1 x 3D-printed eBox Mounting Bracket 1 x Strip Board1 x Relay (SRD-05VDC-SL-C)2 x Diodes (1N4007)2 x USB 2.0 to Micro USB cable (1m)2 x Power bank1 x Single Solid Core...
  • C# VST host

  • The VST host can be built with Visual Studio 2012 or 2017. I'm sure other versions will work too, but I have not tested that. First of all, make sure you have the 'develop' branch. It simply contains all the latest bugfixes. A while ago I decided to...
  • Battery and pitch assembly

  • Cut 12 lengths of ~15cm wire (6 of black silicone and 6 of red). Strip the ends and crimp/solder them to the M4 crimp terminal connectors. Cover the connection using a short piece of heatshrink. Place 2 LM8UU bearings into the part “Battery_mount_bearings”...
  • Microscope Operation

  • Part List #10 Flat Washers – Home Depot part number: 887480024715 Pt/Ir tip wire (50 cm) – nanoScience part number: 20105 Conductive carbon tape or conductive silver glue – Ebay Prepare a tunneling tip. For initial tests, the tip wire can be regular...
  • Study the schematic diagram

  • Before jumping into the electronics part you need to get familiar with the circuit so it holds no surprises. This isn't too hard. Grab the schematics off github or the files section and take a look. I'll wait while you download and view the diagram.......
  • Software

  • Software Overview STM image of a carbon nanotube on a graphite substrate. The image size is 1000 nm wide by 650 nm tall. The nanotube has a diameter of 1 nm. The STM control software used to drive the studentSTM was written in Visual Studio in C++ using...