All Projects → mwhprojects → Arduino Esp8266

mwhprojects / Arduino Esp8266

Sending data from an Arduino to the internet using an ESP8266 module.

Labels

Projects that are alternatives of or similar to Arduino Esp8266

Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+4080.95%)
Mutual labels:  arduino
Evy1 shield
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Rctransmitter Usbgamepad
Plug-n-play USB Gamepad adapter for 6 channel RC Transmitter PPM output
Stars: ✭ 20 (-4.76%)
Mutual labels:  arduino
Wilderness Wireless I
Repository for Radical Networks Workshop
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Arduorbiter
The software running on ArduOrbiter-1.
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Esp8266 pir
ESP8266 Motion Detector to IFTTT
Stars: ✭ 15 (-28.57%)
Mutual labels:  arduino
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-38.1%)
Mutual labels:  arduino
Arduino Bldc
The brushless DC motor driver by arduino uno, suport sensored and sensorless BLDC motor
Stars: ✭ 20 (-4.76%)
Mutual labels:  arduino
Neopixel painter
Light painting project for Arduino Uno + NeoPixel strips
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-4.76%)
Mutual labels:  arduino
Roboticarmandroid
💪 + 📱 It's a simple project where you'll learn how to create a Robotic Arm with Arduino board, controlled by a Android smartphone using Bluetooth. (PT-BR: Um projeto simples onde você irá aprender como criar um braço robótico utilizando Arduino, e controlar ele via Bluetooth através de um aplicativo Android)
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Arduinoserialmp3player
Playing MP3 files on a Serial MP3 Player board from Catalex (YX5300 chip)
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Openwifidetectoresp8266
MASLOW: an Open WiFi Detector with ESP8266
Stars: ✭ 15 (-28.57%)
Mutual labels:  arduino
Ir Tester
Quick IR Value Tester
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Openwordclock
Stars: ✭ 20 (-4.76%)
Mutual labels:  arduino
Simple Socket Io Example Esp8266
ESP8266 Arduino code for a simple socket.io client example
Stars: ✭ 13 (-38.1%)
Mutual labels:  arduino
Redfly Shield
WiFi/WLAN Shield for Arduino with Redpine Signals RS9110-N-11-22
Stars: ✭ 14 (-33.33%)
Mutual labels:  arduino
Arduino Arcade Puzzle Box
Arduino-powered arcade-style mini game puzzle box.
Stars: ✭ 21 (+0%)
Mutual labels:  arduino
Arduino 74hc595 Shift Registers
Stars: ✭ 19 (-9.52%)
Mutual labels:  arduino
Esp32 esp8266 wifi speaker oled
A MP3 streaming WiFi speaker for ESP8266 & ESP32 chips
Stars: ✭ 20 (-4.76%)
Mutual labels:  arduino

About Arduino-ESP8266

These are experiments in getting an Arduino to send data to the internet using the ESP8266 wifi module. These experiments use the data collected from a DHT22 temperature and humidity sensor and a photo resistor.

Files

ThingSpeak_noLCD_public

Initial code to get the ESP8266 online, sending data to Thing Speak.

ThingSpeak_LCD_public

Adds LCD to base code.

PHPpage_LCD_public

Changes ThingSpeak_LCD_public to send data to a webhost where data is inserted into a table in a MySQL database.

PHPpage_ThingSpeak_LCD_public

Combines ThingSpeak_LCD_public and PHPpage_LCD_public so that data is sent to both the MySQL database and Thing Speak.

stats.php

On the PHP Page Demo (link below), there are some statistics calculated by some PHP code (under the Last Day Stats heading). This file has that PHP code if you're interested.

Guides

I used these guides to get started:
http://www.instructables.com/id/ESP8266-Wifi-Temperature-Logger/?ALLSTEPS
http://randomnerdtutorials.com/getting-started-with-esp8266-wifi-transceiver-review/
http://mcuoneclipse.com/2014/12/14/tutorial-iot-datalogger-with-esp8266-wifi-module-and-frdm-kl25z/

My Links

PHP Page Demo

http://mwhprojects.com/esp8266

Thing Speak Channel

http://thingspeak.com/channels/22770

Blog

I cover the hardware aspect of this project on my blog: https://mwhprojects.wordpress.com/category/projects-2/arduino/esp8266-module/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].