Skip to content

ferryzhou/nezha-ble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nezha-ble

Demos

Bluetooth Code in Microbit

For Makecode bluetooth extension, remember add the following code to pxt.json:

    "yotta": {
        "config": {
            "microbit-dal": {
                "bluetooth": {
                    "open": 1,
                    "pairing_mode": 0,
                    "whitelist": 0
                }
            }
        }
    }

To find pxt.json, first add Bluetooth extension, then turn on js mode, click Explorer button in left panel.

References

Micro:bit Bluetooth

MediaPipe

VSCode Web

About

Control nezha robot with webapp and bluetooth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors