Anyone interested in Programming the Raspberry Pi Pico in Tinygo, more specifically for weather data collection.
- Those interested in Tinygo!
SparkFun Weather Meter Kit SEN-15901
SSD1306 Amazon
SSD1306 Datasheet
make release
- Plug in Pico
cp build/release /run/media/$USER/RPI-RP2/
- build and install openocd from source
- For Fedora users, run
setup/build_install_openocd.sh
- For Fedora users, run
- Debian/Ubuntu users
- See the Getting started with Raspberry Pi Pico for directions to build and install openocd
- See the Getting started with Raspberry Pi Pico for directions to build and install openocd
See this guide to run openocd without Root privileges
- Configure build tags to enable/disable unused packages as needed
- Add anemometer support
- Requires multicore support to monitor two interrupts at the same time.
I'm looking into using the C/C++ SDK's multicore APIs and CGO to use 2nd core
See Tinygo issue 2446
- Setup receiver repository to store and transmit data
- My desire to learn more about embedded electronics and Go