i think restart is mandatory, try adding:
restart()
{
stop
start
}
at the end of the file, chmod it you didn't already, enable and reboot
i think restart is mandatory, try adding:
restart()
{
stop
start
}
at the end of the file, chmod it you didn't already, enable and reboot
maybe this can help: http://fibasile.github.io/new-node-modules.html
you can use usb and have your source code on it, then just run it from there
you can use usb and have your source code on it, then just run it from there
i think restart is mandatory, try adding:
restart()
{
stop
start
}
at the end of the file, chmod it you didn't already, enable and reboot
You should be able to connect to wireless as soon as it has power, but if i've seen right on your video wifi module isn't blinking when you power it, strange...
@Boken-Lin sorry, this is new to me, so what can I do with USB-to-serial? I thought i could use micro USB like normal usb and connect my old mp3 player as a data source, but i guess i can use it now to power arduino and communicate with it?
There is a micro usb on omega, is it possible to use it as second usb and not just power source?
i'm writing my own lightweight server for audio streaming, currently i've made frontend client which decodes mp3 file and send buffer to server, now i'm trying to write that buffer to a file and stream it with madplay on omega. Some future plan is to add sd card or some other data storage so i can queue more files or save songs which finish streaming and add them to some playlist
yes, and i have been struggling with this for days now, installed a bunch of crap and now i have to figure out how to clean it all up so i can run my node server with mp3 player, you have no idea how good it felt to hear the sound after days of googling, compiling, installing and removing modules.
I just hope I'll be able to return the favour some day