https://randomnerdtutorials.com/esp32-esp8266-input-data-html-form/
Mar 17, 2025 - Learn how to create an ESP32/ESP8266 web server with three input fields (HTML form) to pass values to your ESP using Arduino IDE. Then, you can use those...
input datahtml formweb serverarduino
https://randomnerdtutorials.com/esp32-esp8266-raspberry-pi-lamp-server/
Apr 15, 2020 - Build an ESP32 or ESP8266 client that makes an HTTP POST request to a Raspberry Pi LAMP server (Linux, Apache, MySQL, PHP). The RPi has a PHP script to insert...
publish dataraspberry pilamp serverrandom
https://randomnerdtutorials.com/esp8266-wireless-weather-station-with-data-logging-to-excel/
May 1, 2019 - In this project we are going to establish a wireless communication between two ESPs and send data from three sensors to an Excel spreadsheet.
weather stationdata loggingwirelessexcelrandom
https://github.com/zoubingwu/msw-auto-mock
A cli tool to generate random mock data from OpenAPI definition for msw. - zoubingwu/msw-auto-mock
cli toolgithubmswautomock
https://randomnerdtutorials.com/esp-now-many-to-one-esp8266-nodemcu/
Jun 12, 2020 - Setup an ESP8266 NodeMCU board to receive data from multiple ESP8266 boards via ESP-NOW communication protocol (many-to-one configuration) with Arduino IDE.
receive dataespmultipleboardsmany
https://randomnerdtutorials.com/esp32-flash-memory/
Mar 2, 2021 - Learn how to use the ESP32 flash memory to store permanent data. To write data to the flash memory, you use the EEPROM.write() function that accepts as...
flash memorysavepermanentdatarandom
https://randomnerdtutorials.com/esp8266-nodemcu-write-data-littlefs-arduino/
Sep 21, 2023 - Write and save data permanently to a file saved on the ESP8266 NodeMCU filesystem (LittleFS) with Arduino programming. LittleFS is a lightweight filesystem...
nodemcuwritedatafilearduino
https://www.tomshardware.com/reviews/ixsystems-freenas-mini,4162-7.html
iXsystems' FreeNAS Mini incorporates enterprise features, an advanced file system and a flash cache to deliver superior performance in its price range.
random datatransfersizeixsystemsfreenas
https://randomnerdtutorials.com/esp32-data-logging-temperature-to-microsd-card/
Jun 22, 2024 - This project shows how to log data with timestamps to a microSD card using the ESP32. We'll log temperature readings from the DS18B20 sensor every 10...
data loggingmicrosd cardtemperaturerandomnerd
https://www.analyticsvidhya.com/blog/2020/12/lets-open-the-black-box-of-random-forests/
Random Forests are always referred to as black-box machine learning models. Let's try to crack open it and see what is inside it.
random forestsmachine learningdata science
https://randomnerdtutorials.com/esp32-cyd-lvgl-gps-location/
Jun 18, 2025 - Turn your ESP32 Cheap Yellow Display (CYD) board into a GPS reader with the NEO-6M GPS Module that displays the current location, altitude, speed, date, and...
gps datacydlvgldisplayrandom
https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/
Jul 2, 2025 - Learn how to log data with the ESP8266 NodeMCU to the Firebase Realtime Database with timestamps (data logging) so that you have a record of your data history...
data loggingrealtime databasefirebaserandomnerd