Close

396 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%A6%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80world%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88%EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80promotion%20%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%AB%20%E2%88%AB%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80decided"

  • DIY Data Logger

  • Here's the code for the Spark Core. The programming for this is very similar to an Arduino. Once you go to the Spark website and get your Core setup you just click on the BUILD tab, create a new App and paste in the code and it'll upload the code over...
  • Prep Your Board!

  • Cut your protoboard to roughly fit the size of the Feather. Use your wires to take the inconveniently placed pins and turn them into tidy little rows of four. The rows should be: A0   3v   Gnd   11 A1    3v ...
  • Code

  • #include "SoftwareSerial.h" String ssid ="yourSSID"; String password="yourPassword"; SoftwareSerial esp(6, 7);// RX, TX String data; String server = "yourServer"; // www.example.com String uri = "yourURI";// our example is /esppost.php int DHpin = 8;//sensor...
  • CODE

  • Here's the code that was used in this project, and its a simple one. This code essentially demonstrates how to use the AHT10 sensor library to read temperature and humidity, display the results on an OLED screen, and handle errors. The delays between...
  • Part list

  • When I am working on a project, I like to build things that are the most cost efficient possible but still of good quality. So even those on a tight budget can afford to build their own. It's hard to give the exact amount of money spent, as...
  • Final Test / Power Up

  • 13. [ ] Apply only the +5 volt power again, verify the power LED lights and nothing gets hot. 14. [ ] Power off, connect motor power (but don't turn it on!) and the motor. For help with sorting out the motor leads, see: Stepper...
  • Air Compressed Nerf Gun

  • Make the Air Tank-You can make an air tank a couple of ways. #1 is you can just buy one, for like $30 on ebay (rover.ebay.com/rover/1/711-117182-37290-0/2open_in_new), or use a bulkier tank, one of those white ones. This is how to make a air tank outta...
  • Order pcb from JLCPCB

  • Download gerber, cpl and bom files to your computer go to Jlcpcb.com and select PCB Assembly upload gerber file The Dimentions should automaticly update to 80 x 65 and number of layers to 4. leave all other choices as default.  Enable PCB assembely...
  • Proto-Rap Mark II

  • https://www.youtube.com/watch?v=WZIk_cwCiGshttps://www.youtube.com/watch?v=HmMKeCfoe2whttps://www.youtube.com/watch?v=uXEBNPaA-JkBasicamente en esos 3 videos de aprox un minuto se ve el armado. Primero se montan los laterales, el carro z y en tercer...
  • Code

  • Open a laptop with the Arduino software (https://www.arduino.cc/en/Main/Software).Download the code from https://github.com/stressmaniac/ELSA or copy the code belowConnect the Arduino to the laptop using the USB 2.0 cable.Press the upload button on the...
  • Sigma Derby Clone

  • Programming the finish switch Mega board)The finish switch Mega board will be the brains of the operation. It will come up with a 5 digit number to Serial communicate to the other boards. The 5 digit number will contain 3 pieces of information. The first...