Product Showcase: SparkFun LoRaSerial Kit

  Рет қаралды 9,962

SparkFun Electronics

SparkFun Electronics

Күн бұрын

Пікірлер: 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!
@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).
@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 10 ай бұрын
So if you wanted three of those radios to “talk”, would you synchronize them all at the start?
@HarrisonPlaysCoD
@HarrisonPlaysCoD Жыл бұрын
You mentioned the client-server model. Can you link more than two radios together in a many-to-many topology?
@DavidBoucha
@DavidBoucha Жыл бұрын
What's the power consumption like? Would these be suitable for battery powered use cases?
@viktoralakorkko4969
@viktoralakorkko4969 Жыл бұрын
Is there a EU version available? This looks like a neat way to do out of band management for IT/telecom equipment.
@raulavina4265
@raulavina4265 5 ай бұрын
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.
@mansurbhamani3905
@mansurbhamani3905 Жыл бұрын
Do you have LoRaSerial Kit in EU868MHz frequency band?
@LikeDotAudio
@LikeDotAudio Жыл бұрын
Epic stuff
@topographicsolutionssurvey2892
@topographicsolutionssurvey2892 5 ай бұрын
Se puede conectar a modulo
@lolsborn
@lolsborn Жыл бұрын
LoRa is a trademarked name so be prepared to rebrand these when their lawyers contact you.
@FourthWayRanch
@FourthWayRanch Жыл бұрын
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 4 ай бұрын
I wanted to say something about the opaque thing but didn’t want to sound pedantic. Thanks for your message
465 Rutgers University Confirmed: Meshtastic and LoRa are dangerous
13:27
Meshtastic off-grid radio: Fantastic? Waste of Plastic? Or...
18:37
Geerling Engineering
Рет қаралды 108 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 3,9 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,7 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 14 МЛН
Flipper Zero Must Have Modules
14:53
sn0ren
Рет қаралды 91 М.
Product Showcase: SparkFun RTK Surveyor
8:21
SparkFun Electronics
Рет қаралды 40 М.
Downloading Images From US Military Satellites
26:51
saveitforparts
Рет қаралды 1 МЛН
COMMUNISM vs CAPITALISM: Who Made Better Power Tools?
24:39
The Doubtful Technician
Рет қаралды 855 М.
THE MOST ILLEGAL CB RADIO EVER!!?? | QUANSHENG UVK58
11:46
andy kirby
Рет қаралды 851 М.
Product Showcase: SparkFun Audio Codec Breakout
13:14
SparkFun Electronics
Рет қаралды 9 М.
Free Internet - Hacking Foreign Satellites
31:38
Peter Fairlie
Рет қаралды 781 М.
PERKs: Portable Emergency Radio Kits
28:31
WCARES Media
Рет қаралды 4,6 М.
LoRa Meshtastic Range Test, Portable Relay & Your Questions - Off-Grid Communication
18:42
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 3,9 МЛН