I Am Finally Using LoRA! And I love IT!! LilyGO T-Deck Plus

  Рет қаралды 18,626

Volos Projects

Volos Projects

Күн бұрын

Пікірлер: 53
@toddbu-WK7L
@toddbu-WK7L 3 ай бұрын
This is fantastic! I've been wanting a device like this for remote control of my LoRa devices around the house. Now I just have to wait for LilyGO to get these back in stock.
@VolosProjects
@VolosProjects 3 ай бұрын
i have also similar idea, to control some devices outside my house using lora.
@theuktoday4233
@theuktoday4233 Ай бұрын
I have one T deck in my 2nd floor flat window and managed to send messages to it from my other T deck1.8 miles away today.
@madcow3417
@madcow3417 3 ай бұрын
The t-deck and the watch have been sitting in my cart for a while. I haven't found a project that really calls for them, they're just neat.
@VolosProjects
@VolosProjects 3 ай бұрын
yes, neat devices :)
@williamna5800
@williamna5800 3 ай бұрын
I cannot imagine getting only 350 meters. I'm in heavy woods and get over 1/2 mile most of the time (with tuned 906Mhz antennas) and have one link shooting over 11 mile LOS from mountain side to nearby town. Also, esp32s are fine for personal carry where can be forever charged, but for network nodes you pretty much have to ditch the ESP unless you put a a massive panel on each one. Much better to use the nRF devices without screens and gps which will last weeks between charges, so even a tiny solar panel can keep charged in the winters.
@bhairavi-maa
@bhairavi-maa 3 ай бұрын
Interesting info, thanks
@VolosProjects
@VolosProjects 3 ай бұрын
right now device dont have anthena , just peace of wire glued to case.. i am planing to install anthena, what anthena you recomend?
@Maxjoker98
@Maxjoker98 3 ай бұрын
Wow, that t-deck device looks really cool! And the UI is beautiful! I really wish I had the time to port Linux to such a device - The ESP32 S3 already has Linux support, all I would need to do is set up a device tree and create a display driver(-shim: You can use the FreeRTOS/ESP-IDF based drivers from Linux by writing an IPC driver. It's really easy!).
@VolosProjects
@VolosProjects 3 ай бұрын
that is very interesting, i never used linux but i realy like this idea.
@Stabby666
@Stabby666 3 ай бұрын
While technically you can just about get Linux working on an ESP32 there's really no reason to do it. You have to deal with a MUCH longer boot time, less performance, and you can't really do much unless you add an SDCard for the filesystem. With a device like this you really want the instant boot-up and ability to run one optimised app. Nobody wants to be using vi, or running MySQL on it 🤣🤣
@Maxjoker98
@Maxjoker98 3 ай бұрын
@@Stabby666 No, the ESP32 has a native port, boot times are "fine"(maybe 15s or so). And of course you're running everything natively, so applications like vi run just fine(at least vi from busybox :P). The user experience is way better than I expected(SSH+shell is about as quick as any other machine). Oh, and buildroot builds really tiny images, you have plenty of space left on the flash for other fun things. Interestingly enough, even though the ESP32 S3 doesn't have a full MMU, it still can execute code directly from SD-cards and NFS(somehow). I happened to know that the ESP32 S3 Linux port runs in parallel with the FreeRTOS(Yes, not emulated by, natively in parallel on a second core! You can run one OS on one core, and another on another on the ESP32!). This makes porting drivers easier(you can just IPC to another core that already has a working driver; This is what makes Wifi work under Linux even though there is only a blob driver for FreeRTOS), but also can be used to handle real-time tasks(by using the FreeRTOS directly, and just interface with Linux via the IPC). In conclusion, I would say that for a lot of tasks the ESP32 S3 running Linux is fairly capable. Disclaimer: I did some work on the ESP32 S3 Linux port ;)
@Stabby666
@Stabby666 3 ай бұрын
@@Maxjoker98 Yep I've watched some videos of Linux on the ESP32 out of idle curiosity in the past. Ok, 15 seconds isn't "terrible", but it's obviously orders of magnitude longer than the usual 1 second without an OS. I'm not sure if it can work in low power modes - essentially only the RTC active waiting for an interrupt to wake, and if it has to reboot. I mean it's kind of cool, but I can't see any point in it except "because you can" :) Something like a Pi Zero works out cheaper as it has the SDCard and ports etc built in, and also has video out (with acceleration and video decoding), much more power, and standard software for less.Again, no hate, but I don't see a use case.
@mega-nerd
@mega-nerd 2 ай бұрын
Thanks for the example repo! I have been messing with meshtastic, looked at that firmware, and have some of my own ideas I wanted to explore.
@elektron2kim666
@elektron2kim666 3 ай бұрын
I really like my ESPNow functionality and will upgrade to LoRA some day. I get GPS data much faster from MicroPython/UIFlow, so I hope you make a video about that too.
@tubeDude48
@tubeDude48 3 ай бұрын
As always, you've outdone yourself! 👍 GREAT! 😀
@VolosProjects
@VolosProjects 3 ай бұрын
Thank you :)
@richonguzman
@richonguzman 3 ай бұрын
Great (will try to implement an evolution of this messenger into LoRa APRS Tracker ;) )
@VeniceInventors
@VeniceInventors 3 ай бұрын
Welcome to the LoRabbit hole! If you can, adjust the spread factor to 9 and bandwidth to 125KHz and you should get much better range, or SF12 for maximum range but it's much slower. If you're using RadioLib there's a lot of settings you can play with but those two (and transmit power) are the most important. If the range still isn't enough for your environment, add a compact 5dB gain antenna, (test it with a VNA to make sure it's a good one).
@VolosProjects
@VolosProjects 3 ай бұрын
wow, thank you for this advices. I will try, i am total noob in lora. What range i can achive wits some compact anthena?
@improvids8405
@improvids8405 3 ай бұрын
With the small rigid 5cm thumb antennas you should be able to get at least 1km in urban environments and 10 to 20km line of sight depending on your elevation. With the foldable 20cm high gain antennas you can get much greater range because the reception is improved and LoRa works well with noisy signals
@VeniceInventors
@VeniceInventors 3 ай бұрын
(improvids is the YT account on my phone) I wanted to add that the most important aspect of an antenna is its tuning, ideally it should match the frequency and impedance as much as possible or some/most of the energy will be reflected instead of transmitted. It should have an impedance as close to 50 Ohms as possible and an SWR (Standing Wave Ratio) as close to 1 as possible. I usually have to buy several antennas to find one which has an SWR
@JohnnieMartynov
@JohnnieMartynov 3 ай бұрын
This is cute! 😍 I want it! ❤
@nikthefix8918
@nikthefix8918 3 ай бұрын
Awesome Volos! Lilygo will be selling these in pairs...
@VolosProjects
@VolosProjects 3 ай бұрын
feel free :)
@zweiwing4435
@zweiwing4435 Ай бұрын
I need help to upgrade my T-Deck Plus.
@martingerhardsoos
@martingerhardsoos 3 ай бұрын
I wished that you can impvove UI for Meshtastic Guys :-)
@viniciusk-max37
@viniciusk-max37 3 ай бұрын
I just bought two of these on Aliexpress. What do you recommend to make them communicate using Meshtastic over a distance of 5 miles?
@WA4OSH
@WA4OSH Ай бұрын
Volos, what frequency band are you using? In Europe, North and South America, we use LoRa APRS on 433.775 MHz. I have a T-Deck GPS and a T-Deck plus.
@VolosProjects
@VolosProjects Ай бұрын
I think 868 mhz
@JTechFocus
@JTechFocus 2 ай бұрын
To make it perfect, it could be recharged by sunlight, like some Garmin devices.
@de-bodgery
@de-bodgery 3 ай бұрын
Build this to work with VESC controllers as the dashboard and programming interface. Much of this is already done in the VESCexpress.
@de-bodgery
@de-bodgery 3 ай бұрын
LORA could be used for GPS tracking data so you don't need cell service for this.
@Robert-cd5zr
@Robert-cd5zr 3 ай бұрын
This is not the normal UI of the T-Deck, what firmware is this
@VolosProjects
@VolosProjects 3 ай бұрын
@@Robert-cd5zr this is mine code, i usualy program esp32 devicea
@Robert-cd5zr
@Robert-cd5zr 3 ай бұрын
@@VolosProjects Great work it looks good
@Alyvz
@Alyvz 3 ай бұрын
It really looks like Blackberry Bold 9900.
@ramsin.
@ramsin. 3 ай бұрын
Hi Volos, great work, man! Would it be possible to run this on the t-deck (not plus)?
@VolosProjects
@VolosProjects 3 ай бұрын
i dont own regular t-deck, if it has LORA , than probably yes
@-someone-.
@-someone-. 3 ай бұрын
It’s sold out 😢
@Xavier_Everwhere
@Xavier_Everwhere 3 ай бұрын
These two device can commmunicate Using LoRa😂😂
@asifmahmud5437
@asifmahmud5437 3 ай бұрын
bro please help...i need your help.. about your last year project " ESP32 Car Dashboard/Controller "❤❤💔🙏🙏🙏🙏
@IndependentNewsMedia
@IndependentNewsMedia 3 ай бұрын
Goo bless.
@Xavier_Everwhere
@Xavier_Everwhere 3 ай бұрын
Believe me im indian😅 I know what it means the of it L___ 😂
@bhairavi-maa
@bhairavi-maa 3 ай бұрын
Im always going to associate LoRa with that now 😂
@SirrTinkles
@SirrTinkles 3 ай бұрын
why use this?
@VeniceInventors
@VeniceInventors 3 ай бұрын
It's really useful when you go hiking in areas with no cell signal, in case you need assistance or want your team/friends to come look at something you found. In many cases you could use a CB radio, but you may need a HAM license to use a CB radio which also does text messaging, and the advantage of text is it sticks around so you won't miss it like you would voice if you aren't next to the radio, and when you need to be silent, you still can communicate with text. LoRa with a proper antenna and settings can reach over 30 miles line-of-sight with only 1W of transmission power and typically 1 to 5 miles with obstacles.
@hendetta
@hendetta Ай бұрын
I ride with a motor bike group and although we have cardos to talk with i plan to experiment using the mesh on my tdp for emergency situations where there are no cell signals way up in the twisties or deep down in the valleys.
@ClarksvilleTN
@ClarksvilleTN 19 күн бұрын
Off grid communications. When everything else is down like cell and internet , this will still work
@enterprise7585
@enterprise7585 3 ай бұрын
It's about 70$, you can buy some used cell phone ;-)
@ramsin.
@ramsin. 3 ай бұрын
Totally different purposes/functionality. There's no tracking with this, even if you do Lora over bluetooth, there's still that possibility of being tracked. Aside from that, the hardware keyboard for on the go....not bad. Great work @volos!
@RichardNobel
@RichardNobel 3 ай бұрын
(T-)DECKBERRY instead of BlackBerry ^_^
This device makes Meshtastic the BEST off-grid tech
6:46
Level 2 Jeff
Рет қаралды 227 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Flipper Zero VS. LilyGo T-Embed C1101
18:52
Jeremiah of All Trades
Рет қаралды 22 М.
465 Rutgers University Confirmed: Meshtastic and LoRa are dangerous
13:27
LoRa APRS on the LILYGO T-Deck Plus
9:16
LB5JJ
Рет қаралды 1,9 М.
You’ve Never Seen GPS Like This
16:10
Data Slayer
Рет қаралды 220 М.
How to build a super covert solar Meshtastic node!!!
22:01
andy kirby
Рет қаралды 19 М.
Follow These 10 Tips To Be A Meshtastic Pro!
8:17
Ringway Manchester
Рет қаралды 65 М.
Meshtastic For Dummies AND Heltec V3 Setup for $10
21:27
DoItYourselfDad
Рет қаралды 24 М.
LoRa - Long-Range Radio for IoT | Arduino, ESP32, RPI Pico
1:07:58
DroneBot Workshop
Рет қаралды 368 М.
Meshtastic off-grid radio: Fantastic? Waste of Plastic? Or...
18:37
Geerling Engineering
Рет қаралды 152 М.
Introducing the T-Deck Plus
10:44
andy kirby
Рет қаралды 71 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.