Search found 4 matches

by jszsj
Fri Nov 03, 2017 10:48 am
Forum: ESP8266 boards
Topic: main.py not running as expected
Replies: 2
Views: 2422

Re: main.py not running as expected

It's feel like the code start to run but after a while it start over then crash, so I add these code to main():

Code: Select all

  if app_running:
    return
  else:
    app_running = True
but the issue didn't be fixed
by jszsj
Fri Nov 03, 2017 10:42 am
Forum: ESP8266 boards
Topic: main.py not running as expected
Replies: 2
Views: 2422

main.py not running as expected

hello, my English is not very well, but I'm working on it I'm using neopixel to control leds, when I run the code directly in the console,everything works fine, but when I upload main.py to the board,after the first boot it's not running as expected, then press the reboot button it just works, I don...
by jszsj
Mon Jul 18, 2016 6:07 am
Forum: ESP8266 boards
Topic: no module named 'webrepl'
Replies: 13
Views: 10822

no module named 'webrepl'

sorry, my English is not very well, but I'm working on it. I built the firmware myself used the lasest source(v1.8.2-19-gc3f519a-dirty on 2016-07-18), but I can't start webrepl, when I import webrepl model, there's an error:no module named 'webrepl', I don't know how to fix this, and need some help,...
by jszsj
Tue Jul 07, 2015 9:08 am
Forum: Hardware Projects
Topic: Driver for WS2812 RGB LEDs (NeoPixels, ...)
Replies: 30
Views: 104775

Re: Driver for WS2812 RGB LEDs (NeoPixels, ...)

there is a issue with the drive:
I have a 16 leds chain and a 2 leds chain,I used example_advanced.py to test, the first led in both chain does not light, other leds works fine, someone can help me with this?Thanks
(ps: Sorry for my poor Engilsh)