#lora mesh library
Explore tagged Tumblr posts
elcereza · 1 year ago
Text
GPIOs do LoRaMesh da Radioenge: Portas digitais
Aprenda como usar as GPIOs do módulo LoRaMesh da Radioenge
As GPIOs do LoRaMesh da Radioenge possibilita que possamos fazer aplicações de automação com um uso reduzido de hardware, dedicando apenas ao circuito de chaveamento (se necessário) e de alimentação. No total temos no LoRaMesh 8 GPIOs sendo todas configuráveis como entrada ou saída digital e duas como leitura analógica. Porém neste post vamos apenas abordar as portas digitais. Por qual motivo…
Tumblr media
View On WordPress
0 notes
utopicwork · 7 months ago
Text
Ive been thinking about a generic public services architecture for PierMesh. A BBS, a digital library, an event calendar/registration system and a small publishing platform for media. I think these would be easy to make distributed/widely accessible through both typical technologies and LoRa/Halow. It should be technically simple so almost any device can access it and I think you could run a read only/text only site along with a more robust version easily. I think this might be where I focus for the one box mesh deployment idea. It's very much in line with the idea of disaster preparedness that's part of why I'm so into PierMesh.
24 notes · View notes
allie-leth · 1 month ago
Text
Like, the problem with making this coms library is that it is inherently integration testing at almost every step. I'm doing a mesh-of-meshes communications library that translate between espnow, ble, and LoRa, every step from the routing to the transmitting is multi device testing. It has made building this out a nightmare because every debug step was like, plug in device, flash device, remove device, plug in device, flash device, plug first device into power, run tests, oh, that didn't report correctly, okay, which device was the issue... Esp32-s3's technically are capable of usb-debugging, but also they're annoying as hell about it. This makes my life way better.
My worker firmware works! It flashed itself over, now just to add some roll back, security, and validation features. But effectively this means I never have to plug in another ESP32 to send them firmware. I can just tell them to post to MQTT from the worker firmware for logging and post the firmware binary to my local file server. This makes my life so much easier while building out this mesh of meshes multi-protocol com lib. Hell yeahhh
7 notes · View notes
decoderstech · 5 years ago
Photo
Tumblr media
Canada based I-SYST inc has designed a tiny nRF52840 module about the size of a fingernail. BLYST840 module fully leverages the capability of Nordic Semi’s wireless microcontroller with Bluetooth 5.2, Thread, and Zigbee connectivity, and exposes 46 I/Os. BLYST840 specifications: Wireless MCU – Nordic Semiconductor nRF52840 Arm Cortex-M4F microcontroller @ 64 MHz with 1 MB flash, 256 KB RAM Connectivity Bluetooth 5.2 up to 2 Mbps, -96 dBm sensitivity for long-range; Up to 111 dB link budget; Bluetooth Mesh IEEE 802.15.4 radio support for Thread & Zigbee NFC-A Built-in ceramic antenna Output power – Adjustable from +8 dBm to -20 dBm 46 I/O pins exposed via pads around the edges of the module including QSPI/SPI/2-wire/I2S/PDM/QDEC Programmable Peripheral Interface (PPI) SPI interface @ 32 MHz Quad SPI interface @ 32 MHz EasyDMA for all digital interfaces USB 2.0 (12 Mbits) 12-bit/200K SPS ADC Security Arm TrustZone Cryptocell 310 128-bit AES/ECB/CCM/AAR co-processor Misc – Built-in 32 MHz & 32.768 MHz crystal Supply Voltage – 1.7 V to 5.5 V via battery or USB power. Dimensions – 14 x 9 x 1.6mm Certifications – FCC, IC & CE The module is programmable with MicroPython, IOsonata open-source multi-architecture multi-platform library for IoT project, as well as Nordic SDKs. You’ll find some documentation and firmware file on SourceForge. - - Source- CNX software - - ➖➖➖➖➖➖➖➖➖➖➖➖ Follow Us On: @decoders8421 Tag Your Friends 👼. Ask any query or doubt in comments. ➖➖➖➖➖➖➖➖➖➖➖➖ - #fpga #atmega #arm #nxp #embedded #iot #developmentboard #rpi #raspberrypi #arduino #arduinouno #raspberrypi3 #tinkercad #tinker #stm32 #esp32 #lorawan #lora #ai #ml #beagleboneai #raspberrypi4 #sbc #cortex #singleboard #singleboardcomputer #iot #zigbee #opencv #raspberrypicamera https://www.instagram.com/p/CBLtnTpHm-Q/?igshid=yket98i0uska
0 notes
elcereza · 1 year ago
Text
Leitura analógica do LoRaMesh da Radioenge
Aprenda como usar a leitura analógica com o módulo LoRaMesh da Radioenge
A leitura analógica com o LoRaMesh possibilita com que possamos fazer um amplo sistema de sensoriamento remoto sem precisar necessariamente de microcontrolador adicional na parte do slave. Por qual motivo usar a leitura analógica do LoRaMesh da Radioenge? Uma leitura digital em muito dos casos já é mais que o suficiente para saber se algo está ou não funcionando, mas a leitura analógica do…
Tumblr media
View On WordPress
0 notes