AlexLynd / ProbeHunter

An ESP8266 based promiscuous WiFi sniffer to track devices emitting probe requests
44 stars 8 forks source link

Wemos d1 mini pro keeps resetting #2

Open KjellKriminell6 opened 1 year ago

KjellKriminell6 commented 1 year ago

Hi! I downloaded this sketch to my Wemos D1 mini pro V3.0. It keeps freezing up about 1 second after boot up and gives me this error message in Arduino IDE 1.83:

"rst cause:2, boot mode:(3,6)"

Ive googled it but cant seem to find a way of fixing this.

I tried my wemos-board by uploading the blink example from arduino IDE and it works like a charm

user011000001 commented 8 months ago

This may caused because your board didn't get programmed correctly. So u can convert Arduino code into .bin file then using a esp flasher tool like blacktechx011.github.io/esp_web_serial_flasher/ This flash the code at address 0x00000 or 0x0

Hope it helps you