H.A.N.S. RPi PicoW agent Code
Brought to you by:
lukg36
| File | Date | Author | Commit |
|---|---|---|---|
| .vscode | 2022-11-18 |
|
[aed8be] Initial commit |
| doc | 2022-11-20 |
|
[0b0074] add temperature sensor lib and sending to rest ... |
| src | 2022-11-20 |
|
[455263] add aditional sensor |
| .gitignore | 2022-11-18 |
|
[aed8be] Initial commit |
| README.md | 2022-11-19 |
|
[940b92] add ip configuration display |
minicom -b 115200 -o -D /dev/serial0
mkdir build
cd build
cmake -DPICO_BOARD=pico_w -DSSID="<your wifi="" ssid="">" -DPASS="<your wifi="" pass="">" ../src</your></your>
make
openocd -f interface/raspberrypi-swd.cfg -f target/rp2040.cfg -c "program test.elf verify reset exit"