У нас вы можете посмотреть бесплатно GPS and LoRa Tutorial with M5Stack in Arduino IDE или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
GPS and LoRa Tutorial with M5Stack in Arduino IDE. Building on the LoRaReceiver and LoRaSender example sketches for the LoRa 868 module on M5Stack Core, I add the AT6558 GPS unit to the LoRaSender and do a mashup of the GPS_AT6558 and LoRaSender example sketches in Arduino IDE and send GPS data to the LoRaReceiver. Learn More: M5Stack is a phenomenal collection of ESP32 based development boards and modules. • M5Stack GPS, LoRa, Radio and Telemetry Playlist • GPS, LoRa, Radio and Telemetry LoRa 868 Module Tutorial for the M5Stack Core ESP32 in Arduino IDE • LoRa 868 Module Tutorial for the M5Stack C... GitHub ShotokuTech / M5StackCore_LoRa868_GPSAT6558 https://github.com/ShotokuTech/M5Stac... Example sketches: M5Stack / Modules / LoRa433_SX1278 / LoRaReceiver and LoRaSender As demonstrated, these are simple sketches that just need to be adapted for the scenario. M5Stack / Basics / Display This shows how to overcome the issue where data scrolls off the screen on the receiver. Set cursor to specific location and overwrite. M5Stack / Unit / GPS_AT6558 / FullExample Complex display with lots of data, more than needed. "No GPS data check wiring": I posted an issue on the M5Syack GitHub repository and got this response from GitHub site: use ss.begin(GPSBaud, SERIAL_8N1, 22, 21) I want to concatenate all desired data into a single string for LoRa packet transmission. I had two problems. Defining the string variable as 'char' gave me an error converting 'int' types when concatenating. So I went with the String function to over come this. But I could not easy get the float precision for latitude and longitude that I desired until I found the dtostrf() function. dtostrf() to convert float to string http://www.nongnu.org/avr-libc/user-m... As an Amazon associate I earn from qualifying purchases at no additional cost to you. M5Stack ESP32 Basic Core IoT: Development Kit V2.6 https://amzn.to/3XwWW0h LoRa Module( 868MHz ) https://m5stack.com/collections/m5-mo... Mini GPS/BDS Unit (AT6558) https://m5stack.com/collections/m5-un... GitHub m5stack / M5Stack (Arduino IDE Library) https://github.com/m5stack/M5Stack