Skip to content

Commit e617520

Browse files
Merge pull request #21 from loganmarchione/meshtastic
Meshtastic update
2 parents 99d3466 + 8c8cc95 commit e617520

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed
34.7 KB
Loading
-80.4 KB
Binary file not shown.
3.71 MB
Loading
4.1 MB
Loading

content/posts/2023/05/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ cover:
1111
relative: false
1212
---
1313

14+
# Update: 2024-08-12
15+
16+
There are now a few companies selling pre-built Meshtastic devices, like the [CanaryOne](https://canaryradio.io/products/canaryone), [PacificNorthWest3D](https://pacificnorthwest3d.com/collections/meshtastic), and [muzi WORKS](https://muzi.works/collections/all).
17+
18+
Jeff Geerling has an introductory [post](https://www.jeffgeerling.com/blog/2024/getting-started-meshtastic) and [video](https://www.youtube.com/watch?v=X4Akj5qF-3Q) about Meshtastic, and I ended up purchasing two of the [muzi WORKS H1 devices](https://muzi.works/products/h1-complete-device-with-upgraded-whip-antenna-heltec-v3-running-meshtastic) after watching his video (these are based on the Heltec WiFi LoRa 32 V3, so they don't have GPS on-board).
19+
20+
{{< img src="20240812_001.jpg" alt="muzi WORKS H1" >}}
21+
22+
This is compared to a standard 3x3 inch sticky note.
23+
24+
{{< img src="20240812_002.jpg" alt="muzi WORKS H1" >}}
25+
1426
# Introduction
1527

1628
I've been itching to work on some hardware projects lately and kept seeing ESP32-related things pop up on Reddit. In particular, I was coming across a lot of LoRa projects, and then started down a rabbit hole.
@@ -34,7 +46,7 @@ LoRa operates in a license-free, sub-gigahertz frequency band (i.e., under 1GHz
3446

3547
LoRa tries to bridge the gap between current communication technologies, like WiFi, Bluetooth, and cellular (4G/5G).
3648

37-
{{< figure src="20230510_001.png" width="100%" alt="lora vs other communication types" attr="Image from The Things Network" attrlink="https://www.thethingsnetwork.org/docs/lorawan/what-is-lorawan/">}}
49+
{{< figure src="20230510_001.jpg" width="100%" alt="lora vs other communication types" attr="Image from The Things Network" attrlink="https://www.thethingsnetwork.org/docs/lorawan/what-is-lorawan/">}}
3850

3951
LoRa is useful for long-range, low-bandwidth, low-power communication, which is perfect for IoT devices. Some examples include:
4052

0 commit comments

Comments
 (0)