Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 13 online users. » 0 Member(s) | 11 Guest(s) Bing, Google
|
Latest Threads |
Virtuino IoT viewer
Forum: Virtuino IoT
Last Post: ValueAssignmentHelp
09-06-2025, 06:18 PM
» Replies: 12
» Views: 12,185
|
Vidalista 40 mg – A Compl...
Forum: Virtuino IoT
Last Post: lizaClark
09-04-2025, 11:23 AM
» Replies: 0
» Views: 27
|
Sending Android System Ti...
Forum: Virtuino 6
Last Post: Araqel
08-31-2025, 08:35 PM
» Replies: 7
» Views: 953
|
What happens under "Advan...
Forum: Virtuino 6
Last Post: Araqel
08-18-2025, 07:13 AM
» Replies: 1
» Views: 114
|
virtuino & iPhone
Forum: Virtuino IoT
Last Post: robert4you
08-17-2025, 10:13 AM
» Replies: 0
» Views: 128
|
How to activate the pro v...
Forum: Virtuino 6
Last Post: hu277
07-10-2025, 12:32 PM
» Replies: 10
» Views: 9,744
|
Update interval/Refresh r...
Forum: Virtuino 6
Last Post: Stefan
07-10-2025, 05:21 AM
» Replies: 0
» Views: 112
|
Emulator phone sensor dat...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 08:00 AM
» Replies: 0
» Views: 194
|
length/width ratio
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 07:18 AM
» Replies: 0
» Views: 156
|
Create in Windows version...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 06:59 AM
» Replies: 0
» Views: 196
|
|
|
Vidalista 40 mg – A Complete Guide for Men Facing ED |
Posted by: lizaClark - 09-04-2025, 11:23 AM - Forum: Virtuino IoT
- No Replies
|
 |
Vidalista 40 mg is one of the most trusted and affordable solutions for men dealing with erectile dysfunction (ED) in the United States. This powerful medication contains Tadalafil, the same active ingredient used in Cialis, and works by improving blood flow to the penis, helping you achieve and maintain a firm erection when sexually aroused. Many men in the USA prefer Vidalista 40 mg because it provides long-lasting results of up to 36 hours, making it popular as the “Weekend Pill.”
Taking Vidalista 40mg is simple. You only need to swallow one tablet with water about 30 to 45 minutes before sexual activity. For best results, avoid excessive alcohol and heavy meals before taking the pill, as they may delay its effects. It is also important not to take more than one tablet within 24 hours. This medicine is generally well-tolerated, but some users may experience mild side effects like headache, flushing, dizziness, or back pain. If you notice chest pain, severe dizziness, or an erection lasting longer than 4 hours, seek medical help immediately.
While Buy Vidalista 40 mg is an excellent choice for many men, there are other options worth exploring. Cenforce 100 mg is a good alternative for those looking for a shorter-lasting Sildenafil-based solution (similar to Viagra). Another option is Super P Force, which treats both ED and premature ejaculation, offering dual benefits for men who face multiple sexual health challenges.
When buying ED medications online, trust and safety are crucial. That’s why alldaychemistt.com is a preferred platform for many US customers. It offers genuine medicines like Buy Vidalista, Cenforce 100 mg, and Super P Force at affordable prices, with discreet shipping that ensures your privacy.
If you are struggling with ED, talk to your doctor to confirm whether Vidalista 40 mg is right for you. With the right treatment and a reliable source like alldaychemistt.com, you can regain your confidence, improve intimacy, and enjoy a more satisfying sex life.
|
|
|
What happens under "Advanced Value display" hood? |
Posted by: Araqel - 08-17-2025, 04:24 PM - Forum: Virtuino 6
- Replies (1)
|
 |
