sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 6 forks source link

Add ESP-Now #284

Closed PaulaScharf closed 4 months ago

PaulaScharf commented 4 months ago

Implementation of #275

Ready to be tested :)

mariopesch commented 4 months ago

@PaulaScharf successfully tested to send a string from one mcu-s2 to another. Do you think we can easily implement sending a measurement value e.g. from a temperature sensor?

PaulaScharf commented 4 months ago

@PaulaScharf successfully tested to send a string from one mcu-s2 to another. Do you think we can easily implement sending a measurement value e.g. from a temperature sensor?

works now

mariopesch commented 4 months ago

@PaulaScharf fantastic!! Tested with temperature sensor and it works!

mariopesch commented 4 months ago

I'll merge to development