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

Connect #2

Open
gdomod opened this issue Nov 25, 2015 · 8 comments
Open

Connect #2

gdomod opened this issue Nov 25, 2015 · 8 comments

Comments

@gdomod
Copy link

gdomod commented Nov 25, 2015

How do u connect the ESP8266 in linux as serial connection over wlan without usb or something ?

@nccwarp9
Copy link

not sure what you want to do but to make ESP8266 act as serial bridge you can use ESP-LINK. https://github.com/jeelabs/esp-link

@gdomod
Copy link
Author

gdomod commented Nov 25, 2015

hmm
i want to connect openelec and ESP8266 with led stripes wireless.

@nccwarp9
Copy link

that is what this code is for ...... ? Adalight-ESP8266 enables wifi connection ESP8266 board that is connected to led strips and hyperion. Hyperion is addon, I believe it is also available for openelec

@gdomod
Copy link
Author

gdomod commented Nov 25, 2015

okay, nice! but how looks the hyperion configuration for conenction to esp8266 ?

@nccwarp9
Copy link

sorry, I got it all wrong :) you do need to connect esp8266 directly to the computer for this to work but one way to go around that is to use arduino to control the leds and esp8266 to act as serial bridge. I used a com to tcp emulator on windows machine to send data from com port to desired ip address.

@gdomod
Copy link
Author

gdomod commented Nov 25, 2015

can we combine with https://github.com/beckdac/ESP8266-transparent-bridge
and socat PTY,link=/dev/vmodem0,raw,echo=0,waitslave TCP4:XXX:23

??

@nccwarp9
Copy link

that project looks like ESP-LINK (https://github.com/jeelabs/esp-link). Ive used esp-link before and it has really good web gui for setup. Check it out

@sticilface
Copy link
Owner

Can hyperion put out signal over WiFi, I think I looked into it but there was no joy? Using a bridging adapter as you are discussing here is an option, Pi -> uartbridge -> WiFi -> ESP8266... but this all seemed rather complicated for a device that is sitting by the TV, with a usb port. so i took the easy route.

I'm not sure how suitable the ESP8266 is at the moment for streaming stuff like this. I've written a basic UDP to WS2812 program as well, it the ESP8266-WiFi (also has lots of other modes, including adalight) but it falls over a lot when UDP is streaming. Some other people have had issues with UDP though, as well. But i've not tried it for a while. Been busy with other stuff.

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

No branches or pull requests

3 participants