orsjb / HappyBrackets

HappyBrackets is an audio-focused library and toolkit for creative coding for the internet of things.
Apache License 2.0
36 stars 3 forks source link

Raspberry Pi is not connecting the the given WiFi credentials #7

Closed orsjb closed 8 years ago

orsjb commented 8 years ago

Tested on a D-Link. The Pi is available when connected via ethernet but simply fails to connect to this particular router. It might be because of something specific to the configuration of the router, so it would be good to know if this is working anywhere at the moment.

samgwise commented 8 years ago

Is this via the OSC message to /PI/config/wifi of the deivce? (See net.happybrackets.device.network.NetworkCommunication line 90-99 of commit 18b0e16)

orsjb commented 8 years ago

No, I've not heard of this message before. The /etc/network/interfaces file is correct but the wifi is not connecting. I'm trying to manually set it with ifdown and ifup. Possibly it is a problem with my router. This is happening without Java running.

orsjb commented 8 years ago

Note: I don't know about these OSC messages. Where are we documenting them? Also: it should be /device/ rather than /PI/ (note I went around changing several messages from /PI/ to /device/ so there is some chance of breakage)

samgwise commented 8 years ago

I haven't fully tested the message behaviour yet so I haven't added it to any extant documentation. and the /PI/ was a typo, it has always been /device/.

orsjb commented 8 years ago

Resolved.