Тёмный
No video :(

Product Showcase: SparkFun LoRaSerial Kit 

SparkFun Electronics
Подписаться 235 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@DavidPoole_The_42
@DavidPoole_The_42 Год назад
Might want to enable terminal local echo for the demo @3:13. Just seeing the text pop up in a window was confusing until I was able to follow which terminal had focus. Thanks for the great product! I need this to communicate out-of-band (non-WiFi) between prototype devices across the house.
@innomkr
@innomkr Год назад
i also got confused whats going on :D
@sparkfun
@sparkfun Год назад
Thanks for the feedback! Sorry, it is a bit confusing but one window is where the data is sent, the other window shows the data being received. Yes - these radios will work great for out-of-WiFi band communication.
@dougkurrant8979
@dougkurrant8979 Год назад
Nice product! Well presented demo! Thanks!
@NETBotic
@NETBotic Год назад
I like LoRa because it works well around the house. It's cool you can get long range line of sight, but the penetration power at close range is unreal. FYI - The tutorials link in the description is broken.
@sparkfun
@sparkfun Год назад
Are you sure? Each of the links in the description seem to be working from our end
@NETBotic
@NETBotic Год назад
@@sparkfun 100% sure. The learn.sparkfun link redirect token adds a ) to the end of the URL resulting in HTTP 404.
@bobbyyc
@bobbyyc Год назад
@@sparkfun Ah, I think he's referring to the tutorial link in the video description. We just need a space between the link and the end parenthesis `)` .
@NETBotic
@NETBotic Год назад
@@bobbyyc Yes the closed parenthesis is part of the link and shouldn't be.
@markpinther9296
@markpinther9296 6 месяцев назад
So if you wanted three of those radios to “talk”, would you synchronize them all at the start?
@TomMinnick
@TomMinnick Год назад
neat product. a few questions. what is the max baud rate of the serial it can send/rec? can this be configured to have multiple clients. i.e. 1 server talking to 8 or 16 or more client units at the same time?
@DevonsWorkshop
@DevonsWorkshop Год назад
Because it uses UART the most you'll get out of it is 115K baud and because it's a low horsepower SAMD1 (by today's standards) it'll likely start dropping transmissions at those speeds. The safest speed for UART is 9600 baud usually for debugging. A safe, reliable, and fast speed for a SAMD21 with LORA would probably be around 19K or so. My RFM95 with a 125Mhz RP2040 does 125K baud reliably, runs neopixels, a servo motor, and I2S audio, simultaneously! You can't do that with a 50Mhz Cortex M0 SAMD21 it just doesn't have enough RAM or horsepower. For a single purpose LORA radio running Arduino yes it'll work but you won't be able to do much more with it than be a transmitter or receiver. I should also add that I prefer using Circuit Python which is much more RAM and MCU intensive than the Arduino language. So my needs are more... intensive.
@Willy_Tepes
@Willy_Tepes Год назад
@@DevonsWorkshop Would this work as a radio control in a RC model? I expect the amount of data transferred in such an application is rather small.
@DevonsWorkshop
@DevonsWorkshop Год назад
@@Willy_Tepes it’s possible. You’d want to tweak some settings to prioritize speed over reliability in some circumstances but you’ll still hit a transmission speed limit. Trying to tx/rx without encryption leaves your rc car susceptible to interference. Some random packet could make you turn left instead of right. So reliability is good to have but also reduces transmission speed (lag).
@raulavina4265
@raulavina4265 2 месяца назад
Compre sus radios, hago sus pasos y no se conectan, se que dan las luces verdes moviendo nomas,
@bicicogito989
@bicicogito989 Год назад
Range is great... though, 15Bytes/sec, ummmm. Is throughput a function of antennae distance?
@SoCalFreelance
@SoCalFreelance Год назад
Or perhaps a better quality antenna would boost throughput. ¯\_(ツ)_/¯
@TubeSkaterRudy
@TubeSkaterRudy Год назад
Yes, in Lora you can define 3 different parameters separate from the actual transmitting power. Spreading Factor - How much we "spread" our data over time. Max # is 12 Each step up in Spreading Factor doubles the airtime to transmit. Each step up in Spreading Factor adds about 2.5db extra link budget. Bandwidth - How big of a slice of the spectrum we use. Each doubling of the bandwidth is almost 3db less link budget. Bandwidths less than 31 may be unstable unless you have a high quality Crystal Oscillator. Coding Rate - How much redundancy we encode to resist noise. Increasing coding rate increases reliability while decreasing data-rate. 4/5 - 1.25x overhead 4/6 - 1.5x overhead 4/7 - 1.75x overhead 4/8 - 2x overhead
@TubeSkaterRudy
@TubeSkaterRudy Год назад
You can play with these parameters but it is a tradeoff in speed or distance.
@DevonsWorkshop
@DevonsWorkshop Год назад
That's because most of the transmission buffer is likely taken up by the 256bit encryption... which doesn't leave a lot of room left for actual data. The RFM96 modules are known for this when encryption is enabled. The RFM95 doesn't have encryption, everything is transmitted in the open which allows you to send a paragraph of data. As Rudy De Volder said it's a trade off. Everything from speed, distance, scattering, and encryption is a trade off. You have to know what your design goal is in order to choose the right LORA module for your uses, there are different types out there which offer different features. If you want encryption by default then something like this product is a beautiful thing right out of the box. Easy pairing, super long distance, and encryption is a great combination. It's honestly an amazing offering if those features are within your design goal.
@DavidBoucha
@DavidBoucha Год назад
What's the power consumption like? Would these be suitable for battery powered use cases?
@Likeaudio
@Likeaudio Год назад
Epic stuff
@topographicsolutionssurvey2892
@topographicsolutionssurvey2892 Месяц назад
Se puede conectar a modulo
@HarrisonPlaysCoD
@HarrisonPlaysCoD Год назад
You mentioned the client-server model. Can you link more than two radios together in a many-to-many topology?
@viktoralakorkko4969
@viktoralakorkko4969 Год назад
Is there a EU version available? This looks like a neat way to do out of band management for IT/telecom equipment.
@mansurbhamani3905
@mansurbhamani3905 Год назад
Do you have LoRaSerial Kit in EU868MHz frequency band?
@lolsborn
@lolsborn Год назад
LoRa is a trademarked name so be prepared to rebrand these when their lawyers contact you.
@embededfabrication4482
@embededfabrication4482 Год назад
the cover is translucent, not opaque yeah yeah yeah, lotsa range from the top of a mountain. around the yard and the house....not so far.
@pepsiplease69
@pepsiplease69 Месяц назад
I wanted to say something about the opaque thing but didn’t want to sound pedantic. Thanks for your message
Далее
Real-Time Kinematics Explained
9:09
Просмотров 36 тыс.
НЕ ИГРАЙ В ЭТУ ИГРУ! 😂 #Shorts
00:28
Product Showcase: SparkFun Audio Codec Breakout
13:14
Hytera HR652 | Compact Radio Repeater
17:13
Просмотров 15 тыс.
Тест дальности LoRa
7:04
Просмотров 1,4 тыс.
Product Showcase: SparkFun DataLogger IoT 9DoF
7:45
Product Showcase: SparkFun RTK Surveyor
8:21
Просмотров 39 тыс.
Send GPS Data Over A LoRa Radio Link
7:51
Просмотров 15 тыс.