Search found 367 matches

by viktor_au
Thu Mar 20, 2025 11:07 pm
Forum: Flowcode V8
Topic: WIZ810 closing socket 0
Replies: 2
Views: 8037

Re: WIZ810 closing socket 0

Hi Leo
This forrum is basically closed.
If you lucky, somebody from flowcode team will see your message.
If you use FC10, go to a new forum.
by viktor_au
Mon Feb 10, 2025 7:24 am
Forum: Flowcode V8
Topic: GLCD::ReadASCIILUT
Replies: 0
Views: 2883

GLCD::ReadASCIILUT

Hi

.temp[.count]=GLCD::ReadASCIILUT(.pos_str,.count)
----------------------------------------------------------------
During my study of oled SSD1306 I crossed the above code inside the Print macro.
Can somebody attaches/exlain this macro?
Thanks
by viktor_au
Fri Jan 24, 2025 10:01 pm
Forum: Flowcode V8
Topic: Send Data on email using GPRS
Replies: 62
Views: 80494

Re: Send Data on email using GPRS

Hi
A very interesting project, chipfryer27.
Some people used 7600:
https://how2electronics.com/using-sim76 ... -call-sms/
by viktor_au
Sat Jan 04, 2025 10:20 pm
Forum: 8-Bit PIC
Topic: convert two Int to one Float
Replies: 9
Views: 29231

Re: convert two Int to one Float

Hi George
Please search this forum:
convert two Int to one Float
by viktor_au
Thu Jan 02, 2025 9:54 pm
Forum: Flowcode V6
Topic: NOKIA 5110 lcd component
Replies: 1
Views: 6688

Re: NOKIA 5110 lcd component

Hi
Use search window. Enter Nokia 5110.
Should be some discussions on this forum.
by viktor_au
Fri Nov 29, 2024 9:44 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Understood.
Thank you for your help.
by viktor_au
Fri Nov 29, 2024 12:20 am
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

The Atmega 328 ROM size is 1kB.
As LUT table uses the ROM:
I can store only 100 values with 10 byte in one value.
-----------------------
As I want to store 100 integers, the storage size should be 16x100=1600 bytes (at least).
Is it a problem?
by viktor_au
Thu Nov 28, 2024 9:41 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Hi
Can you add your chart, please.
by viktor_au
Wed Nov 27, 2024 11:37 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Hi I have tried to include the lut component (removed the C-icon (lut)). I have the error: lut undeclared... or other errors. ------------ If I remove the lut as an integer array or as a FC8 lut component, and use (for example) ten values, instead of 100 lut values inside the interrupt 0, 247, 470, ...
by viktor_au
Wed Nov 27, 2024 9:40 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Hi
The lut component is not used (should not be included).
The Interrupt uses C to create a direct access to Timer1 .
I will check today the program (without the lut component).
I am not sure, but (probably) the included (but not used) lut component can create some problems.
by viktor_au
Tue Nov 26, 2024 9:57 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Hi chipfryer

If Lut table inside the interrupt,
- the interrupt macro works, but
- the main macro does not work.

If Lut table outside the interrupt,
- the interrupt macro does not work, but,
- the main macro works.
by viktor_au
Mon Nov 25, 2024 9:54 pm
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Re: Lut table inside interrupt

Hi
One more question.
I understand, that locals in interrupt macro is not saved.
I need to use static or globals.
What is the best?
by viktor_au
Mon Nov 25, 2024 6:18 am
Forum: Flowcode V8
Topic: Lut table inside interrupt
Replies: 12
Views: 3735

Lut table inside interrupt

Hi
lut table works OK inside the interrupt macro, however the main macro is not. Test B5 does not flash.
If I use the lut table outside of interrupt (before the main macro) B5 flash OK, but the interrupt does not work.
Any help, please?
by viktor_au
Tue Oct 29, 2024 10:00 pm
Forum: Flowcode V8
Topic: ssd1306 Shows symbols instead numbers
Replies: 4
Views: 6283

Re: ssd1306 Shows symbols instead numbers

Hi
Can you please share the results?
What was the problem?
by viktor_au
Thu Oct 24, 2024 6:08 am
Forum: Flowcode V8
Topic: ssd1306 Shows symbols instead numbers
Replies: 4
Views: 6283

Re: ssd1306 Shows symbols instead numbers

Hi
I used the FC8.
Works OK, only one problem with 'interlaced' function.
Didn't work in 'yes' version.
No problems with 100kHz or 400kHz
by viktor_au
Tue Oct 22, 2024 9:44 pm
Forum: Flowcode V8
Topic: ssd1306 Shows symbols instead numbers
Replies: 4
Views: 6283

