Announcement

Collapse
No announcement yet.

Search Result

Collapse
24 results in 0.0054 seconds.
Keywords
Members
Tags
arduino
  •  

  • Arduino - RS-485 Expansion Board

    Arduino - RS-485 Expansion Board

    PES-2607 is an easy-to-use RS422/RS485 Expansion Board for Arduino Uno and Mega, which allows Arduino to exchange data with serial device via RS422 or RS485.
    Especially, Arduino does NOT use UART pins to communicate with RS422/RS485 expansion board. Therefore, users can use Arduino UART pins for other purposes.
    Moreover, A single Arduino Uno/Mega can communicate with multiple RS422/RS485 expansion boards (up to 14) without using Arduino UART pins.

    Library and examples for...
    Go to post
    Last edited by support; 12-14-2022, 07:14 AM.

  • Arduino - RS-422 Expansion Board

    Arduino - RS-422 Expansion Board

    PES-2607 is an easy-to-use RS422/RS485 Expansion Board for Arduino Uno and Mega, which allows Arduino to exchange data with serial device via RS422 or RS485.
    Especially, Arduino does NOT use UART pins to communicate with RS422/RS485 expansion board. Therefore, users can use Arduino UART pins for other purposes.
    Moreover, A single Arduino Uno/Mega can communicate with multiple RS422/RS485 expansion boards (up to 14) without using Arduino UART pins.

    Library and examples for...
    Go to post
    Last edited by support; 12-14-2022, 07:15 AM.

  • Arduino - RS-232 Expansion Board

    Arduino - RS-232 Expansion Board

    PES-2606 is an easy-to-use RS-232 Expansion Board for Arduino Uno and Mega, which allows Arduino to exchange data with serial device via RS-232.
    Especially, Arduino does NOT use UART pins to communicate with RS-232 expansion board. Therefore, users can use Arduino UART pins for other purposes.
    Moreover, A single Arduino Uno/Mega can communicate with multiple RS-232 expansion boards (up to 14) without using Arduino UART pins.

    Library and example for the RS-232 expansion board...
    Go to post
    Last edited by support; 12-14-2022, 07:16 AM.

  • Arduino - Stepper Motor Controller

    Arduino - Stepper Motor Controller

    PES-2605 is an easy-to-use stepper motor controller for Arduino Uno and Mega, which uses micro-stepping method to precisely control stepper motor.
    Library and example for the stepper motor controller are part of of PhpocExpansion library for Arduino. The library reference is available here.

    This tutorial shows how to use the step motor controller with an example of PhpocExpansion library for Arduino.


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

  • Arduino - DC Motor Controller

    Arduino - DC Motor Controller

    PES-2604 is an easy-to-use DC motor controller for Arduino Uno and Mega.
    Library and example for the DC motor controller are part of of PhpocExpansion library for Arduino. The library reference is available here.

    This tutorial shows how to use the DC motor controller with an example of PhpocExpansion library for Arduino.


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

  • Arduino - Digital Input Board

    Arduino - Digital Input Board

    PES-2602 is an easy-to-use 4-port Input Expansion Board for Arduino Uno and Mega, which allows Arduino to monitor state of DC electric device. In addition, it can monitor NPN, PNP and dry contact(relay).
    Library and example for the 4-port input expansion board are part of of PhpocExpansion library for Arduino. The library reference is available here.

    This tutorial shows how to use 4-port input expansion board with an example of PhpocExpansion library for Arduino.

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

  • Arduino - Relay Expansion Board

    Arduino - Relay Expansion Board

    PES-2601 is an easy-to-use 4-port Relay Expansion Board for Arduino Uno and Mega, which allows Arduino to control DC electric device on/off .
    Library and example for the 4-port Relay Expansion Board are part of of PhpocExpansion library for Arduino. The library reference is available here.

    This tutorial shows how to use 4-port Relay Expansion Board with an example of PhpocExpansion library for Arduino.


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

  • 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.
Working...
X
😀
🥰
🤢
😎
😡
👍
👎