Close

1728 Results for "esp8266"

  • ESP8266 only

  • I finally worked again on this project and removed the arduino. The servo is now directly controlled by the ESP8266. The 433MHz Transmitter was also removed, becasue I noticed that I don't use it yet.To be able to mount circuit on to the servo, I sandwiched...
  • ESP8266 Progress

  • Working toward my own understanding of the amazing ESP8266 chip, I have created two programs. I used examples provided on Arduino.cc, pieced them together, and created a Network Scanner with Access Point and a Phone Home application. The Scanner was...
  • ESP8266 repair

  • I must have pushed the Shottky diode of my clone Wemos D1 Mini too hard, it failed last night, so I found a diode in a larger package and soldered it on. It's running the ESP chip, but now I'm having trouble getting it to communicate via USB.
  • ESP8266 Firmware

  • I haven't put the firmware on Github for the ESP8266 in the Sonoff device, because it is just slapped together to get the project started. When I really start to work on the full featured ESP8266, I will put it up on Github, but for now, here is the...
  • esp8266 + I2C

  • To talk to our LED backpack we'll need to install a couple of Adafruit Arduino libraries:Install  "Adafruit_LED_Backpack" (I used v1.1.6) and "Adafruit_GFX_Library" (I used 1.2.9).Then take a few minutes to read drmpf's excellent tutorial on using...
  • ESP8266 Breakout

  • I've made the ESP8266 breakout block I mentioned in my previous post. Here's hoping that it works OK. Here is a link to it on dirtypcbs: http://dirtypcbs.com/view.php?share=5472&accesskey=baa26ead4281fe835c0db18bac90b08aFeel free to order one if you'd...
  • ESP8266 ready

  • I finally got a new layout ready and the communication "API" defined.I was aiming for a structure with an ID, Value and checksum in binary format but for now, and to make debugging easier I made a simple API with all ASCII values: ,,<\n>.This way I can...