Re: ssd1306 Shows symbols instead numbers

Hi
Can you please give more information?
Did you try a second, third OLED?
Do they all work the same?
Does Nano work OK with 1 second B5 flash?
by viktor_au
Sat Oct 12, 2024 6:46 am
Forum: Flowcode V8
Topic: Extend TAG detection distance with MFRC522
Replies: 20
Views: 7822

Re: Extend TAG detection distance with MFRC522

Please have a loot at: https://www.hackster.io/news/diy-pneumatic-doggo-door-with-rfid-security-for-good-bois-379500bd57b5 https://www.instructables.com/Remote-control-door-opener-for-dogs/ https://www.homemade-circuits.com/electronic-door-circuit-for-pets/ https://www.instructables.com/Pet-Curfew-A...
by viktor_au
Sat Oct 05, 2024 8:33 am
Forum: Flowcode V8
Topic: Extend TAG detection distance with MFRC522
Replies: 20
Views: 7822

Re: Extend TAG detection distance with MFRC522

Hi Enrique There is a reason, why MFRC522 has only a few milliwatts in the output. It was discussed here: https://www.edaboard.com/threads/rfid-13-56mhz-power-amp-design.131000/ You can create more powerfull transmitter and more sensitive reciever, however some cost is involved and some legal issues...
by viktor_au
Fri Oct 04, 2024 11:17 pm
Forum: Flowcode V8
Topic: Extend TAG detection distance with MFRC522
Replies: 20
Views: 7822

Re: Extend TAG detection distance with MFRC522

Hi Enrique The --Extend range for the MFRC522 RFID Reader question was asked by kennethnilsen69 » Thu Apr 14, 2016 11:10 pm https://www.flowcode.co.uk/mmforums/viewtopic.php?t=17471 --- Arduino forum https://forum.arduino.cc/t/extend-range-for-mfrc522-rfid-reader/194878 Suggests: Set RFCfgReg to 48d...
by viktor_au
Thu Oct 03, 2024 10:39 pm
Forum: Flowcode V8
Topic: Extend TAG detection distance with MFRC522
Replies: 20
Views: 7822

Re: Extend TAG detection distance with MFRC522

Hi
Please try to Google:
Extend range for MFRC522 RFID Reader
https://forum.arduino.cc/t/extend-range ... der/194878
by viktor_au
Thu Oct 03, 2024 10:36 pm
Forum: Flowcode V8
Topic: Custom interrupt for Nano Timer1
Replies: 4
Views: 1748

Re: Custom interrupt for Nano Timer1

Hi Martin The ATmega328 Timer1 can be configured (if directly accessed) into the Phase Correct Pulse Width Modulator (PWM) mode. So far I have problems with the custom code for Timer1 TCCR1A = 0b10110000; /* 10xxxxxx Clear OC1A/OC1B on compare match when up-counting. Set OC1A/OC1B on compare match w...
by viktor_au
Wed Oct 02, 2024 8:46 am
Forum: Flowcode V8
Topic: Custom interrupt for Nano Timer1
Replies: 4
Views: 1748

Re: Custom interrupt for Nano Timer1

I am not sure where should be the interrupt title in this code...
ISR(TIMER1_CAPT_vect) // input capture vector
{
FCM_%n(); // Call Flowcode Macro
}

Doesn't look like interrupt calls the Timer1 macro
by viktor_au
Wed Oct 02, 2024 5:52 am
Forum: Flowcode V8
Topic: Custom interrupt for Nano Timer1
Replies: 4
Views: 1748

Re: Custom interrupt for Nano Timer1

Have tried the next code, but due to my C-code errors, it does not work
by viktor_au
Wed Oct 02, 2024 4:41 am
Forum: Flowcode V8
Topic: Custom interrupt for Nano Timer1
Replies: 4
Views: 1748

Custom interrupt for Nano Timer1

Hi In the article - Arduino Uno SPWM Inverter, https://yopiediy.xyz/ https://yopiediy.xyz/arduino-uno-inverter-12v-to-220v-pure-sine-wave/ Author used Timer1 to create the SPWM by using one Lut (table). The Time1 code: TCCR1A = 0b10110000; /* 0b10xxxxxx Clear OC1A/OC1B on compare match when up-count...
by viktor_au
Sat May 11, 2024 12:27 am
Forum: Flowcode V8
Topic: Download the program for the device via the Internet.
Replies: 355
Views: 76717

Re: Download the program for the device via the Internet.

Hi gilanetugila
Re: Happy Victory Day!
Pls -- no politics and posts about war!!!