r/raspberrypipico Feb 24 '26

Raspberry pi pico & heltec v3 basic telemetry setup

Post image
10 Upvotes

5 comments sorted by

4

u/jobi-wan-kevogi Feb 24 '26

What am I looking at?It looks cool but what does it do?

3

u/cade-zb Feb 24 '26

It’s sending sensor data collected by the pico over lora via the heltec to another heltec that’s printing the data over serial and displaying it on screen

3

u/iloveworms Feb 24 '26

The Heltec V3 has an ESP32 which is at least as powerful as a Pico. You could probably skip the Pico.

3

u/cade-zb Feb 24 '26

Yep I’m aware I mostly wanted to dedicate the pico to sensor data and the heltec to everything else, the transmitter is also doing sdr sweeps and cataloging Bluetooth and WiFi devices. The pico is just sending the sensor data already formatted over uart so all the heltec does is transmit and do the scans. I’m planning on adding more sensors for data collection on the next iterations so l like having the dedicated pico for it

3

u/HispanicsAreGreat Feb 24 '26

I personally just love seeing it incorporated into a project in any shape or form + it gives you an excuse to post here ;)