ESPixelstick

assilem4791

If I rest, I rust.
Joined
Sep 22, 2020
Messages
42
Location
Triangle, NY
I can't get this bloody controller working. I just want to use it to play with lights until my falcon comes. If anyone can help. Here is the error I get when trying to upload the sketch.

Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Generic ESP8266 Module, 160 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:128KB OTA:~438KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

[SPIFFS] data : C:\Users\Melissa\Downloads\ESPixelStick-master\ESPixelStick-master\ESPixelStick\data

[SPIFFS] size : 128

[SPIFFS] page : 256

[SPIFFS] block : 4096

[SPIFFS] upload : C:\Users\Melissa\AppData\Local\Temp\arduino_build_497713/ESPixelStick.spiffs.bin

[SPIFFS] address : 0xDB000

[SPIFFS] reset : --before default_reset --after hard_reset

[SPIFFS] port : COM3

[SPIFFS] speed : 115200

[SPIFFS] python : C:\Users\Melissa\Documents\ArduinoData\packages\esp8266\tools\python3\3.7.2-post1\python3.exe

[SPIFFS] uploader : C:\Users\Melissa\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\tools\upload.py



esptool.py v2.8
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____....._____
Traceback (most recent call last):
File "C:\Users\Melissa\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\tools\upload.py", line 65, in <module>
esptool.main(cmdline)
File "C:/Users/Melissa/Documents/ArduinoData/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main
esp.connect(args.before)
File "C:/Users/Melissa/Documents/ArduinoData/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
SPIFFS Upload failed!
 

assilem4791

If I rest, I rust.
Joined
Sep 22, 2020
Messages
42
Location
Triangle, NY
I tried the flash tool also. I just ordered the REEFer board from Renard. Hopefully it solves the problem.
 

Attachments

  • Capture.JPG
    Capture.JPG
    17 KB · Views: 9
  • Capture1.JPG
    Capture1.JPG
    14.5 KB · Views: 9

BAZMick

Full time elf
Generous elf
Joined
Nov 26, 2019
Messages
484
I remember seeing somewhere that the .bin file needs to be in the same folder at the ESPFlash executable file otherwise the flash tool can't find it.
 

BAZMick

Full time elf
Generous elf
Joined
Nov 26, 2019
Messages
484
Doh! I'm only comparing what you're trying to do to me reflashing sonoff's and esp32 modules. Have you tried watching videos from Superhouse, digiblurDIY and/or DrZzzzs about how they flash ESP8266 devices?
 

assilem4791

If I rest, I rust.
Joined
Sep 22, 2020
Messages
42
Location
Triangle, NY
Thanks for all your effort to help me. :) I have watched the Canispater video on it. I'll try watching the others. Thank you!
 

assilem4791

If I rest, I rust.
Joined
Sep 22, 2020
Messages
42
Location
Triangle, NY
Thank you! I at least got a little farther. The UI came up. I think the header pins on the board are not working, I may have flubbed the soldering on it. I'll wait for the REEFer board to get here from Renard, and hopefully, it will solve the issue, as I can just seat the esp on the REEFer without and header wires.
Side note: I tried it bolding the button in, and not holding the button. Same result.
 

Attachments

  • Screenshot 2020-10-25 065149.png
    Screenshot 2020-10-25 065149.png
    36.2 KB · Views: 8
Top