Walkie-Textie Wireless Communicator

technoblogy.com

179 points by chrisjj 5 days ago


triyambakam - 3 days ago

Actually I have/had a lot of these. They can only be used with triple a batteries and don't last long. The usb c is only for development (and still lacks power so you still need batteries). The typing as maybe expected gets tiring. I tried using different compression ideas to save characters.

There is no resend or reliability in the message sending. If it fails you must retype it. I can't remember exactly if it even indicates it fails? I remember testing with two devices, one in a faraday to test bad conditions.

In the end they got salvaged for parts from my kids for other projects.

The goal was to have a simple backup/emergency communication device and get to learn about LoRa. Not sure which other devices I will try but definitely know more what to look for now.

kube-system - 3 days ago

Reminds me of what the messenger on the Cybiko was trying to be. Too bad LoRa wasn't a thing back then, it would have been more useful if it had a better range.

https://en.wikipedia.org/wiki/Cybiko

magnat - 3 days ago

> LoRa can reach a range of up to 3 miles (4.8 km) in urban areas, and up to 10 miles (16 km) in rural areas

In mountainous area LoRa on 868MHz band reaches over 100km. Last month we had a stratospheric balloon with a Meshtastic node attached. It established direct (albeit intermittent) connection between Warsaw and Berlin.

lrvick - 3 days ago

If you want something like this with asymmetric encryption, a qwerty keyboard, mesh range extension, and a GUI, try a T-Deck running Meshtastic.

lxgr - 3 days ago

It's a real shame phones don't have something like this built in. I mean, we literally have satellite communication in every iPhone – or, depending on how you count, every LTE phone, period!

Technically, it seems like 90% of what's required is already there anyway, but due to commercial and political pressures, we'll probably never see it happen.

jvm___ - 3 days ago

I'm backwoods camping next week, and we have 25 people spread out over three sites. I was thinking it would be funny to bring some old rotary dial phones and some sort of way of hooking them up, and then just have that as the intercom between sites for when dinner is ready or whatever.

It's next week, so unlikely to happen and I'm not sure what technology I would need to make it all work. Something like Lora plus a way to make the phones work.

LelouBil - 2 days ago

I was trying to do something similar with esp32+lora development boards.

And I got like 3km range in my city so it was great !

But then I wanted to make it a ""usable"" thing and started getting stuck on designing a protocol that allows multiple senders at the "same time".

I thought of doing a time slice system since this whole project was inspired by a telecommunications class I had, but the issue would be that people you would need to know in advance the number of slices and your assigned one and also the devices would have to be synchronized, and I really wanted to make it dynamic, do anyone can just turn on their thing and it does a sort of handshake until everything works.

If anyone has pointers It'd be very appreciated, I found out about meshtastic.org while doing this project too.

In the end this was my first embedded experience, and my first embedded with Rust, so at least I got something "working" but I would love to make something as "usable" as this post.

LastTrain - 3 days ago

I've tried and tried to use LoRA devices w/ meshtastic for various things, and can't get them to communicate reliably. Even with two devices sitting next to each other. Not even working reliably enough to be used as a toy. What am I doing wrong?

bluGill - 3 days ago

While people did get really fast at typing on those num keypads, there was a lot of RSI injuries among people who did it often. a number key bad might be the best compromise despite that, but don't lose sight of just how bad they were and take effort to avoid the issues.

joshmarinacci - 3 days ago

If you are using the lilygo tdeck, I’m working on Rust support here.

https://github.com/joshmarinacci/rust-tdeck-experiments

krunck - 3 days ago

Very nice. I'd like to see one like this that uses frequencies that can pass through 200m of rock. Obviously the radio frequency will need to be much, much lower (https://en.wikipedia.org/wiki/Through-the-earth_communicatio...). Why, you ask? Cave rescue situations.

pavel_lishin - 3 days ago

A question for folks who know things I don't: if I wanted my phones to work in an area without cell signal, for just me and my family, is it possible to build a "personal" cell tower that our phones would just connect to and work, and allow us to text each other? Or is there a whole layer of auth required for our various phones to actually be able to use a fake network?

bilsbie - 2 days ago

You’d think with short text messages you could get way better range than even a good walkie talkie. Ie Repeat every character 1000x if you need to.

patwolf - 3 days ago

For anyone looking for an off-the-shelf solution for wireless texting, I've used the BTECH GMRS-PRO. You can send messages on the device, but it's much easier to connect it to your phone via BLE and text through the app.

However, it uses GMRS bands, not LoRA, so all the FCC restrictions apply.

DoctorOetker - 3 days ago

Are there any free-to-tinker spectrum allocations not subject to the duty cycle limitations?

nullsmack - 3 days ago

It uses the slow method where you push the same key until you get the letter you want to show up? Does anybody remember T9? You push the keys for the letters you want and it figures out what you're typing from a dictionary.

Tepix - 3 days ago

Neat! At 24mA the suggested battery will only last 10 hours. Shouldn't it be possible to use such a LoRa device - at least in listening mode without an active display - for much longer time periods?

guerrilla - 3 days ago

It's very beautiful, but are there apps that do this? Isn't that what Briar does? I think there may have been some others.

Amazing work with an ATtiny814, only 8KB. Love it.

- 2 days ago
[deleted]
TheDudeMan - 3 days ago

I would have loved this as a kid. Walkie-talkie range and battery life made them useless for my adventures.

IshKebab - 3 days ago

> ATtiny814

Why do people still use these ancient chips?

loph - 3 days ago

Thanks. I'll stick to a walkie-talkie. FRS radios are cheap, easily obtainable, and will work as far or farther than this 915 MHz stuff.

If you get into deep shit, some amateur FM handy-talkies are IMHO more likely to be able to get you help. Or perhaps T-Mobile's T-Satellite service if you are headed somewhere really remote.

Unpopular opinion: Meshtastic is a solution in search of a problem.