PHPoC and Arduino are hardware platforms that are easy to learn and use.
They differs from each other in following features:
They differs from each other in following features:
- Hardware
- PHPoC has built-in WiFi and Ethernet. Arduino Uno and Mega does NOT have
- PHPoC has built-in RTC. Arduino Uno and Mega does NOT have
- Software
- PHPoC supports various network protocols like IPv4/IPv6, TCP/IP, SSL/TLS, MQTT, MYSQL, DNS, SMTP, ESMTP.... Arduino Uno and Mega does NOT support all these protocols
- PHPoC has built-in embedded web server. Arduino Uno and Mega does NOT have.
- PHPoC supports WebSocket. Popular-used Arduino Uno and Mega does NOT support.
- IDE
- PHPoC IDE supports real-time debugging. Arduino IDE does NOT support.
- PHPoC IDE supports uploading code via TCP/IP. Arduino IDE does NOT support.
- Application Area
- Apart from areas that Arduino can be used, PHPoC can also be used for industrial applications.