Imported from GitHub: dawsonjon/101Things · commit c54578d · license MIT
Description
A collection of cool projects to make!
README
Pico W Walkie Talkie
.. image:: images/circuit.png
Features
- Cheap, Easy Build
- Minimal Parts Count
- 3D Printed Enclosure
- Long Battery Life
Install Arduino Pico
The Walkie Talkie code is written in C++, the application is provided as an Arduino sketch <https://github.com/dawsonjon/101Things/tree/master/23_walkie_talkie/walkie_talkie>. The Arduino Pico <https://github.com/earlephilhower/arduino-pico> port by Earle Philhower is probably the easiest way to install and configure a C++ development environment for the Raspberry Pi Pico. It is possible to install the tool and get up and running with example applications in just a few minutes. Refer to the installation instructions <https://github.com/earlephilhower/arduino-pico?tab=readme-ov-file#installing-via-arduino-boards-manager>__ and the online documentation <https://arduino-pico.readthedocs.io/en/latest/>__ to get started.
Documentation
For technical details, refer to the technical documentation <https://101-things.readthedocs.io/en/latest/walkie_talkie.html>_.
3D-Printed Enclosure
A 3D printed enclosure can be found here <https://github.com/dawsonjon/101Things/tree/master/23_walkie_talkie/enclosure>__, including stl files and FreeCAD design files.
Credits
This project uses the following libraries:
WiFi Manager Pico <https://github.com/mthorley/wifimanager-pico>_
No comments yet. Be the first to ask about this board.