Close

363 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%89%B9%E3%83%99grace%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EF%BC%B3%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%D0%B5%20%D1%8F%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EB%B9%84%EC%9A%A9superstition%20%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%80%B2%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%C2%A7%EF%BC%98fetch"

  • Controller

  • Then came the part of how to control a Raspberry Pi over WiFi, because Bluetooth has too little range. I decided on using a Flask server running on the Raspberry PI and an ESP8266 ESP12E module to send data to it. The ESP8266 only has one analog input,...
  • Get car reversing kit

  • Firstly you will need to get the £10 car reversing kit off ebay. The type you want has 4 ultrasound transducers. You don't need the ones with video cameras etc. Beware that the control circuit will need some modifications which will stop it working...
  • Implement Charts/Graph

  • Type the following command to install the chart.js plugin: npm install chart.js --save  Import the chart to the page where we need to use by typing the following code: import { Chart } from 'chart.js';   For this project, we are using the chart...
  • Code for single Esp32 Board

  • This is the code for everything on a single Esp32 Board. Since I didn't have the correct board, I needed to use two of them, and they communicate through the serial port.The Bluetooth packets address and raw data get printed to the Arduino Serial...
  • Respiratory rate

  • Using a microphone module  measure de respiratory rate first aproximation, you must put the mic. close to nose float total=0; // the setup routine runs once when you press reset:void setup() {   Serial.begin(9600);} // the loop routine...
  • WiFi ePaper

  • Flash a NodeMCU firmware imageFor flashing a new image, I use esptool. Plugin your NodeMCU module to an USB port, clone the esptool project and flash your firmware. Usually a new device will appear, like /dev/ttyUSB0. Step by step:git clone https://github.com/themadinventor/esptool.git...
  • Cuts required

  • The plywood product I used was 1/2x2x4 G1S, $37 ea before tax in Ontario in summer of 2022. For the project infrastructure, four 1" x 4" x 8' knotty pine planks would be price competitive and less work to waterproof, but less convenient to transport....
  • Arduino Code, by Jim Lindblom

  • /* HID Joystick Mouse Example by: Jim Lindblom date: 1/12/2012 license: MIT License - Feel free to use this code for any purpose. No restrictions. Just keep this license if you go on to use this code in your future endeavors! Reuse and share. This is...
  • CAN BUS Gaming Simulator

  • Arduino Source Code://############################################################################################################## //Volkswagen CAN BUS Gaming //Test Sketch v3.0 //(C) by Leon Bataille 2015-2016 //Hackaday Project Page: https://hackaday.io/project/6288-volkswagen-can-bus-gaming...
  • Pictures and sounds

  • Pick various animal pictures from the internet and print them on A4 sheets.Take  a big transparent protective sheet and tape the pictures under Tape the corner so it will hold on the DDR mat.Pick up the corresponding animal sounds and copy them...
  • 3D printing the enclosure

  • Here are a few more-or-less random notes about 3D printing the calculator enclosure. I've printed it with the Creality Ender 3 V2 printer using PETG plastic, and the case went really well I think. Contrary to what's written in many websites,...
  • Code for the Arduino

  • Now download the code and install the mouse.h and keyboard.h libraries. Upload the code to your Arduino. You can copy the code from below. #include #include const int EMG = 2; //Emergency stop button :) const int L1 = 7; const int L2 = 8; const int P1...