Jump to content

Search the Community

Showing results for tags 'arduino'.

  • Search By Tags

    • arduino ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I forked a project from M. Schwartz in Adafruit about wifi controlled robot, and he uses local web server to access it. Now I wanted to the host online the server files. My only problem is this part of his php file <?php // Load JSON state $string = file_get_contents("robot_state.json");...
  2. Hey im new to this forum and to php. im look for some help as i cant seem to get my lights to light up on my Arduino Uno board using 'Serial Comunication' This is my code on the server... $serial->deviceOpen(); if ($_GET['action'] == "on") { $serial->sendMessage("N\r\n"); $file = fopen("...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.