-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIFI problem #27
Comments
The issue is in probably that your setup, you have a spur which is triggering the CSMA. I would try other lengths and orientations of the transmitter wire to see if you can find one which mutes the noise bit. |
I have tried on wemos mini and with ESP8266-01 incl. programmer (https://www.ebay.com/itm/AZDelivery-USB-zu-ESP8266-01-Serial-Wireless-Wifi-Module-fur-ESP-01/143651482795?hash=item21724bacab:g:Sd0AAOSwArNfRjhL) I have on both devices strong WIFI issues. Please, could you send me your setup? |
any update? |
I have had it work on both NodeMCU and ESP-01, both have very bad wifi issues when running on channel 3, and both I needed to do different things with to attenuate the signal sufficiently. |
Hi,
I have flashed the device including mpfs. Really am not able to connect to device as AP/STA. stable. sometimes I can connect but the webpage loading is very very slow and I see only Introduction and NTSC button.
IN STA mode I got IP but webside is very slow..
Video is working.
I have tested on ESP8266 Wemos mini and ESP8266-01 as sell, same issue.
I have checked colorchordproject as well. It is working without any issue on 8266. I think with ESP8266 channel3 has some issue..
Uploads:
Channel3
/home/me//esptool/esptool.py --port /dev/ttyUSB0 write_flash -fm dio 0x00000 image.elf-0x00000.bin 0x10000 image.elf-0x10000.bin 0x3FB000 /home/me/channel3/esp82xx/toolchain/esp_nonos_sdk/bin/blank.bin 0x3FC000 /home/me/channel3/esp82xx/toolchain/esp_nonos_sdk/bin/esp_init_data_default_v08.bin 0x3FE000 /home/me/channel3/esp82xx/toolchain/esp_nonos_sdk/bin/blank.bin 524288 web/page.mpfs)||(true)
esptool.py v1.2
colorchord
esptool.py -b 1500000 --port /dev/ttyUSB0 write_flash -fm dio 0x00000 image.elf-0x00000.bin 0x10000 image.elf-0x10000.bin 0x3FC000 esp82xx/toolchain/esp_nonos_sdk/bin/esp_init_data_default_v08.bin 532480 web/page.mpfs)||(true)
esptool.py v3.0-dev
The text was updated successfully, but these errors were encountered: