Announcement

Collapse
No announcement yet.

Search Result

Collapse
56 results in 0.0043 seconds.
Keywords
Members
Tags
phpoc x
  •  

  • PHPoC - Configuring Network Information via Web

    PHPoC - Configuring Network Information via Web

    This example show how to create an Web app that allows to check and config network information (e.g MAC address, IP addess, ...) remotely via Web browser.


    Hardware
    • PHPoC Blue (+ USB WLAN) or PHPoC Black (+ Ethernet cable)
    • Micro USB to USB Cable (to upload source code to PHPoC Device)


    Quick Steps

    Source code of this example is a part of PHPoC Support Packet (PSP). You need to:...
    Go to post
    Last edited by support; 09-04-2018, 11:31 AM.

  • TCP Client - HTTP GET

    TCP Client - HTTP GET

    What is HTTP?

    HTTP means HyperText Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web. The protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.
    For example, when you enter a URL in your browser, this actually tells Web browser make an HTTP request to the Web server.

    PHPoC has an embedded web server. However, this example shows PHPoC devices to...
    Go to post
    Last edited by support; 02-09-2018, 08:36 AM.

  • TCP Server - Multiple TCP Connections

    TCP Server - Multiple TCP Connections

    What is TCP?

    TCP is abbreviation of Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

    To exchange data between two devices using TCP protocol, one device acts as TCP server, the other acts...
    Go to post
    Last edited by support; 02-09-2018, 08:35 AM.

  • TCP Server - Single TCP Connection

    TCP Server - Single TCP Connection

    What is TCP?

    TCP is abbreviation of Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

    To exchange data between two devices using TCP protocol, one device acts as TCP server, the other acts...
    Go to post
    Last edited by support; 02-09-2018, 08:36 AM.

  • MySQL - Updating Data to Remote Server

    MySQL - Updating Data to Remote Server

    If you want to create an IoT device, which reads sensor's value and updates the value to MySQL database on remote server. This tutorial gives you solution to do it.


    Hardware
    • PHPoC Blue (+ USB WLAN) or PHPoC Black (+ Ethernet cable)
    • Micro USB to USB Cable (to upload source code to PHPoC Device)


    Quick Steps

    Source code of this example is a part of PHPoC Support Packet (PSP). You need to:...
    Go to post
    Last edited by support; 02-09-2018, 08:37 AM.

  • MySQL - Inserting Data to Remote Server

    MySQL - Inserting Data to Remote Server

    If you want to create an IoT device, which reads sensor's value and inserts the value to MySQL database on remote server. This tutorial gives you solution to do it.


    Hardware
    • PHPoC Blue (+ USB WLAN) or PHPoC Black (+ Ethernet cable)
    • Micro USB to USB Cable (to upload source code to PHPoC Device)


    Quick Steps

    Source code of this example is a part of PHPoC Support Packet (PSP). You need to:...
    Go to post
    Last edited by support; 02-09-2018, 08:37 AM.

  • Sending Email (ESMTP mail)

    Sending Email (ESMTP mail)

    We will go through an example of sending an Email by PHPoC Blue or Black.

    There are two popular protocols to send Email: SMTP and ESMTP. PHPoC supports libraries for both prototol. Your mail server might use one of them. For example, Gmail uses ESMTP protocol. Therefore, to send email from a Gmail account, it needs to use ESMTP library.

    This example shows how to send email using ESMTP protocol.For sending email using SMTP protocol, refer to Sending email (SMTP).
    ...
    Go to post
    Last edited by support; 02-09-2018, 08:39 AM.

  • Sending Email (SMTP mail)

    Sending Email (SMTP mail)

    We will go through an example of sending an Email by PHPoC Blue or Black.

    There are two popular protocols to send Email: SMTP and ESMTP. PHPoC supports libraries for both prototol. Your mail server might use one of them. For example, Gmail uses ESMTP protocol. Therefore, to send email from a Gmail account, it needs to use ESMTP library.

    This example shows how to send email using SMTP protocol.For sending email using ESMTP protocol, refer to Sending email (ESMTP).
    ...
    Go to post
    Last edited by support; 02-09-2018, 08:38 AM.

  • DNS Lookup

    DNS Lookup

    What is DNS?

    DNS is stand for Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses. Because domain names are alphabetic, they are easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address. For example, the domain name http://www.example.com might translate to 10.0.154.2


    Hard...
    Go to post
    Last edited by support; 02-09-2018, 08:40 AM.

  • Ultrasonic Sensor - Monitoring Distance via WebSocket

    Ultrasonic Sensor - Monitoring Distance via WebSocket

    Tutorial Video



    Hardware

    About Ultrasonic Sensor

    Ultrasonic sensor HC-SR04 is used to measure distance to an object by using ultrasonic waves. The ultrasonic sensor HC-SR04 includes four pins:
    • VCC pin.
    • GND pin.
    • TRIG pin: this pin receives a 10-microsecond pulse from controller to emit
    ...
    Go to post
    Last edited by support; 09-23-2022, 09:45 AM.

  • Ultrasonic Sensor - Monitoring Distance from Webpage with Image

    Ultrasonic Sensor - Monitoring Distance from Webpage with Image

    Tutorial Video



    Hardware

    About Ultrasonic Sensor

    Ultrasonic sensor HC-SR04 is used to measure distance to an object by using ultrasonic waves. The ultrasonic sensor HC-SR04 includes four pins:
    • VCC pin.
    • GND pin.
    • TRIG pin: this pin receives a 10-microsecond pulse from controller to emit
    ...
    Go to post
    Last edited by support; 09-23-2022, 09:45 AM.

  • Ultrasonic Sensor - Monitoring Distance from Webpage using Hypertext

    Ultrasonic Sensor - Monitoring Distance from Webpage using Hypertext

    Tutorial Video



    Hardware

    About Ultrasonic Sensor

    Ultrasonic sensor HC-SR04 is used to measure distance to an object by using ultrasonic waves. The ultrasonic sensor HC-SR04 includes four pins:
    • VCC pin.
    • GND pin.
    • TRIG pin: this pin receives a 10-microsecond pulse from controller to emit
    ...
    Go to post
    Last edited by support; 09-23-2022, 09:46 AM.

  • Ultrasonic Sensor - How to Use Ultrasonic Sensor

    Ultrasonic Sensor - How to Use Ultrasonic Sensor

    Tutorial Video



    Hardware

    About Ultrasonic Sensor

    Ultrasonic sensor HC-SR04 is used to measure distance to an object by using ultrasonic waves. The ultrasonic sensor HC-SR04 includes four pins:
    • VCC pin.
    • GND pin.
    • TRIG pin: this pin receives a 10-microsecond pulse from controller to emit ultrasonic wave.
    • ECHO pin:
    ...
    Go to post
    Last edited by support; 09-23-2022, 09:46 AM.

  • Servo Motor - Controlling Servo Motor via WebSocket with Graphic UI

    Servo Motor - Controlling Servo Motor via WebSocket with Graphic UI

    Tutorial Video



    Hardware

    About Servo Motor

    Stardard servo motor is used to control of angular (usually between 0 and 180 degrees). The servo motor used in this example includes three wires:
    • VCC wire.
    • GND wire.
    • Signal wire (receives the PWM control signal from controller).
    How the servo motor...
    Go to post
    Last edited by support; 12-14-2022, 07:30 AM.

  • Servo Motor - Controlling Servo Motor from Webpage with Image

    Servo Motor - Controlling Servo Motor from Webpage with Image

    Tutorial Video



    Hardware

    About Servo Motor

    Stardard servo motor is used to control of angular (usually between 0 and 180 degrees). The servo motor used in this example includes three wires:
    • VCC wire.
    • GND wire.
    • Signal wire (receives the PWM control signal from controller).
    How the servo motor...
    Go to post
    Last edited by support; 12-14-2022, 07:30 AM.
Working...
X