Close

1728 Results for "esp8266"

  • More Testing on ESP8266

  • I have done some more SMD rework and tests to try to find out the root cause of the weird behavior on the ESP8266 module described in my previous project log. It turns out that the issue (probably) has nothing to do with soldering, instead, the I2C bus...
  • ESP8266 Version Demo Video

  • I've finally got around to finishing the demo video for the ESP8266 version. In the first video I ran the simulation at EDSAC speed. This time I'm running it flat out so you can see how much faster it is.
  • Loving the ESP8266

  • I have been working with the esp8266 for the last 2 weeks and I love it.I have setup a arduino (1.6.5) sketch using the staging (unstable) version of esp8266. I have added Over The Air update so I can update the sketch using wifi. Also debug information...
  • Talking to the esp8266

  • Using my Bus Pirate, I was able to talk to the esp8266 and flash its firmware, then was able to connect it to my home wireless network and some testing. My end goal is to remove the Arudino from the design and just use the esp8266. I also was able to...
  • Secure ESP8266 MQTT Client

  • Secure ESP8266 MQTT Client Copyright (c) 2019-2020 Warren Taylor. There are many tutorials on how to program the ESP8266 as an MQTT Client using the Arduino libraries. But it's hard to find a single source clearly describing how to program the ESP8266...
  • Small steps - native ESP8266

  • I think my next step will be to try just the ERP8266 for the sensor. It will use less power with only one module. Although I may try one last debug of the digispark to find out what went wrong...I think I'll start with the frankenstein firmware ; I didnt...
  • ESP8266 added and working

  • changed the pin since the original Xmas lights shared an SWD pin, turned on the WiFi chatter in the psoc code and streamed UDP traffic to the board. works great.!The esp8266 as i noted before is the wrong orientation (derp), however you can attach it...
  • ESP8266-ESP12 Eagle Part

  • Just added in an Eagle library file for the ESP-12 with the infamous GPIO04 and GPIO05 pin-swap problem corrected. I don't have an actual, physical PCB with this part mounted on it yet, so double check the library if you order any boards before I do...
  • Build for ESP8266

  • If you want to try playing with this, but don't feel like compiling your own MicroPython firmware, I prepared a build for the ESP8266 with the #D1 Mini X-Pad Shield and an ST7735 display module: https://github.com/deshipu/micropython/releases/download/v1.10-34-g711238a95-dirty/firmware-combined.binI...
  • ESP8266 OTA updates update

  • I've had a lot of difficulty getting OTA updates to work over HTTPS, so I'm falling back to HTTP for now. I've got it updating the sketch efficiently (meaning, using stock code to check md5sum of file and not bothering to update if the md5sum is the...
  • Python ESP8266 Pin arrangements

  • Actually the ESP8266 pins that can be used by end users is not so much. There the SPI/I2C/UART, and few pins could be used.  The IO0 can be also used as a normaly IO port, the MCU detect IO0 state to enter the programming/working state. there some...
  • ESP8266 Dev Baord V3

  • 02.02.2015 :Version 3 is ready and tested: https://fh-dortmund.sciebo.de/public.php?service=files&t=9c78f44897887a3c46a1e66198210678Please read Readme.txt , too.