home.social

#espnow — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #espnow, aggregated by home.social.

fetched live
  1. 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

  2. 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

  3. 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 ..

    valleirug.nl

  4. 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 ..

    valleirug.nl

  5. 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

  6. 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

  7. 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

  8. 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... 🥴

    #homeautomation #homeassistant #iot #esphome #espnow

  9. 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... 🥴

    #homeautomation #homeassistant #iot #esphome #espnow

  10. Wusst gar nicht dass man den OpenSource #ESP32 Flightcontroller 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
    youtube.com/watch?v=QTmitUFotik

  11. Wusst gar nicht dass man den OpenSource #ESP32 Flightcontroller 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
    youtube.com/watch?v=QTmitUFotik

  12. Seems to be working. I’m going to test it with my ongoing project and it everything works as expected, a PR will follow.

    #esphome #espnow #esp32 #homeassistant

  13. Seems to be working. I’m going to test it with my ongoing project and it everything works as expected, a PR will follow.

    #esphome #espnow #esp32 #homeassistant

  14. Working on encryption support for ESP-NOW in ESPHome: github.com/robertklep/esphome/

    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.

    #esphome #espnow #esp32 #homeassistant

  15. Working on encryption support for ESP-NOW in ESPHome: github.com/robertklep/esphome/

    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.

    #esphome #espnow #esp32 #homeassistant

  16. 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.

    #esphome #homeassistant #lora #espnow #esp32 #iot

  17. 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.

    #esphome #homeassistant #lora #espnow #esp32 #iot

  18. 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

  19. 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

  20. Некоторые варианты практического использования протокола ESP-Now в самодельных устройствах

    Если вы хотите получить для своих самоделок достаточно быстродействующий (до 1,5 Мбит/с), дальнобойный (300+ метров), и, в то же время, энергосберегающий (50 мА во время передачи) протокол, то "ESP-Now" - ваш выбор! В этой статье мы не будем разбирать подробно все технические особенности протокола, так как для этого есть соответствующие спецификации, - вместо этого мы остановимся на более интересном: его практическом применении и, в общем, ознакомимся с некоторыми особенностями протокола.

    habr.com/ru/companies/beget/ar

    #ESPNow #практическое_применение

  21. 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 effects

    It 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

    #Grobpfottaster2Light #ESP32

  22. 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 effects

    It 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

    #Grobpfottaster2Light #ESP32

  23. 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])

    #Grobpfottaster2Light #ESP32

  24. 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])

    #Grobpfottaster2Light #ESP32

  25. 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.

    🔗 meshcore-de.net/meshcore-handb

    #Notfallkommunikation #Mesh #LoRa #MeshCore #ESPNOW

  26. CW: neod controlled lights

    Connected the #neod to a bunch of lights via #espnow during a wonderful Visualia residency at Into the Woods