I am trying to send data&time from server (ESP32C6 with RTC module D3231) to Virtuino 6. The data being sent as String does not appear at all as text ("Default text" has been choosen as a data type from popup menu), but shows up as "Number". The "Time" parser working principle is unknown. The time appearance mask has 11 options and it is needed to be explained how that need to be organized the format of time info for further correct displaying in app.
Thanks in advance.
|
|
|
Update interval/Refresh rate |
Posted by: Stefan - 07-10-2025, 05:21 AM - Forum: Virtuino 6
- No Replies
|
 |
I can´t achive a faster update Interval between esp and virtuino than 1second.
I tried refresh rate 0 and 0.1. No change.
Is there an Idea how to increase update interval?
|
|
|
Emulator phone sensor data |
Posted by: Stefan - 07-07-2025, 08:00 AM - Forum: Virtuino IoT
- No Replies
|
 |
Using Virtuino 6 I can access to mobile phone sensor data through emulator in Server list.
Is this possible with Virtuino IoT?
|
|
|
Create in Windows version/Use in Android version |
Posted by: Stefan - 07-07-2025, 06:59 AM - Forum: Virtuino IoT
- No Replies
|
 |
Can I create a Virtuino surface on windows version and use it on the android version?
Is Virtuino-Windows-version compatible with Virtuino-Android-version?
Why I ask:
Creating surface on mobile phone is complicated, using windows pc is easier.
BR Stefan
|
|
|
New Community Tools/Bug Fixes |
Posted by: rcl27 - 05-07-2025, 11:14 PM - Forum: Virtuino IoT
- Replies (4)
|
 |
Just testing the waters. I went down the AI coding rabbit hole and ended up designing a full suite of tools/library for Virtuino. It was originally going to be just a collection of helper functions, but yea... I completely rewrote the backend lol. It is private now on GitHub, but if there are some other people that are willing to try it out and make their own additions, I am totally willing to release it as a new way to use Virtuino.
Current features:
1. No more Strings - everything has been converted to char arrays to lessen the risk of memory fragmentation. The user experience is more difficult using buffers with dtostrf and snprintf, however larger, more complex programs are now more robust.
2. WebSocket Disconnects - I have a literal army of watchdogs and backup measures in place that make disconnects incredibly rare. The ones that do happen will cause a weakened state that can last for about 10 minutes, but actual downtime is limited to about 1 minute. I wanted to actually solve the issue, but it is within the Virtuino code. If people are interested, I can explain this further.
3. WebSerial integration to allow for remote monitoring/commands.
4. A vast debugging catalog that can be edited on the fly through Virtuino. I have both a sketch version and a library version.
5. Batched variable uploading with scripts to use in Virtuino. I got it fully working with sensor data. A quirk of the language scripts, they don't realize where the variables are coming from even if the inputTag is linked to an ESP. Any variables received in the parsed message from the ESP will immediately be echoed back to the ESP (not just copied to Virtuino's local version of the ESP variable). Only work around is using an untagged "local" variable. They can be stored on the ESP's variable list, just no tags.
6. Import Variables & Widgets - Separate from the library, but I am in the process of finishing some python scripts that import csv data and convert directly to new/edited variables and widgets. I mentioned this in a previous post, but have refined it since then.
7. Minor Options - Most of the options in the library can be set in the sketch, so you can enable/disable automatic resets, watchdogs, timers, debugging categories, see which debugging categories/output are currently enables, etc.
So yea, it's been a wild month and it's nice to see sunlight again lol. If anyone is interested, hit me up. I would love to get some input from humans instead of just Copilot's Claude and Gemini!
|
|
|
Option to Mass Import Variables/Widgets? |
Posted by: rcl27 - 04-27-2025, 05:16 AM - Forum: Virtuino IoT
- Replies (3)
|
 |
Is there any way to bulk edit/import variables or widgets? I just redesigned 5 or 6 ESP systems averaging around 80 variables a piece and I'm dying entering in everything manually haha. Something like a csv import or some kind of option on the back end would be amazing! Thanks!
|
|
|
|