#espnow — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #espnow, aggregated by home.social.
-
I am currently working with a LiDAR unit salvaged from a robot vacuum for an interactive light installation.
conveniently, it communicates seamlessly with an ESP32. The housing is designed in @freecad using a photograph of the sensor as start.Once its finished I will share the files.
#freecadfriday #lidar #diy #electronic #esp #mesh #espnow -
I am currently working with a LiDAR unit salvaged from a robot vacuum for an interactive light installation.
conveniently, it communicates seamlessly with an ESP32. The housing is designed in @freecad using a photograph of the sensor as start.Once its finished I will share the files.
#freecadfriday #lidar #diy #electronic #esp #mesh #espnow -
ESP-FLY micro drone kit offers ESP32-S3-based flight control and ESP-NOW support
-
M5Stack Refreshes Lineup with CardKB2 Keyboard, ESP32-P4 Modules, and Core2 for AWS
-
Wat een gedoe met dat #Meshcore... Er is in maart een test geweest en daaruit bleek dat er een betere instelling is voor het #lora netwerk. Gelukkig is er bridge firmware zodat je 2 repeaters met elkaar kan laten connecten via #espnow en dan de oude en nieuwe instellingen kan gebruiken. Nieuwe instelling voor #valleirug is nu freq=869.618, bw=62.5, sf=7, cr=5 ..
-
Wat een gedoe met dat #Meshcore... Er is in maart een test geweest en daaruit bleek dat er een betere instelling is voor het #lora netwerk. Gelukkig is er bridge firmware zodat je 2 repeaters met elkaar kan laten connecten via #espnow en dan de oude en nieuwe instellingen kan gebruiken. Nieuwe instelling voor #valleirug is nu freq=869.618, bw=62.5, sf=7, cr=5 ..
-
≪ So weit, so gut ≫
Die ersten Experimente und Tests mit einem ESP32-C3 Mini verliefen erfolgreich.
#Geogram #Messenger #Kommunikation #Notfallkommunikation #Mesh #LoRa #WiFi #ESPNOW
-
Dass es irgendwann eine neue Mesh-Software geben würde, hatte ich ja schon länger erwartet, aber dass diese sich nach dem Start dann so schnell weiterentwickelt – ist schon großartig. 👍
#Geogram #Messenger #Kommunikation #Notfallkommunikation #Mesh #LoRa #WiFi #ESPNOW
-
My "Buurtmelder" (“Neighbourhood Notifier") project is coming along nicely.
It's an ESP32/RP2040-based device with a 433Mhz receiver that can be used to sniff RF codes sent by (cheap) home alarm systems and broadcast alarm activations to the entire neighbourhood (because neighbours are always closer than police in case of emergencies).
Initially it used LoRa for broadcasting, but because it has some reliability issues it now uses MQTT-over-WiFi with a LoRa fallback.
You can also add "beeper satellites” around the house so you don't have to be near the terminal to see if there's an active alarm. When there's an alarm, the main terminal will use ESP-NOW to tell the beepers to start beeping.
#esphome #homeautomation #homeassistant #lora #espnow #esp32 #rp2040 #mqtt #makers
-
My "Buurtmelder" (“Neighbourhood Notifier") project is coming along nicely.
It's an ESP32/RP2040-based device with a 433Mhz receiver that can be used to sniff RF codes sent by (cheap) home alarm systems and broadcast alarm activations to the entire neighbourhood (because neighbours are always closer than police in case of emergencies).
Initially it used LoRa for broadcasting, but because it has some reliability issues it now uses MQTT-over-WiFi with a LoRa fallback.
You can also add "beeper satellites” around the house so you don't have to be near the terminal to see if there's an active alarm. When there's an alarm, the main terminal will use ESP-NOW to tell the beepers to start beeping.
#esphome #homeautomation #homeassistant #lora #espnow #esp32 #rp2040 #mqtt #makers
-
Somewhat seriously considering implementing channel scanning in ESPHome's ESP-NOW component. Right now it's a bit of a PITA to have to manually set the channel, especially if you want to make devices that should work in random WiFi network.
I guess I first have to finish the ESP-NOW encryption PR I was working on... 🥴
-
Somewhat seriously considering implementing channel scanning in ESPHome's ESP-NOW component. Right now it's a bit of a PITA to have to manually set the channel, especially if you want to make devices that should work in random WiFi network.
I guess I first have to finish the ESP-NOW encryption PR I was working on... 🥴
-
Wusst gar nicht dass man den OpenSource #ESP32 Flightcontroller https://github.com/rtlopez/esp-fc mit #BetaFlight Konfigurator und auch mit #ESPNow / #ELRS zusammen nutzen kann
Kann man sich hier im Video anschauen:
Fly your ESP32 Drone on Betaflight with Radio Controller | ESP-FC Tutorial
https://www.youtube.com/watch?v=QTmitUFotik -
Wusst gar nicht dass man den OpenSource #ESP32 Flightcontroller https://github.com/rtlopez/esp-fc mit #BetaFlight Konfigurator und auch mit #ESPNow / #ELRS zusammen nutzen kann
Kann man sich hier im Video anschauen:
Fly your ESP32 Drone on Betaflight with Radio Controller | ESP-FC Tutorial
https://www.youtube.com/watch?v=QTmitUFotik -
Seems to be working. I’m going to test it with my ongoing project and it everything works as expected, a PR will follow.
-
Seems to be working. I’m going to test it with my ongoing project and it everything works as expected, a PR will follow.
-
Working on encryption support for ESP-NOW in ESPHome: https://github.com/robertklep/esphome/tree/esp-now-encryption
I’ve reached the point where configuration and compilation isn't failing anymore 😅 So tomorrow I'll check and see if it actually works as intended, and then hopefully soon a cheeky PR.
-
Working on encryption support for ESP-NOW in ESPHome: https://github.com/robertklep/esphome/tree/esp-now-encryption
I’ve reached the point where configuration and compilation isn't failing anymore 😅 So tomorrow I'll check and see if it actually works as intended, and then hopefully soon a cheeky PR.
-
Working on a distributed alarm system, where an alarm (burglar, panic, fall, etc) is propagated to the rest of the street, using ESP-NOW between the ESP32C3 and the Seeed SenseCAP Indicator, and LoRa between the Indicator and other Indicators running at our neighbours’ houses.
The ESP32C3 is going to be hooked up to a cheap alarm system (hooked up to the siren output, probably); when the alarm sounds, it will send a message to the Indicator it's paired with, which in turn will broadcast the message across the rest of the street.
Initial tests show that the Indicator should have a range of at least 500m, which is more than enough. If not, I can always look into rebroadcasting.
-
Working on a distributed alarm system, where an alarm (burglar, panic, fall, etc) is propagated to the rest of the street, using ESP-NOW between the ESP32C3 and the Seeed SenseCAP Indicator, and LoRa between the Indicator and other Indicators running at our neighbours’ houses.
The ESP32C3 is going to be hooked up to a cheap alarm system (hooked up to the siren output, probably); when the alarm sounds, it will send a message to the Indicator it's paired with, which in turn will broadcast the message across the rest of the street.
Initial tests show that the Indicator should have a range of at least 500m, which is more than enough. If not, I can always look into rebroadcasting.
-
Ich habe soeben meine MeshCore Devices auf die Firmware v1.7.4 aktualisiert
Die Repeater XIAO nRF52, 3 x Promicro (1262) (via nRF OTA) und den Repeater Heltec v3 sowie den Room-Server Heltec v3 (via ESP32 OTA) .
Companion Radios: Heltec T114, RAK 4630, Seeed Studio Xiao S3 WIO, Seeed Studio SenseCAP T1000-E,
und den Heltec V3 SN-S1 Sensor-Node (mit dem BME280)ESP-NOW: USB-Companion, Repeater und Room-Server.
#Messenger #Kommunikation #Notfallkommunikation #MeshCore #Mesh #LoRa #ESPNOW
-
Ich habe soeben meine MeshCore Devices auf die Firmware v1.7.4 aktualisiert
Die Repeater XIAO nRF52, 3 x Promicro (1262) (via nRF OTA) und den Repeater Heltec v3 sowie den Room-Server Heltec v3 (via ESP32 OTA) .
Companion Radios: Heltec T114, RAK 4630, Seeed Studio Xiao S3 WIO, Seeed Studio SenseCAP T1000-E,
und den Heltec V3 SN-S1 Sensor-Node (mit dem BME280)ESP-NOW: USB-Companion, Repeater und Room-Server.
#Messenger #Kommunikation #Notfallkommunikation #MeshCore #Mesh #LoRa #ESPNOW
-
Некоторые варианты практического использования протокола ESP-Now в самодельных устройствах
Если вы хотите получить для своих самоделок достаточно быстродействующий (до 1,5 Мбит/с), дальнобойный (300+ метров), и, в то же время, энергосберегающий (50 мА во время передачи) протокол, то "ESP-Now" - ваш выбор! В этой статье мы не будем разбирать подробно все технические особенности протокола, так как для этого есть соответствующие спецификации, - вместо этого мы остановимся на более интересном: его практическом применении и, в общем, ознакомимся с некоторыми особенностями протокола.
-
We now have #ESPNow #WiFi capability for @microblocks
-
We now have #ESPNow #WiFi capability for @microblocks
-
The receiver hardware consists of:
- ESP32 D1 mini board
- RS485 transceiver
- XLR socket
- Big power bank
- WS2812 LED ring I had laying around to debug the effectsIt receives the button events via #ESPNOW, processes them to light effects and outputs #DMX to the RGB spotlights (and the WS2812 LEDs).
I finished putting everything in a stylish cardboard box at 7am on the day of the event and went to sleep :P
-
The receiver hardware consists of:
- ESP32 D1 mini board
- RS485 transceiver
- XLR socket
- Big power bank
- WS2812 LED ring I had laying around to debug the effectsIt receives the button events via #ESPNOW, processes them to light effects and outputs #DMX to the RGB spotlights (and the WS2812 LEDs).
I finished putting everything in a stylish cardboard box at 7am on the day of the event and went to sleep :P
-
Software-wise, the buttons are pretty simple.
I used the #ESPNOW protocol, ofc, because the actions had to be transmitted quickly and without using much power.
The button simply transmits its state (and battery level). So during a normal press "cycle" it sends the packets: 'pressed', then 'held' (repeated), and finally 'released'.I tried to optimize the power usage as much as possible.
Disabling the ESP-NOW receive already dropped the idle power usage from 80mA to 20mA.
Going to light sleep between button presses dropped it further to around 0.6 mA.
(Deep sleep didn't work correctly with the chosen wake-up pin and would've been overkill for "has to survive an evening" anyways. Even light sleep isn't really necessary [foreshadowing]) -
Software-wise, the buttons are pretty simple.
I used the #ESPNOW protocol, ofc, because the actions had to be transmitted quickly and without using much power.
The button simply transmits its state (and battery level). So during a normal press "cycle" it sends the packets: 'pressed', then 'held' (repeated), and finally 'released'.I tried to optimize the power usage as much as possible.
Disabling the ESP-NOW receive already dropped the idle power usage from 80mA to 20mA.
Going to light sleep between button presses dropped it further to around 0.6 mA.
(Deep sleep didn't work correctly with the chosen wake-up pin and would've been overkill for "has to survive an evening" anyways. Even light sleep isn't really necessary [foreshadowing]) -
MeshCore: ESP-NOW ↔ LoRa Bridge und Gateways
Unser MeshCore-Handbuch (Übersetzungen und Ergänzungen für die Offline- und Off-Grid-Messaging-Plattform für sichere Kommunikation) wurde um eine “ESP‐NOW Übersicht” ergänzt.
🔗 https://meshcore-de.net/meshcore-handbuch/allgemeines/esp%e2%80%90now-uebersicht/
-
CW: neod controlled lights