Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8807339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:20:43+00:00 2026-06-14T02:20:43+00:00

Is it possible to control an Arduino Uno with a PHP webpage?

  • 0

Is it possible to control an Arduino Uno with a PHP webpage?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:20:44+00:00Added an answer on June 14, 2026 at 2:20 am

    Yes, you can. You can connect your Arduino via USB to your server, and use phpSerial.

    Or you can connect to your Arduino with an Ethernet shield. In PHP you can open a stream to your Arduino.

    You can write your own protocol to communicate, for example:

    To read the value of an analog input:

    1. PHP: sends rA0 followed by (‘\n’).
    2. Arduino parses rA0: and sends the value of analog input A0 back in ASCII followed by a newline (‘\n’).

    A little more explanation:

    1. PHP wants to read an analog value or an I/O state so the first char is r (to set an I/O port or PWM a w)
    2. To specify if it is an analog or a digital I/O port, an ‘A’ or a ‘D’
    3. To specify the port: the ASCII number of the port 0.
    4. To know where the command ends; send a newline.

    On the Arduino side;

    1. Parse the incoming command.
    2. If the first char is not equal to ‘r’ or ‘w’ then it’s not a read or write command; so the command is invalid.
    3. If the second char is not equal to ‘A’ or ‘D’ then it’s not an analog or a digital value, the command is invalid.
    4. Then for the number, if it can be more than one char, make a char array of three chars, and fill these until you receive a ‘\n’, or more than three ASCII numbers. With atoi() you can parse ASCII to integers.

    If it is a legal command; respond to the command.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to control the Tools->Options->View->View Whitespace between pages through VBA/Macros? Thanks.
Is it possible to control autofocus feature of Android camera, using OpenCV's libnative_camera*.so ?
is it possible to control the iAd in my application after it's launched ?
Possible Duplicate: User control javascript I defined a JavaScript function inside a user control.
Possible Duplicate: DateTime.TryParse century control C# I have a C# app that's importing data
Possible Duplicate: JavaScript Function Definition in ASP User Control Hi, I have a generic
Possible Duplicate: Cross-thread operation not valid: Control accessed from a thread other than the
Possible Duplicate: Create event handler for OnScroll for web browser control I would like
Possible Duplicate: Get full path of a file with FileUpload Control I want to
Possible Duplicate: Using SendMessage to enter text into an edit control belonging to another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.