ubilab-ws21 / puzzle-5

0 stars 1 forks source link

Bluetooth connection between HoloCube and charger box's MCU #29

Closed archerindigo closed 2 years ago

archerindigo commented 2 years ago

Apart from showing the box's password on the HoloCube, we may alsounlock the box directly through Bluetooth.

wjb321 commented 2 years ago
  1. [x] Know the theory of bluetooth and BLE
  2. [x] test different application scenarios of BLE
  3. [ ] holocubic as a client and charger box's mcu as a server v.v.
  4. [ ] BLE further application
wjb321 commented 2 years ago

there are two types of bluetooth: bluetooth and BLE, because I used iPhone and Mac, so bluetooth normally can not support well for iOS. so BLE works well.

wjb321 commented 2 years ago

now BLE works fine and can control the game. for the commands or information sending to mcu in charger box now change from bluetooth way to mqtt way. so for the task mentioned above will do after mqtt finished.