LoRa Meshtastic

Can a stand alone node record (and sore) GPS location to be retrieved at later date?
I was thinking about building one for hiking

1 Like

You can put it into a mode where it just constantly broadcasts gps data. Look up Meshtastic range test

1 Like

If your node has a GPS chip, then you can look at the position log.


3 Likes

@Hamspiced Do you happen to know much about the SenseCAP Card Tracker @ Seeed Studio?

I don’t really have a need for Meshtastic other than a possible drone tracker. I build and fly a lot of FPV drones and the SenseCap looked like a compact solution. I really would like something tiny with GPS.

I did get into Lorawan during Covid and mounted a Mikrotik gateway and antenna on my house. I’ve since moved and all my Lora stuff is sitting in a drawer. I guess I do have a few devices I could convert from Lorawan to Meshtastic.

I haven’t messed with anything from seed. I actually didn’t even know they came out with anything.

I’ve switched to only using rak nodes because they are so damn power efficient and have great range as well as an array of modules. That’s likely what I would recommend.

2 Likes

Now that I have home assistant setup I figured why not get my node info piped into it.

Really simple.

I use an NRF52 based node so I can’t use the HA tutorial on Meshtastics site as these devices have a bug outputting JSON payloads.

However I’m home assistant if you install HACS, three a Meshtastic MQTT bridge that can decide the raw protobufs data.

All you need is your local topic and your device id. Throw that info the config and enable the metrics you want.

5 Likes

Made a crazy low cost easy to put together board for Meshtastic. Uses a Pro Micro and a E22 Lora Module.


4 Likes

ok now let’s implant it…

3 Likes

External use only sir

2 Likes

booo

5 Likes

Why though? I’m sure a 10,000mAh flat pack LiPo under the skin of my thigh would be a great idea.

2 Likes

Its pretty crazy how low powered the RAK devices are. My esp32 devices last a day. My RAK ran for a week before I plugged it back in.

I put an antenna on my chimney but I have a 15 foot coax ran to it. It needs a box and POE module, that project got sidetracked though.

Oh definitely. 2 18650 will power a heltec for 14 hours. A wisblock 4630 for 16 days

1 Like

I’ve noticed the same. My all my esp based devices last max 1 day and NRF52840 based devices last 2-6days depending on the battery size that is still smaller. T-echo lasts somewhere between 4 and 6 days and T1000-E for 2 days. In the future I’ll be getting only non-esp based devices for the battery powered versions until they improve on it.

1 Like

The temptation to make a solar node and hang it in a tall tree 1/4 mile from my apartment is so high…

But leaving a $200 box unattended in a tiny patch of woods feels like a terrible idea, especially when I don’t own said woods.

I know it would quadruple (or better) my range, even with surrounding foliage. I know it would let me reach out to some nodes south of me and east of me. But I feel like even if I put aside the risk of theft, it would be a sealed box in the sun with a pretty big lithium battery inside of it, which sounds like a terrible idea.

I have the same feeling. I likely need only one more node to jump around whole city.

Meshtastic Solar Powered Node / Repeater with built-in GPS and Battery Been thinking something like this.

2 Likes

I started with a pair of Heltec V3s and recently acquired a wisblock. Absolutely recommend the wisblock, incredibly efficient and performs excellently.

Mine is coupled with an old random 3000mah battery I had lying around and a 5.5V solar panel ripped from a garden light I got at harbor freight for $9. Even with partial shade it sustains and gains 0.5%-1% each day.

I wasn’t all that interested in the mesh network until I saw what a proper setup could do, now I find myself wanting to install stealth setups in dead zones to bridge the gaps between cities :rofl:

2 Likes

what can it do? i have seen things where you broadcast short messages to nodes but basically its all cleartext and not really suitable for anything but CQ and fucking around, or maybe emergencies… but p2p messaging it ain’t… unless i’m missing something?

2 Likes

You can pipe HA through it. The wisblock has a ton of different modules. Environmental, water detection, presence sensing.

You can set the node up to broadcast the data at intervals. HA can monitor and you can create routines based on the values.

I’ve saturated my city with nodes all over with just a small solar panel and dual 18650’s and rak wisblocks. If the cell networks do go down I can at least text my wife within the city limits.

2 Likes

ok i’m researching lora encryption because without that then i’d really not want to trust anything coming from a lora network… especially anything connected to automation… but it looks like it is possible to use both symmetric and asymmetric crypto… though not sure how the nodes pass along public keys for each other… more to learn i guess.

1 Like