Search found 4 matches

by chromecat
Tue Apr 07, 2020 12:05 pm
Forum: General Discussion and Questions
Topic: UDP problems
Replies: 0
Views: 1339

UDP problems

Hello, i try to figure out how to send UDP messages from a D1 mini with Wifi. From normal Python in the same Network -> no problem My code: import network import usocket as socket wlan = network.WLAN(network.STA_IF) wlan.active(True) wlan.connect('Test', 'test') udp = socket.socket(socket.AF_INET, s...
by chromecat
Fri Jul 20, 2018 2:59 pm
Forum: ESP8266 boards
Topic: Cant access REPL
Replies: 3
Views: 2978

Re: Cant access REPL

yes i did erased the flash bevor. i tried every baudrate 9600-115200 esptool.py --port /dev/cu.wchusbserial1410 --baud 57600 write_flash --flash_size=detect 0 esp8266-20170108-v1.8.7.bin esptool.py v2.5.0 Serial port /dev/cu.wchusbserial1410 Connecting.... Detecting chip type... ESP8266 Chip is ESP8...
by chromecat
Thu Jul 19, 2018 8:59 pm
Forum: ESP8266 boards
Topic: Repl not Responding
Replies: 6
Views: 6430

Re: Repl not Responding

Got the same problem.

tried it also with vanguard brainwash micropyhton
>> Device doesn't match known flashing configuration

and stops after erasing flash.
by chromecat
Thu Jul 19, 2018 5:19 pm
Forum: ESP8266 boards
Topic: Cant access REPL
Replies: 3
Views: 2978

Cant access REPL

I bought two lolin NodeMcu board and tried to install everything correctly.. but when i flashed it and want to access the repl there are just symbols like shown below. FE�Q�HAI% ��Mл�YH��UWZ��F i did everything like https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html i got mac...