A. Examples for the the library VirtuinoCM
Use the Arduino Library Manager to install the latest VirtuinoCM library
or download the library: VirtuinoCM
Install the library before run the examples below
==========================================================
Arduino + Ethernet shield
Server code examples that included in VirtuinoCM library
Ethernet shield example_1: Getting started
Ethernet shield example_2: Virtual pins
Ethernet shield example_3: Send - Receive text
Ethernet shield example_4: Virtual pins using vMemoryRead & vMemoryWrite
=========================================================
Arduino + ESP8266_01
Server code examples that included in VirtuinoCM library
Arduino UNO + ESP-01 example1: Getting started (UNO, NANO, MINI etc.)
Arduino UNO + ESP-01 example2: Virtual Pins
Arduino UNO + ESP-01 example3: Access Pont mode
Arduino MEGA + ESP-01 example1: Getting started (Mega-Due)
=========================================================
+
Arduino + Bluetooth module HC-05 or HC-06
Examples for Software serial connection with HC-05 or HC-06 that included in VirtuinoCM library
Arduino UNO + Bluettoth module example1: Getting started
Arduino UNO + Bluettoth module example2: Virtual Pins
Examples for Hardware serial connection with HC-05 or HC-06
Arduino MEGA/DUE + Bluettoth module example3: Gettings started
Arduino MEGA/DUE + Bluettoth module example: Read DHT temperature and humidity
==========================================================
ESP8266 standalone (Wemos, NodeMCU, etc.)
Server code examples that included in VirtuinoCM library
Wemos - NodeMCU ESP8266 example1: Getting started
Wemos - NodeMCU ESP8266 example2: Virtual Pins
Wemos - NodeMCU ESP8266 example3: Overview
Wemos - NodeMCU ESP8266 example4: Read -Write IOs
Wemos - NodeMCU ESP8266 example5: Access Point mode
Extra examples:
Wemos - NodeMCU ESP8266 DHT sensor example: DHT sensor Temperature and Humidity
ESP8266 client code for VirtuinoCM library DHT sensor Temperature and Humidity
ESP8266 /ESP32 Send -Receive Text using V memory
ESP8266 + ESP32 Tools
WiFi Manager for ESP8266 - ESP32 example: How to change the WiFi SSID, Pasword and other settings using a web page
==========================================================
ESP32
Server code examples
ESP32 example1: Getting started
ESP32 example2: Overview
ESP32 + Bluetooth classic example: Virtual pins
=========================================================
Arduino Nano 33 Iot
Examples for WiFi connection using VirtuinoCM library
Arduino 33 IoT WiFi example: Getting started
==========================================================
+
ARDUINO + ENC28J60 ethernet card
Server code examples
Arduino + ENC28J60 ethernet example1: Getting started
B. Examples that do not need any library
All the necessary code is included in one sketch. These examples can be easily modified by developers
Bluetooth HC-05 & HC-06 & any other no BLE module
Virtuino - Arduino UNO,NANO etc. with Software Serial connection
Virtuino - Arduino UNO,NANO etc. with hardware Serial connection
Virtuino - Arduino MEGA, DUE etc. with hardware Serial connection
Virtuino - Arduino MEGA, DUE etc. with hardware Serial connection - Only V memory is supported in this code
C. Examples for the older libraries Virtuino & VirtuinoESP libraries
Examples that need to install Virtuino library (recommended for amateurs)
Library: Virtuino library ver 1.69 or higher
Use the Arduino Library Manager to install the latest library
Virtuino - Hello Virtuino world example 01
Virtuino - Read - Write to digital IOs example 02
Virtuino - Read - Write to Virtual pins example 03
Virtuino - Read - Write to Virtual pins example 04
Virtuino - Read temperature and humidity from DHT sensor example 05
Virtuino - Read temperatures from ds18b20 sensor example 06
Virtuino - Servo motor example
Virtuino - Arduino Mega, DUE (Hardware Serial) example
Virtuino - Send - Receive Text Commands example
ESP8266 - NodeMCU - WeMos
For the following examples installing VirtuinoESP library is necessary
Virtuino NodeMCU web server example
Virtuino WeMos web server example
Virtuino ESP8266: Send or Read Text
Virtuino Read Temperature and Humidity from DHT sensor
Virtuino Read temperature from DS18B20 sensor
Virtuino - ESP8266 Acces point example
Library: VirtuinoESP library ver 1.71 or higher
Examples that do not require installing VirtuinoESP library. All the necessary code is included in the sketch. These examples can be easily modified by developers
Virtuino ESP8266 example without library
Virtuino ESP8266 example without library. This sketch supports TEXT commands
ESP32
For the following examples installing VirtuinoESP library is necessary
Virtuino ESP32 example: Read DHT11 temperature and humidity
Library: VirtuinoESP library ver 1.71 or higher
Examples that do not require installing VirtuinoESP library. All the necessary code is included in the sketch. These examples can be easily modified by developers
Virtuino ESP32 example without library
Virtuino ESP32 example without library. This sketch supports TEXT commands
Virtuino client code
This code is very helpful:
1. For developers that want to communicate with Virtuino library without Virtuino app
2. For developers that want to create their own code to communicate with Virtuino app
Client code for ESP8266 boards (NodeMCU, Wemos etc.)
Client code for Arduino or similar boards and ESP-01 wifi module