Announcement

Collapse
No announcement yet.

Search Result

Collapse
16 results in 0.0064 seconds.
Keywords
Members
Tags
arduino-network x
  •  

  • Arduino - Web Serial Monitor

    Arduino - Web Serial Monitor

    Web Serial Monitor is one of the built-in embedded web apps in PHPoC [WiFi] Shield.

    Web Serial Monitor is similar to Serial Monitor on Arduino IDE, except for the following points:
    • Web Serial Monitor is accessed on web browser through Internet (Serial Monitor is accessed on Arduino IDE through USB cable).
    • Web Serial Monitor can be accessed from any OS (Android, iOS, Windows, macOS, Linux...) without any installation. Therefore, you can monitor Arduino from mobile devices.

    ...
    Go to post
    Last edited by support; 12-14-2022, 07:20 AM.

  • Arduino - Email Client

    Arduino - Email Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to send an email.

    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield on Arduino Uno or Mega

    Note that: Arduino communicates with PHPoC [WiFi] Shield via pins 10, 11, 12 and 13 on the Uno, and pins 10, 50, 51 and...
    Go to post
    Last edited by support; 12-14-2022, 07:21 AM.

  • Arduino - SSL Server

    Arduino - SSL Server

    comming soon!
    Go to post

  • Arduino - SSH Server

    Arduino - SSH Server

    comming soon!
    Go to post

  • Arduino - Web Server - Remote Push

    Arduino - Web Server - Remote Push

    Web Remote Push is one of the built-in embedded web apps in PHPoC [WiFi] Shield.

    When an user presses/releases a button on this web apps, the web app sends an uppercase/lowercase characters corresponding with the name of button to Arduino via WebSocket.

    This tutorial shows how to use Web Remote Push to control Arduino.



    Hardware Required
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:21 AM.

  • Arduino - Web Server - Remote Slide

    Arduino - Web Server - Remote Slide

    Web Remote Slide is one of the built-in embedded web apps in PHPoC [WiFi] Shield.

    When an user moves a slider on this web app, the web app sends the slider name and slider value to Arduino via WebSocket.

    This tutorial shows how to use Web Remote Slide to control Arduino.



    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:22 AM.

  • Arduino - Web Server - Remote Pad

    Arduino - Web Server - Remote Pad

    Web Remote Pad is one of the built-in embedded web apps in PHPoC [WiFi] Shield.

    When an user clicks or touches on touchable area of this web app, the web app sends x, y coordinates and touch's state to Arduino via WebSocket.

    This tutorial shows how to use Web Remote Pad to control Arduino.



    Hardware Required
    Note that: This web app is...
    Go to post
    Last edited by support; 12-14-2022, 07:22 AM.

  • Arduino - Web Serial Plotter

    Arduino - Web Serial Plotter

    Web Serial Plotter is one of the built-in embedded web apps in PHPoC [WiFi] Shield.

    Web Serial Plotter is similar to Serial Plotter on Arduino IDE, except for the following points:
    • Web Serial Plotter is accessed on web browser through Internet (Serial Plotter is accessed on Arduino IDE through USB cable).
    • Web Serial Plotter can be accessed from any OS (Android, iOS, Windows, macOS, Linux...) without any installation.
    • Web Serial Plotter is easily customizable via a setting pag
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:23 AM.

  • Arduino - SSL IPv6 Web Client

    Arduino - SSL IPv6 Web Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to make an HTTPS request to a IPv6 web server and get web content in response.
    Web content is a HTML file and printed to serial monitor.


    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield on Arduino Uno or Mega
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:23 AM.

  • Arduino - SSL Web Client

    Arduino - SSL Web Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to make an HTTPS request to a web server and get web content in response.
    Web content is a HTML file and printed to serial monitor.


    Hardware Required

    Note that: This example only works with:
    • PHPoC [WiFi] Shield R2
    • PHPoC [WiFi] Shield R1 with upgrade firmware to v1.5.0 (or higher)

    ...
    Go to post
    Last edited by support; 12-14-2022, 07:24 AM.

  • Arduino - IPv6 Web Client

    Arduino - IPv6 Web Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to make an HTTP request to a IPv6 web server and get web content in response.
    Web content is a HTML file and printed to serial monitor.


    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield on Arduino Uno or Mega
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:24 AM.

  • Arduino - Web Client

    Arduino - Web Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to make an HTTP request to a web server and get web content in response.
    Web content is a HTML file and printed to serial monitor.


    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield on Arduino Uno or Mega
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:24 AM.

  • Arduino - Gmail Client

    Arduino - Gmail Client

    This is an example of using Arduino Uno/Mega and PHPoC [WiFi] Shield to send an email via Gmail Relay Server.

    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield on Arduino Uno or Mega

    Note that: Arduino communicates with PHPoC [WiFi] Shield via pins 10, 11, 12 and 13 on the Uno, and...
    Go to post
    Last edited by support; 12-14-2022, 07:25 AM.

  • Arduino - Telnet Server

    Arduino - Telnet Server

    This tutorial show how to use Arduino Uno/Mega and PHPoC [WiFi] Shield to create a Telnet server that can connect up to 4 Telnet clients simultaneously.
    It distributes any incoming messages to all connected clients.
    The incoming messages are also printed to the serial monitor.


    Hardware Required


    Circuit
    • Stack PHPoC Shield or PHPoC WiFi Shield
    ...
    Go to post
    Last edited by support; 12-14-2022, 07:25 AM.

  • Arduino - TCP IPv6 Chat Server

    Arduino - TCP IPv6 Chat Server

    What is TCP?

    TCP is abbreviation of Transmission Control Protocol. TCP is one of the popular protocols in Internet. To exchange data between two devices using TCP protocol, one device acts as TCP server, the other acts as TCP client. TCP server listens to wait for TCP connection request from TCP client. TCP Client actively make request for TCP connection to TCP server.

    IPv6 is abbreviation of Internet Protocol version 6, the most recent version of the Internet Protocol...
    Go to post
    Last edited by support; 12-14-2022, 07:25 AM.
Working...
X