schoolpost / BlueMagic32

Arduino ESP32 Library for connecting to Blackmagic Cameras using Bluetooth Low Energy.
GNU Lesser General Public License v2.1
93 stars 17 forks source link

Even following the steps I couldn't make it work #13

Open falcaobh opened 2 years ago

falcaobh commented 2 years ago

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.

typerat commented 2 years ago

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.

teo3vs commented 2 years ago

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...

larsdpeder commented 2 years ago

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();

teo3vs commented 2 years ago

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.

DigitalMetal commented 1 year ago

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.