Navigate Select ESC Close

Write POST Data to Server with Arduino Uno with WiFi

2019-07-12 Science & Technology
84.6k
1.3k
83
Eli the Computer Guy
Eli the Computer Guy
1.1m subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

Find code and diagrams at: https://www.elithecomputerguy.com/2019/07/write-post-data-to-server-with-arduino-uno-with-wifi/ This project shows you how to send data to a server with POST from an Arduino Uno with WiFi and to have the server parse the data using a PHP script. Functional Parts in the Project: Arduino Uno – https://store.arduino.cc/usa/arduino-uno-rev3 Breadboard Kit – https://amzn.to/2Xih5ei 560 Piece Jumper Wire Kit – https://amzn.to/2MsCLjL Analog Temperature Sensor – https://amzn.to/2Rkkl3k

Top Comments (10)

@ricardoramirez3084 2020-02-22

The information on your website and in the video was instrumental in helping me post data from the Arduino Uno WiFi Rev 2 to a website. One problem I struggled with was an error in the php code line 3 or $tempF = $_POST["temp"];. I was having problems so I started checking the error logs in my FTP application and found the following: Undefined index: temp. I changed line 3 to the following: $tempF = $_POST['temp'];. Maybe this problem is server specific. Just wanted to post this to help anyone encountering the same problem.

7
@capistor1 2019-11-18

That was so helpful...there almost isnt any support for wifi and http protocols... This helped clear a little.

1
@QualityRecord 2021-02-18

Thanks, got me kick started. Posting data all day long to my server. But, once the data is posted, I'd like to return data to the Arduino, just pass a few variables. 1) Post data to server, 2) Do some calculations with that data 3) Return some data to the Arduino. Could be as simple as 22,54,12

1
@Paul_Burns 2022-02-28

Thanks for making the time to teach me. Great video. Super approachable.

0
@rverm1000 2022-10-19

Fantastic video. Exactly what i want to do. Been learning python, html ,css , bootstrap to accomplish that goal.

0
@HolzmannCFD 2022-04-19

Excellent. Thanks for your video. That was my missing input.

0
@kma-devcircuit 2020-08-17

Thanks man I've been searching this for a long time now really Thanks

0
@adityapandey7708 2020-07-08

Ohh !!!! Let me tell you that you are a saviour. I am a beginner with Arduino and almost spent a week to do this. I was looking for ESP-01 with arduino to achieve this. But here you are !! Thanks a lot. GOD bless :)

0
@smarty1064 2021-11-13

This guy is a Legend, when i started learning computer classes back in 2009 i saw some of his videos! A legend indeed!

0
@danielgavera9346 2025-04-11

Very nice, useful, helpful and smart way to view data from Arduino to anywhere in the world. Best

0

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot