Close

1728 Results for "esp8266"

  • Support for ESP8266

  • Remora now supports ESP8266 too. Please follow instructions on this branch: https://github.com/martinberlin/Remora/tree/esp8266 Developers that had small Wemos D1’s and similar small boards in their labs asked for this. Is working at similar speed as...
  • USB instead ESP8266

  • I achieved to communicate PICmaster and PC by USB. I had some problems with WIFI sometimes and training was turning off. Now I can use WIFI or USB(default) I'm going to make some corrections and try a long training without cuts :) Also I want this mode...
  • ESP8266 SPI PS-RAM?

  • I wound up using the hardware that I built for this for my 8008 emulator, and I really didn't give this project any more thought.  It seemed that the disk would fail randomly after loading a random number of sectors from MS-DOS. In the meantime,...
  • ESP8266 programming trouble

  • Last night I had some success testing the ESP8266 using some example sketches (Blink, WiFiScan, and HelloServer) and they all worked. Today I tried again and was able to get results from WiFiScan (which was still loaded on it). Note that those sketches...
  • PWM and the ESP8266

  • Boy those blue leds are bright, and the really need dimmed to prevent the bedroom to be lit up like a movie studio. Unfortunately, PWM on the ESP8266 is somewhat broken, in that you cannot get the duty cycle below about 20%. I only discovered only after...
  • Comparing ESP8266 antenna types

  • Here is the result of a quick ESP8266 antenna experiment:Same room ( ~5m )Next room ( ~9m )Garage, 2 walls, 1 floor diff( ~13-15m )ESP 07int. + ext. antenna-45 dB-56 dB-85 dBESP 07only ext. antenna-40 dB-54 dB- 85 dBESP 07only int. antenna-60 dB-74 dBno...
  • ESP8266-FastLED-Webserver app

  • Last night I was able to try out some code on the Vulcan Salute that seems to work. The LEDs, motor, and infinity lights were responding to commands from Jason Coon's Webserver app. I discovered that some of my LEDs are happy with a 3.3V data signal,...
  • Arduino ESP8266 Test Shield

  • I've made an Arduino Shield for testing.... here's the schematic... (note, I have replaced original post schematic with this simplified version using all thought-hole components)... The PCB layout below is also updated...And a very quick PCB Layout...The...
  • ESP8266 resets itself -_-

  • I've got an annoying problem.The ESP8266 resets itself intermittently- my guess is that it's power fluctuations since I've got 2 DC motors riding on it. The forums are full of people with similar issues, but the solutions aren't the same per problem....
  • ESP8266 I2C Problems

  • Having had the initial pyboard system fail due to my naivety with the length of I2C lines I decided to switch to WiFi transfer of data based on Wemos D1 Mini ESP8266 based units. This was partially due to my just receiving a batch of these units that...
  • Flash esp8266 with Arduino IDE

  • As tweeted here, I made some progress and was able to flash some code to my esp8266.I’ve followed the mapping explained on https://github.com/esp8266/Arduino/blob/master/doc/boards.md and flash that one https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient.inoWorks...
  • ESP8266 firmware + PCB ordering

  • After a long break, I finally got the time to work on this project again.So this log is a quick update about the esp8266 firmware used to drive the clock presented in the last couple of posts.The ESP8266 is programed via the arduino SDK https://github.com/esp8266/Arduino The...