Search found 20 matches

by jay2026
Wed Feb 19, 2020 5:05 am
Forum: ESP8266 boards
Topic: esp8266-20191220-v1.12.bin issues
Replies: 15
Views: 8365

Re: esp8266-20191220-v1.12.bin issues

MostlyHarmless wrote:
Tue Feb 18, 2020 8:30 pm
jay2026 wrote:
Mon Feb 17, 2020 5:41 pm
picocom on linux mint
Picocom works fine with ESP8266 and ESP32 boards here on CentOS 7. Is your user a member of the dialout group?


Jan
YES
by jay2026
Wed Feb 19, 2020 5:05 am
Forum: ESP8266 boards
Topic: garbage value apon pressing reset switch on esp8266
Replies: 8
Views: 4421

Re: garbage value apon pressing reset switch on esp8266

Unfortunately this is just how the ESP8266 works. It has a bootloader which writes a bunch of info out to the serial port, but at a different baud rate (74880, instead of the 115200 that MicroPython uses). Because your serial console is at 115200, the 74880 bits look like garbage. So if you change ...
by jay2026
Wed Feb 19, 2020 5:03 am
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

The garbage is normal and no sign of an error. After reset, the first messages of the boot loader are send with 76800 baud. Received at 115200 baud, that looks like garbage. So nothing is broken. You just did not see that before. And yes. This ENOENT message just says: file not found. In this case:...
by jay2026
Tue Feb 18, 2020 4:45 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

You can set the pin value with either: pin.value(1) resp. pin.value(0) or shorthand: pin(1) or pin(0) For any question on usage, please refer the documentation: http://docs.micropython.org/en/latest/ There are quick examples for each module type, e.g. ESP8266 and Pin: http://docs.micropython.org/en...
by jay2026
Tue Feb 18, 2020 4:32 pm
Forum: ESP8266 boards
Topic: garbage value apon pressing reset switch on esp8266
Replies: 8
Views: 4421

garbage value apon pressing reset switch on esp8266

Hi, i'm using esp8266 development board to learn micropython and im facing a problem when i press RST on the board the issue is as follow >> rld����l�| �$�p�r���{��� #��oo�loN���Bp��$rl{$p�o� � l cN�|���d� c��oo�l��l`�2no$`n{�����d p�N�{����� #n�|$l �b��Nn� l`�ol`n{���� � �$p�o� r�ܜ���� " o�|� #��oo...
by jay2026
Tue Feb 18, 2020 3:57 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

yes sir the problem is solved
the reason was the cable
by jay2026
Tue Feb 18, 2020 1:48 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

FATAL: term closed
This is the error i get sir
by jay2026
Tue Feb 18, 2020 12:52 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

thank you sir the commands you asked to use are a little to advanced for me i'll learn the commands and then apply them
by jay2026
Mon Feb 17, 2020 6:57 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

A new problem has arise my connection is not stable the terminal closes on its own every few sec
by jay2026
Mon Feb 17, 2020 5:55 pm
Forum: ESP8266 boards
Topic: unable to communicate with doit esp-12n developemebt board
Replies: 23
Views: 10683

Re: unable to communicate with doit esp-12n developemebt board

thank you for helping sir i used this command
python3 esptool.py --port /dev/ttyUSB0 --baud 230400 write_flash --verify --flash_size=4MB --flash_mode=dio 0 <binary_image_file>
and my problem was solved