Hi, I have a Bluetooth Bee Standalone module, which is normally programmed using the Arduino software (ver 1.8.3) via USB. Since the module is bluetooth capable, is it possible to program it from a bluetooth capable pc via the module’s bluetooth, since that would be so much quicker and simpler to leave the module in-circuit? If so, how is that done? Thanks.
Hi,
It’s called OTA Update (Over The Air Update), and it’s not supported out the box. you need to implement your own bootloader for that.