gkoh / furble

A bluetooth wireless remote shutter release/button for Fujifilm X/GFX and Canon EOS cameras.
https://furble-web-installer.koh.wtf
MIT License
66 stars 8 forks source link

Set BLE power after connection is established. #77

Closed gkoh closed 6 months ago

gkoh commented 6 months ago

As per the ESP32 docs, set the BLE power after we have established the connection. Whilst here, refactor the handling so 'Scan::init()' sets the power before setup and 'Camera::connect()' sets the power after success.

gkoh commented 6 months ago

@matthudsonau See if this makes any difference. My testing has been super unscientific, but seems to make my M5StickC and Plus reach similar shutter control distance.

matthudsonau commented 6 months ago

@matthudsonau See if this makes any difference. My testing has been super unscientific, but seems to make my M5StickC and Plus reach similar shutter control distance.

Seems better, but I'm also doing it unscientifically. Can reliably take photos from the other end of the house now, so it's definitely improved

gkoh commented 6 months ago

@matthudsonau See if this makes any difference. My testing has been super unscientific, but seems to make my M5StickC and Plus reach similar shutter control distance.

Seems better, but I'm also doing it unscientifically. Can reliably take photos from the other end of the house now, so it's definitely improved

2 out of 2 people say it's good, considering it fixed then :)