Search found 19 matches

by Bijumon
Sun Jul 27, 2025 3:26 pm
Forum: Feature Requests
Topic: How can we use the esp now protocol with flowcode?
Replies: 12
Views: 14977

Re: How can we use the esp now protocol with flowcode?

Try this, it may help you.
by Bijumon
Tue Jul 15, 2025 5:01 pm
Forum: App Developer
Topic: Help on You tube Example - Flowcode 9 Modbus Project Part 1
Replies: 2
Views: 2293

Help on You tube Example - Flowcode 9 Modbus Project Part 1

Hi everyone
https://www.youtube.com/watch?v=Yqged_jIdwE
Project is working very well but IP Address is back to default which is define in Appdeveloper on every app restart.
Is it possible to store the modified IP in App which will not effect on restart the ?

Bijumon
by Bijumon
Mon Jun 30, 2025 3:49 pm
Forum: General
Topic: Arduino Uno WDT
Replies: 2
Views: 2276

Re: Arduino Uno WDT

Solved..
Thanks...
by Bijumon
Mon Jun 30, 2025 1:54 pm
Forum: General
Topic: Arduino Uno WDT
Replies: 2
Views: 2276

Arduino Uno WDT

Hello everyone,

How can Enable WDT and set the timeout period (eg. 1 or 2Sec.) in Arduino Uno. also need to be clear it end of main loop.

Regards
Bijumon.
by Bijumon
Fri Dec 20, 2024 7:17 pm
Forum: General
Topic: Arduino interrupt Frequency
Replies: 16
Views: 4880

Re: Arduino interrupt Frequency

Hi Viktor, About the fixed voltage correction value = 0.7 is an Example it can be change as you wish, 0.7 will give 70% of each LUT value. Eg: 0.5 will give 50% of each LUT value , 0.9 will give 90% of each LUT value. it can be use to vary the output voltage or stabilize the output voltage use feed ...
by Bijumon
Wed Dec 18, 2024 11:05 am
Forum: General
Topic: Arduino interrupt Frequency
Replies: 16
Views: 4880

Re: Arduino interrupt Frequency

Hi Viktor, i haven't seen any issue in main loop, i had added LED on D13 and its blinking, may your hardware issue. LUT just copied from the article as same, didn't change. That fixed voltage correction value (0.7) and dead time you can change as you whish. i follow the article. there are inverted s...
by Bijumon
Tue Dec 17, 2024 3:14 pm
Forum: General
Topic: Arduino interrupt Frequency
Replies: 16
Views: 4880

Re: Arduino interrupt Frequency

hi viktor,

code from above said link i had converted to Flowcode as same, 100 lut values and 10Khz interrupt.
by Bijumon
Mon Dec 16, 2024 2:04 pm
Forum: General
Topic: Arduino interrupt Frequency
Replies: 16
Views: 4880

Re: Arduino interrupt Frequency

hi Viktor,

finally i managed to get the signals in proteus simulation as expected.
i am not sure how it behave in real hardware.

For your above question
I am not a professional doing its just as a hobby
at the movement i don't have any plan to test in real hardware.
by Bijumon
Thu Dec 12, 2024 7:21 pm
Forum: General
Topic: Arduino interrupt Frequency
Replies: 16
Views: 4880

Re: Arduino interrupt Frequency

Thanks Mr. Viktor,
with help of Mr. Martin i got good 10mS long Sine half cycle after filtering the PWM as i expected,
my problem is to control the duration of the PWM . i would like to make it 50uS instead of 32uS.
please advice if there is any option.