Wow! Came for Lora and learnt about NIH, that I was totally guilty of, multiple times, without even knowing that such thing exists! Thanks for that! I am now a lot more aware of it and can react accordingly, instead of, by default, rejecting all external solutions.
@roguesecurity3 жыл бұрын
Loves the way you approach a problem. True engineer
@sethswheelhouse3 жыл бұрын
This is awesome!! I think your work is very well though out and your format is solid.
@MAJOR-10mm Жыл бұрын
Excellent video! You have the skill and ability to convey your subject in a concise and understandable manner. You don't waste time beating around the bush and only says what needs to be said. I really liked the explanation. It is a very interesting project! Congratulations! 💯💢💥👏🙌
@woolfy022 жыл бұрын
Very cool project! I'm waiting for both my boards in hopes to try this out as well.
@coolthought84562 жыл бұрын
I am missing the hardware meetup for the last 2 years.... this is awesome!!
@WA4OSH2 жыл бұрын
16:00 I do a systems analysis to determine the internal and external systems requirements before settling on an architecture or solution. If possible find a COTS (consumer off the shelf) solution. This can bring you to a prototype faster. Fail faster to learn from bad design decisions. Use a SWOT (strength weakness opportunities and threats analysis). It gives you more insight than a feature matrix. The TTGO T-beam is a pretty good COTS choice.
@sayanee2 жыл бұрын
Can't agree more! Cost and timing to failure is very important.
@dougbas398010 ай бұрын
I was interested in LoRa and found you. Much more important is how you think. Your husband is a lucky man. I am 76YO and happily married. But I admire you greatly and wished I had worked for you during my career. I did get to work at Bell Telephone Labs, which was great. After that, I had no great management. Finally I worked as a one man Corporation and sold my consulting services. I am saying I recognize your intelligence and abilities and admire you. This is a great video about how to approach project management.
@sayanee10 ай бұрын
Thanks for sharing! I read the book Idea Factory about Bell Labs. Thank you and the many scientists and engineers of Bell Labs for their contributions to the world of technology :)
@ChaplainDaveSparks7 ай бұрын
I had the same question about GPS accuracy. The ones I have had in a number of cell phones I’ve owned seem to vary widely. I was watching a series of tutorial videos on the subject of *_Kalman filters_* and that might be the solution if I were to build a GPS tracker from the ground up. I’ll have to look at the data provided by GPS receivers and see if they have a way to calculate *_CEP (Circular Error Probability)_* and maybe use it to weight a current GPS position compared with previous ones. If not, perhaps it can be deduced from the number of satellites currently being received.
@danfitzpatrick41122 жыл бұрын
Lora has me very interested. I have been running a helium hotspot miner for about 4 month's. My wife unfortunately has dementia. She took a wrong turn last week and ended up missing from our house. It scared me to death and I ordered an Invoxia GPS tracker (Which also works on the helium network) to track her and set Safe zones etc. using Lorawan Technology. The device will be here tomorrow and I hope to video's showing how good this works in my area. More importantly I hope this will help my wife in case she "roams away" So that I can find her. I LOVE to tinker with everything, (You can tell this from my YT channel) and technology has always fascinated me . I also ordered a couple of lora devices (Browan GPS trackers) to experiment with. Thanks for what you do! Very informative!
@WA4OSH2 жыл бұрын
You completely overlooked the SX1262 in the T-Beam vs older LoRa chips. The SX1262 has a bit more power output and thus range. Double the distance requires 6 more db of link budget.
@nathanlavin70613 жыл бұрын
Such a great quality video. Thank you for helping me with my project! 😁
@hofertyp2 жыл бұрын
Never seen the Arduino CLI will definitely check it out. Thanks for the content! Currently developed and tested remote sensor data from a simple dht11 via direct LoRa Connection with simple heltec modules and getting around 500m within an urban environment. With SF11 and TX of 18dbm. It's more fun to create something with your own implementation, even if there are better existing products for similar purposes. But they won't give me the joy of my self build wire dangling around between microcontroller, sensors and antennas 😀 Would like to see a real world example with different LoRa Modules range testing them with different SF and TX.
@semihk093 жыл бұрын
If you were a school, I would do everything I could to get education for you. Perfect . Please share more videos . (An undergraduate student)
@dougbas398010 ай бұрын
he means education from you I am sure.
@Ilikeridin3 жыл бұрын
Great video. I’ve never looked into Lora, just seen the name about. I’ve worked with nrf24l01 modules, so glad I came across this video. And subscribed.
@frequencymanipulator3 жыл бұрын
Thanks so much for including the references.
@zarzisrony46563 жыл бұрын
Your voice is amazing just like your works.
@WA4OSH2 жыл бұрын
What frequency band did you use? If you were to design this commercially, you would need to know which frequencies could be used in your target market. Whether you can use 433 ,868 or 915 MHz depends on the communications authority. A proper systems analysis would have identified this early. Frequency also affects your link budget. A back of the napkin link budget is part of your system design.
@sayanee2 жыл бұрын
Oops! Did I forget to mention? It's 915 MHz for Singapore. Good point!
@WA4OSH2 жыл бұрын
@@sayanee The ISM bands and license free bands are different in ITU regions R1 EU and Africa R2 Americas R2 Asia Australia and Oceana .. and in individual countries.
@sayanee2 жыл бұрын
@@WA4OSH Yeah, I always check with this list www.thethingsnetwork.org/docs/lorawan/frequencies-by-country/. It's complicated :)
@RSADYNAMICS3 жыл бұрын
Hello great work .how would you Adapt his device to emmit an RF beep for a tracker
@monkeyminer8922 жыл бұрын
Thanks Great video. I am working on my own LORA project and really like your code and display info layout. Is the firmware list below?
@sayanee2 жыл бұрын
Hello! Here's the complete firmware code hutscape.com/tutorials/lora-duplex-a-gps-esp32-t-beam or the specific display OLED code function is here: github.com/hutscape/hutscape.github.io/blob/master/_tutorials/lora-duplex-a-gps-esp32-t-beam/src/oled/oled.cpp#L27-L41= Feel free to browse through other T-Beam related code :) hutscape.com/tutorials?search=t-beam
@guillermomartin3432 Жыл бұрын
Thanks. I´ve never heard NIH, but definitely I suffer from it
@Polofour2 жыл бұрын
Did you trial them with an App at all? such as Meshtastic? I was wondering if they would have overlaid the positional data accurately onto a map during your test? (sorry for commenting on an old video!)
@sayanee2 жыл бұрын
Nope, I have not yet tried Meshtastic, but I agree with you! Thanks for the suggestion!
@NileshAkhade2 жыл бұрын
This was way beyond the video title. She made me realize we don't need to invent a new thing. We never know what comes out of "doing the same thing again"
@tomersn3 жыл бұрын
Thank you very much Both for the technological knowledge and for the inspiration. I would like to ask what Is the fastest rate of sending the gps points you have managed to transfer?
@sayanee3 жыл бұрын
To be honest, I have not tried to speed up the transmission of the GPS data from one LoRa node to the other one. Are you looking at a particular application where the GPS needs to be transmitted at a higher transfer rate than 2 seconds? I am receiving the GPS information as soon as it is received by the GPS sensor with no delay: github.com/hutscape/hutscape.github.io/blob/master/_tutorials/lora-duplex-a-gps-esp32-t-beam/lora-duplex-a-gps-esp32-t-beam.ino#L35 However, in terms of transfer, I am restricted by the period of LoRa node-to-node transmission of 2 seconds that I have defined myself of course as seen in this line of code: github.com/hutscape/hutscape.github.io/blob/master/_tutorials/lora-duplex-a-gps-esp32-t-beam/lora-duplex-a-gps-esp32-t-beam.ino#L6 Maybe, I'll need to try it one day and lower the period for the LoRa transmission 😅
@letsshare23144 жыл бұрын
Good video ...can you pls tell how long a battery lasts in ttgo on continuous use
@sayanee4 жыл бұрын
It lasted about 24 hours for me with the 18650 battery. But "how long a battery lasts" depends on various factors including the firmware that we flash in, how often were we using the LoRa and GPS, was there a GPS fix, were we sleeping the entire mcu, the type of antenna used, etc. It is a complex calculation. So, I would recommend doing a field test based on your entire hardware and firmware setup. Use both a theoretical calculation and a practical one.
@letsshare23144 жыл бұрын
@@sayanee thanks for your informative reply.... actually I was looking for ways to increase battery life ..came across some tips like decreasing delays ,using sleep mode when not in use etc..let's see how far I can extend battery life
@safarknaisam22653 жыл бұрын
Nyc vedio. Maam can you pls send any similar project report link.
@sathishkumarg71864 жыл бұрын
hi mam, sathish from INDIA i am making GPS Stimulator project for my college project . i need help regarding that , as normally we get GPS data from GPS module and send that to Microcontroller ( here i am using stm32f105rbt6 ) , but i am using GPS data stored in my SD card ( that gps data in csv or txt form was downloaded from a GPS stimulator Software ) and now i need to load that preloded GPS Data in to my STM32 microcontroller , is this possible ? and any other method to execute?
@sayanee4 жыл бұрын
I don't have much information about your project, but maybe you can read the CSV file as part of a separate program written for the STM32 microcontroller and then write it to the flash storage. Do a quick internet search on "reading CSV file in programming language C" or whatever language you are writing in E.g. could be Arduino. Basically, I'm guessing it will be a read CSV file and write to the flash kind of program. E.g. stackoverflow.com/questions/12911299/read-csv-file-in-c forum.arduino.cc/index.php?topic=340849.0
@sathishkumarg71864 жыл бұрын
@@sayanee Thank you mam
@romim7772 жыл бұрын
Do they work with helium network?
@sayanee2 жыл бұрын
Interesting, I just heard about Helium www.helium.com/lorawan. Never used it before. Sorry! Thanks for mentioning it.
@havetechshreekrishna67363 жыл бұрын
Great video.
@kchoudri3 жыл бұрын
I thought I clicked on LORA board related information.. but the lady is talking some philosophy.
@WaschyNumber13 жыл бұрын
Nice video 🖖 👍
@luccarodrigues7814 жыл бұрын
First! :-) Great video, good luck with your next project!
@DMANOG4 жыл бұрын
Thank you
@Doǵs_Bone3 жыл бұрын
Apparently I have IDGADINIH I dont give a Damn if not invented here
@sayanee3 жыл бұрын
LOL yeah I have that too when I get excited about using my favourite tried-and-tested tech stack 😅
@FazliMansor4 жыл бұрын
Haha you are hilarious!
@sayanee4 жыл бұрын
Timestamp, please 😂 🙃🤪
@FazliMansor4 жыл бұрын
@@sayanee 0:35 🤩
@sayanee4 жыл бұрын
@@FazliMansor Alamak 🤦🏻♀️🤣
@ramjet40253 жыл бұрын
God I hate this microphone sound. Its also an eyesore. Big microphones generally show a lack of confidence in the material.
@safarknaisam22653 жыл бұрын
Nyc vedio. Maam can you pls send any similar project report link.