schoolpost/BlueMagic32

Even following the steps I couldn't make it work

Opened this issue · 5 comments

I followed the steps and entered the code into the m5stickc. After restarting the serial monitor shows the message that the m5 initialized ok and nothing else happens.
With the BMPCC 6K turned on with bluetooth turned on, nothing happens. I would like help to resolve everything here and I already appreciate the attention and dedication of those involved in the project.

Same here, something isn't working. I tried the Basic_Remote_Trigger example and found that it hangs at BMDConnection.connect();. I tried versions 1.0.4 and 1.0.5 of the ESP32 library (as suggested here), still no success. I'd be happy to help solve this problem, but I don't know how to start.

Same problem also here, unable to connect to the camera. M1 mac, macOS 12.2, Arduino 1.8.19, M5 stick Plus, various versions of libraries. I've been lucky only once after many attempts, than no more even with same code and libraries...

source: https://forum.blackmagicdesign.com/viewtopic.php?f=12&t=103495#p740174

BMDConnection.begin("BlueMagic32");
BMDConnection.clearPairing(); <--ADD THIS LINE OF CODE
BMDControl = BMDConnection.connect();

source: https://forum.blackmagicdesign.com/viewtopic.php?f=12&t=103495#p740174

BMDConnection.begin("BlueMagic32"); BMDConnection.clearPairing(); <--ADD THIS LINE OF CODE BMDControl = BMDConnection.connect();

Already tried it. 99% of the time doesn't work.

I've just bought an M5 Stick C Plus with the hope of using this and having the same problems as everyone else, tried the examples and none of them seem to work, the basic_remote_trigger wanted to pair once but never worked and the M5_Remote_Trigger_Timecode which was the one i really wanted to use just shows a white scrambled screen with a black square in the corner, the left side button seems to turn the screen off and on again with a long press but thats all.
Would love for this to work and would even be happy to pay the developer for a working version.