e-sr / moonboard

GNU General Public License v3.0
96 stars 43 forks source link

config file #16

Open e-sr opened 3 years ago

e-sr commented 3 years ago

It would be nice to have a config file containing the information about the led stripes type and the led layout.

see also #3

8cH9azbsFifZ commented 3 years ago

Have hacked an implementation with Strip driver and JSON. My board is complete by now :)

We can discuss on a successive merge strategy of my fork, once my stuff is stabilized.

marcelbesoeu commented 3 years ago

8cH9azbsFifZ, will your hacked version work on raspberry pi 3B+ or I have to move to Rapi W Zero?

grasnag commented 3 years ago

I use 8cH9azbsFifZ version on 3B+

marcelbesoeu commented 3 years ago

I use 3B+, fresh install "Raspberry Pi OS with desktop and recommended software" and tried e-sr, 8cH9azbsFifZ with requirements loaded and without - loaded only minimal packages neded to run "moonboard_BLE_service.py" without errors. No success. My phone is working with original MonnBoard led system without problems. I have my own Monnboard with all 2017 holds and LED sytem but want "LEDize" my training wall as well.

8cH9azbsFifZ commented 3 years ago

8cH9azbsFifZ, will your hacked version work on raspberry pi 3B+ or I have to move to Rapi W Zero?

Yes - it works.

8cH9azbsFifZ commented 3 years ago

I use 3B+, fresh install "Raspberry Pi OS with desktop and recommended software" and tried e-sr, 8cH9azbsFifZ with requirements loaded and without - loaded only minimal packages neded to run "moonboard_BLE_service.py" without errors. No success.

Whoops there was a typo. Did you try: https://github.com/8cH9azbsFifZ/moonboard/blob/master/doc/OVERVIEW-SOFTWARE.md /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/8cH9azbsFifZ/moonboard/master/install/install.sh)"

Just tested the installation once again here - it works with latest raspbian.

marcelbesoeu commented 3 years ago

Yes - I tried install.sh. The same: app Is coneccting one time, but holds list is not sent and disconnect. I will make clean install and try connect from diferent phone.

grasnag commented 3 years ago

Are you using IOS or android?

marcelbesoeu commented 3 years ago

Android on S10e.

marcelbesoeu commented 3 years ago

I found that original Moonbord LED BOX Bluetooth name is not "Moonboard A" but "MoonBoard A". Still no success with connection from app. Led driving using WS2811 led's works.