Search found 113 matches

by solozerouno
Wed Mar 20, 2024 10:00 pm
Forum: General
Topic: remap function from arduino programming
Replies: 2
Views: 70

remap function from arduino programming

There is the possibility of converting from 10bit to 8bit with the function in C "REMAP" for Arduino in which, for example, a value is read from A0 and refers to the Pwm, for which the bits are read at 10 and written at 8 .. ... How is it with Flc10 ? Thanks Solozerouno
by solozerouno
Mon Mar 18, 2024 2:26 am
Forum: Feature Requests
Topic: IPS display ST7735 80 X 160
Replies: 1
Views: 60

IPS display ST7735 80 X 160

You can add a new display with these features: IPS color 80 * 160 display SPI Interface Control chip: ST7735
by solozerouno
Thu Mar 07, 2024 1:40 am
Forum: Feature Requests
Topic: Use fuzzy logic or I. A.
Replies: 1
Views: 77

Use fuzzy logic or I. A.

Is it possible to implement fuzzy logic or flowcode commands that somehow implement a basis of neural networks or basic artificial intelligence on fairly powerful boards or processors such as the esp 32 wroom?
Thanks solozerouno
by solozerouno
Sat Dec 02, 2023 1:33 am
Forum: General
Topic: Rotary encoder + led r and led l
Replies: 6
Views: 3576

Re: Rotary encoder + led r and led l

please help me with an example. Thanks solozerouno
by solozerouno
Fri Dec 01, 2023 11:44 pm
Forum: General
Topic: Rotary encoder + led r and led l
Replies: 6
Views: 3576

Please help me....

my project requires that an output: led1 has a pulse at each click of the rotary encoder and if it turns to the left and led 2 or output 2 if the rotary encoder turns to the right.... it's can you help me with a simple example please. ... Thanks solozerouno.
by solozerouno
Fri Dec 01, 2023 10:22 pm
Forum: General
Topic: Rotary encoder + led r and led l
Replies: 6
Views: 3576

Re: Rotary encoder + led r and led l

my project requires that an output: led1 has a pulse at each click of the rotary encoder and if it turns to the left and led 2 or output 2 if the rotary encoder turns to the right.... it's can you help me with a simple example please. ... Thanks solozerouno.
by solozerouno
Fri Dec 01, 2023 8:50 pm
Forum: General
Topic: Rotary encoder + led r and led l
Replies: 6
Views: 3576

Rotary encoder + led r and led l

I'm creating a project with Arduino Uno that manages two rotary encoders and 4 LEDs, two green and two red: each encoder drives the two LEDs, one green and one red based on whether the rotary encoder turns left or right. the second encoder works like the first with the other 2 LEDs.. please help me....
by solozerouno
Tue Nov 28, 2023 3:04 am
Forum: General
Topic: conversion Char variable to var or float variable
Replies: 0
Views: 5973

conversion Char variable to var or float variable

```cpp void setup() { Serial.begin(9600); // Inizializza la comunicazione seriale } void loop() { char numeroChar[] = "12,3"; // Variabile contenente il numero come caratteri int numeroIntero = 0; float numeroFloat = 0.0; bool contieneVirgola = false; int posizioneVirgola = -1; for(int i = 0; i < st...
by solozerouno
Wed Nov 22, 2023 12:30 am
Forum: General
Topic: New component error
Replies: 1
Views: 5400

New component error

when I try to save my project I get "you need to remove the component before exporting ComponentRoot1 ComponentRoot2". if I go to components there is no component with that name, what can I do?
Thanks Solozerouno.
by solozerouno
Wed Nov 08, 2023 7:33 pm
Forum: General
Topic: Component modify help
Replies: 3
Views: 6704

Re: Component modify help

Can I know how to add or remove macros from my component or add functions to a macro or component I have created?
Thank you Solozerouno