Close

123 Results for "esp8266"

  • Software Installation

  • Download and install the Arduino IDEOpen the Arduino IDEGo to "File" -> "Preferences"Insert the following URL into the "Additional Boards Manager URLs" field http://arduino.esp8266.com/stable/package_esp8266com_index.json Click "OK"Open the Boards Manager...
  • Getting to Blinky!

  • After all that work, we are finally ready to compile and program our first application! Let's blink an LED! Various ESP boards have LEDs on different pins. The Feather HUZZAH has one on GPIO0, and another on GPIO2. The SparkFun Thing has one on GPIO5....
  • 3D Printing and Woodworking

  • You can download all the stl files on the following websites: https://www.thingiverse.com/thing:2934791 https://pinshape.com/items/45555-3d-printed-diy-wi-fi-smart-scale https://www.youmagine.com/designs/diy-wi-fi-smart-scale https://cults3d.com/en/3d-model/gadget/diy-wi-fi-smart-scale...
  • Flashing the Firmware

  • 1. From the unzipped flash download tool folder, double clikc and run flash_download_tool_x.x.x.exe file. 2. In the first pop-up window choose Developer mode and in the subsequent pop-up window choose ESP8266 DeveloperTools. 3. Now open the Readme file...
  • ESP-Now

  • ESP-Now, short for "Espressif Simple Protocol Now," is a wireless communication protocol developed by Espressif Systems, a company known for its popular ESP8266 and ESP32 series of Wi-Fi and Bluetooth-enabled microcontrollers. ESP-Now is designed for...
  • FoocusStacker

  • Camera shutter releaseMy camera, a Nikon, has a 10-pin connector which allows for focus and shutter release:There are a couple of ways to actuate these inputs. In order to better isolate the camera from the controller I did not use a simple transistor...
  • UniJoystiCle

  • Build the WiFi receiver circuit using this schematic:And this PCB file:What the receiver does, is to open/close the c64 joystick connections with three 4066 switches.Since each c64 joystick has 5 inputs (Up, Down, Left, Right and Fire button, not including...
  • Wiring up

  • *Currently I am using Pin D3 on the ESP for the Data line of the LEDS. The LED's run at 5V and the ESP's run at 3.3V. This can be a problem, so use a 74AHCT125 as a level shifter for the logic signal. I used 4 NiMH batteries in AA format to power the...
  • Coding the module

  • 1. Download the repository(Release Version 1.5): https://github.com/akarsh98/esp8266_deauther 2. Extract the downloaded folder and navigate to the following path to open the the file in Arduino IDE. esp8266_deauther-master/esp8266_deauther/esp8266_deauther.ino...