Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tools

BLE Scanner

Used to scan for Bluetooth devices.

go run ./blescanner/

AP Connect

Used to connect an Arduino with WiFi to an access point.

tinygo flash -target nano-rp2040 -ldflags="-X main.ssid=thessid -X main.pass=thepassword" ./apconnect/