Skip to content
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

Problem after Flash "magic-home-led-controller" #210

Closed
xoseperez opened this issue Sep 8, 2017 · 11 comments
Closed

Problem after Flash "magic-home-led-controller" #210

xoseperez opened this issue Sep 8, 2017 · 11 comments

Comments

@xoseperez
Copy link
Owner

Originally reported by: Christian Schäfer (Bitbucket: themaster999, GitHub: Unknown)


Hello i used the todo from "http://tinkerman.cat/magic-home-led-controller-espurnad/"

But i could not make the Controller work. I dont get a wlan to login into espurna and no serial Log at reboot. No Problem with my Sonoffs.

Here is my Flash log.
Bought RGB with IR at Ali:"https://de.aliexpress.com/item/16Million-colors-Wifi-RGB-RGBW-led-controller-smartphone-control-music-and-timer-mode-magic-home-wifi/32755262961.html"

@xoseperez
Copy link
Owner Author

I'm reviewing the flags for the magichome-led-controller and they are somewhat weird... At some point I made a change and I'm not sure it was right. Can you test these:

#!ini
[env:magichome-led-controller]
platform = espressif8266
framework = arduino
board = esp12e
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags} -DMAGICHOME_LED_CONTROLLER
monitor_baud = 115200

@xoseperez
Copy link
Owner Author

Original comment by Christian Schäfer (Bitbucket: themaster999, GitHub: Unknown):


Thanks for the Answer. I tried the new setting but it is the same no wlan :( no LED, no serial interface. Maybe a other controller? i dont know. is there something i could test and send you a log or something?

@xoseperez
Copy link
Owner Author

But the firmware gets flashed, right? Maybe it is booting into flash mode again. Do you disconnect GPIO0 (IO0) from ground after flashing it?

@xoseperez
Copy link
Owner Author

Original comment by Christian Schäfer (Bitbucket: themaster999, GitHub: Unknown):


The Firmware Flash was ok. After Flash i disconnect all unwanted Cabels (No GPIO0 connected) and reboot. Then nothing. Should i make a Photo from the Board? Maybe a other Revision?

@xoseperez
Copy link
Owner Author

@xoseperez
Copy link
Owner Author

Certainly not an ESP12 module. Maybe we should try again a 1m with DOUT:

#!ini

[env:magichome-led-controller]
platform = espressif8266
framework = arduino
board = esp01_1m
board_flash_mode = dout
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_1m} -DMAGICHOME_LED_CONTROLLER
monitor_baud = 115200

@xoseperez
Copy link
Owner Author

Original comment by Christian Schäfer (Bitbucket: themaster999, GitHub: Unknown):


ok that worked i have a GUI now.

But new problems :(

  1. could not connect to any WiFi.
  2. Chip forget settings after reboot.

@xoseperez
Copy link
Owner Author

Erase config and flash again.

#!bash
esptool.py --port /dev/ttyUSB0 --baud 115200 erase_flash

@xoseperez
Copy link
Owner Author

Changed in 1.9.4

@xoseperez
Copy link
Owner Author

Removing milestone: 1.9.3 (automated comment)

@xoseperez
Copy link
Owner Author

Original comment by Christian Schäfer (Bitbucket: themaster999, GitHub: Unknown):


Thank you that does the Trick :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant