Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,469
» Latest member: zaadisoncahvs4279
» Forum threads: 5,413
» Forum posts: 5,617

Full Statistics

Online Users
There are currently 30 online users.
» 0 Member(s) | 28 Guest(s)
Baidu, Bing

Latest Threads
The latest release mispla...
Forum: Virtuino IoT
Last Post: davidkhann
1 hour ago
» Replies: 1
» Views: 106
Porting of a project from...
Forum: Virtuino IoT
Last Post: pberna
03-04-2026, 01:00 PM
» Replies: 0
» Views: 20
Virtuino 6 vs Virtuino IO...
Forum: Virtuino IoT
Last Post: pberna
03-04-2026, 12:45 PM
» Replies: 4
» Views: 3,795
dating for adults
Forum: Virtuino IoT
Last Post: oliverstone1
03-01-2026, 01:36 PM
» Replies: 1
» Views: 480
inbuilt functions
Forum: Virtuino IoT
Last Post: robinrewar
02-26-2026, 12:57 AM
» Replies: 2
» Views: 894
number of installs with o...
Forum: Virtuino IoT
Last Post: torn
02-25-2026, 08:28 AM
» Replies: 0
» Views: 45
How to paid for the pro v...
Forum: Virtuino IoT
Last Post: michaelwillems
02-23-2026, 10:40 PM
» Replies: 5
» Views: 4,458
The $7,300 Profit: Why I'...
Forum: Virtuino IoT
Last Post: carolinamarin
02-20-2026, 02:25 PM
» Replies: 0
» Views: 46
How I Earn $400 Daily fro...
Forum: Virtuino IoT
Last Post: robinkumar
02-19-2026, 11:08 PM
» Replies: 0
» Views: 52
Binance Pool Paid Me $3,1...
Forum: Virtuino IoT
Last Post: autoa1transport
02-19-2026, 07:33 AM
» Replies: 0
» Views: 52

 
  Virtual Keyboard number
Posted by: Shodan47 - 02-13-2023, 10:36 AM - Forum: Virtuino 6 - No Replies

Hi, 

i need a virtual keyboard for send number 1 to 999 on my Virtualino app so i did it like below ...

my app :

[Image: ecran_10.jpg]

Virtual Keyboard:

When you click on "Key picture", (V[7]=1); you're unlock Keyboard and run ClavierVirtuino();
The loop while run three times and exits the module (it is easy to increase), so by example, if you number is 523, you type 5 and 2 and 3, but if you number is smaller then 100 , 99 for example,  you should type 0 and 9 and 9

The number appears in case "Attrape". Caution variable is (Place) not int but double .


[Image: clavie10.png]

Config Button

[Image: config10.png]

Code Arduino 

Code:
void ClavierVirtuino()  //************************************
{
  V[9] = 0;
  V[8] = 0;
  Compteur = 0;
  C = 0;
  D = 0;
  U = 0;

  while (Compteur < 4) {
    virtuinoRun();
    if (V[8] == 1) {
      Compteur++;
      if (Compteur == 1) {
        C = V[9] * 100;
        V[8] = 0;
      }
      if (Compteur == 2) {
        D = V[9] * 10;
        V[8] = 0;
      }
      if (Compteur == 3) {
        U = V[9] * 1;
        V[8] = 0;
      }
      Place = C + D + U;
    }

    V[8] = 0;
    if (Compteur == 3) {
      V[7] = 0;
      Compteur = 0;
      D = 0;
      C = 0;
      U = 0;
      return;
    }
  }
}
i'm only a small amateur and i've been using virtuino for three days !
There are probably easier ways for the same results, but if can help, i give you mine method Smile

Print this item

  Arduino App Easy
Posted by: Shodan47 - 02-12-2023, 10:07 PM - Forum: Virtuino 6 - Replies (2)

Virtuino is really great for creating interfaces for Arduino.

After two days my App perfectly manages my wine cellar robot

[Image: screen13.jpg]

Print this item

  set M or V memory at app start
Posted by: DF5EQ - 02-11-2023, 10:43 PM - Forum: Virtuino 6 - Replies (3)

Is it possible to set a M or V memory to a (constant) value at app start?

Print this item

  Enter value as text/number
Posted by: DF5EQ - 02-11-2023, 10:28 PM - Forum: Virtuino 6 - Replies (5)

Is it somehow possible to input a value into M or V memory with a text or number entry widget?
A slider or regulator shall not be used.

Print this item

  Two ethernet CArd
Posted by: Shodan47 - 02-10-2023, 01:15 PM - Forum: Virtuino 6 - Replies (2)

Hello
I'have two ethernet Cart connected to the same Anduino tablet.

By example :
The first ip is 192.168.1.1
The Second 192.168.1.2

To change the card, i have to go to setup, select the connection, and change.

Is it possible to configure a button on the main page for change the card connection, ?

Thank

Print this item

  Save App
Posted by: Shodan47 - 02-10-2023, 11:48 AM - Forum: Virtuino 6 - Replies (5)

Hello,

 Thank you for this beautiful application. 

 I understand that the pro license allows you to install the app on an unlimited number of devices.

Could you tell me if it is possible to save what we have developed on one device to install it on another?

Thank

Print this item

  App crash
Posted by: roman8068 - 02-08-2023, 04:05 PM - Forum: Virtuino 6 - Replies (3)

Hello. In version 6.0.26, the program crashes at startup. Like a double launch.

Print this item

  JSON parsing
Posted by: Ciberyan - 02-05-2023, 08:26 AM - Forum: Virtuino IoT - Replies (1)

Hello Ilias
I have my json parsing well with message having only one level
Example :
{
  "Battery": 100,
  "LastUpdate": "2023-02-03 19:11:39",
  "RSSI": 5,
  "description": "",
  "dtype": "Temp + Humidity",
}


But I dont know how to fill the JSON path when there are more that one level

Example (how to reach the fourh line Temperature) :
{
  "Time": "2023-02-04T19:37:20",
  "ATC087c2e": {
    "mac": "a4c138087c2e",
    "Temperature": 22.8,
    "Humidity": 43,
    "DewPoint": 9.5,
    "Battery": 43,
    "RSSI": -96
  "Time": "2023-02-04T19:37:28",
  "Switch1": "ON",
  "Switch2": "ON",
  "ENERGY": {
    "TotalStartTime": "2022-04-10T21:05:51",
    "Total": 0,
    "Yesterday": 0,
    "Today": 0,
    "Period": [
      0,
      0
    ],
    "Power": [
      0,
      0
    ],
    "ApparentPower": [
      0,
      0
    ],
    "ReactivePower": [
      0,
      0
    ],
    "Factor": [
      0,
      0
    ],
    "Voltage": 228,
    "Current": [
      0,
      0
    ],
    "BL09XX": {
      "Temperature": 36.2
    }
  },
  "ATC2da007": {
    "mac": "a4c1382da007",
    "Temperature": 22.8,
    "Humidity": 42,
    "DewPoint": 9.2,
    "Battery": 64,
    "RSSI": -91
  },
  "TempUnit": "C"
}
Thanks for your help

Print this item

  HiveMQ private > No connection
Posted by: Ciberyan - 02-04-2023, 03:07 PM - Forum: Virtuino IoT - Replies (2)

Hello
Thanks for the really good job
I play around the Virtuino IOT on my PC
While connection with the Public HiveMq is ok, I cant connect to my private cluster
I have a RED cloud on top left (even if it say CONNECTED in the servers menu)
https://imgbox.com/q7UXiaWU
I set a Status variable, with a result of 3, but dont find any clue on what it means
https://imgbox.com/3OGT74NE
I try with Server side certificate or file certificate
My credentials are good of course
Any idea on what could be wrong ?
Any log somewhere to get server response ?
Sorry for the image, inserting seems not working so the link

Print this item

Question App is lagging and tends to Crash
Posted by: Nils.Sky - 02-03-2023, 01:15 PM - Forum: Virtuino 6 - Replies (6)

Hey, 

I have the issue that the Buttons and other widgets on my App are lagging. 
Meaning when I press a Button, say V[12] it takes several seconds to get the response.
Also when using switches, the Switchstate seems to bounce. Reverting back to unpressed mode after I pressed it.

Any idea why this could happen? I assume its because of the virtuinoRun() function always requesting every pin value of the App, no matter where the Arduino Code currently
is runninng. Because of that I also wanted to aks if there is a method to only read and write the value of selective pins in the App, instead of every pin initialized?

Thank you very much for your time!

Print this item