add small project for receiving espnow material from a host, transferring it...
add small project for receiving espnow material from a host, transferring it via serial to another esp and finally storing it on a SD card
Showing
- host/esp32-espnow-recv/.gitignore 3 additions, 0 deletionshost/esp32-espnow-recv/.gitignore
- host/esp32-espnow-recv/CMakeLists.txt 33 additions, 0 deletionshost/esp32-espnow-recv/CMakeLists.txt
- host/esp32-espnow-recv/include/README 39 additions, 0 deletionshost/esp32-espnow-recv/include/README
- host/esp32-espnow-recv/platformio.ini 23 additions, 0 deletionshost/esp32-espnow-recv/platformio.ini
- host/esp32-espnow-recv/src/main.cpp 12 additions, 0 deletionshost/esp32-espnow-recv/src/main.cpp
- host/esp32-espnow-recv/src/main2.cpp 229 additions, 0 deletionshost/esp32-espnow-recv/src/main2.cpp
- host/esp32-espnow-recv/test/README 11 additions, 0 deletionshost/esp32-espnow-recv/test/README
- host/esp32-serial-recv/.gitignore 3 additions, 0 deletionshost/esp32-serial-recv/.gitignore
- host/esp32-serial-recv/CMakeLists.txt 33 additions, 0 deletionshost/esp32-serial-recv/CMakeLists.txt
- host/esp32-serial-recv/include/README 39 additions, 0 deletionshost/esp32-serial-recv/include/README
- host/esp32-serial-recv/platformio.ini 23 additions, 0 deletionshost/esp32-serial-recv/platformio.ini
- host/esp32-serial-recv/src/main.cpp 236 additions, 0 deletionshost/esp32-serial-recv/src/main.cpp
- host/esp32-serial-recv/test/README 11 additions, 0 deletionshost/esp32-serial-recv/test/README
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/.piopm 0 additions, 1 deletionhost/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/.piopm
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/ESP32Time.cpp 0 additions, 361 deletions...2/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/ESP32Time.cpp
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/ESP32Time.h 0 additions, 69 deletions...p32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/ESP32Time.h
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/LICENSE 0 additions, 21 deletionshost/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/LICENSE
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/README.md 0 additions, 41 deletions...esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/README.md
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/examples/esp32_time/esp32_time.ino 0 additions, 77 deletions...c3-devkitm-1/ESP32Time/examples/esp32_time/esp32_time.ino
- host/esp32/.pio/libdeps/esp32-c3-devkitm-1/ESP32Time/examples/esp32_time_multiple/esp32_time_multiple.ino 0 additions, 77 deletions...Time/examples/esp32_time_multiple/esp32_time_multiple.ino
Loading