Search found 46 matches
- Tue Sep 09, 2025 3:07 am
- Forum: General
- Topic: RGB LED WS2811
- Replies: 5
- Views: 212
Re: RGB LED WS2811
Hi! Martin, Hi! Chipfryer good morning Thank you both for your suggestions, i will check and keep you posted. Yes the rest of the program is working good still i have kept 1 sec blink in the loop (in my chart) I also noticed only then that the program is running at 64Mhz, :lol: , and the PLL is not ...
- Mon Sep 08, 2025 4:22 pm
- Forum: General
- Topic: RGB LED WS2811
- Replies: 5
- Views: 212
Re: RGB LED WS2811
Hi! Martin Kindly excuse for the delayed reply, it took me some time to extract the sample from the main program, attached is the chart to review. By the way how long can i extend the data pin, i mean from the micro port (C.5 pin) the the first LED (LED.0), can i lay the 3 wires i.e. +5V, 0V, and da...
- Mon Sep 08, 2025 12:30 pm
- Forum: General
- Topic: RGB LED WS2811
- Replies: 5
- Views: 212
RGB LED WS2811
Hello! I am using WS2812B RGB led in one of my projects, below are few doubts, may i request to please address if someone has faced similar problem. 1. The component is not showing correctly in the 3D panel, i tried 1D, 2D, and 3D, but i could see only a single dot always with the axis arrow when se...
- Tue Aug 19, 2025 9:07 am
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hi! Martin
good morning
No no my friend please don't be sorry, i always admire all the Valued Members as well forum members for there support and knowledge sharing, without which people like me cannot progress an inch.
Thank you once again for all your timely support, cheers...
Regards
Abhi
good morning
No no my friend please don't be sorry, i always admire all the Valued Members as well forum members for there support and knowledge sharing, without which people like me cannot progress an inch.
Thank you once again for all your timely support, cheers...
Regards
Abhi
- Mon Aug 18, 2025 5:08 pm
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hi! Martin Kindly excuse for the delayed reply, finally what i was expecting is happening in the simulation and i am sure the same shall work at actual, took some time to write as flowchart. (bool) match = true byte i = 0 while match && (.i < 12) .match = array_1[.i] == array_2[.i] .i = .i +...
- Mon Aug 18, 2025 11:50 am
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hi! Martin (mnfisher)
Thank you for your suggestion, i will try it now and keep you posted.
Regards
Abhi
Thank you for your suggestion, i will try it now and keep you posted.
Regards
Abhi
- Mon Aug 18, 2025 11:48 am
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hi! Martin The data storing and location finding both the entry is done by NEXTION inbuilt keyboard, and it works perfectly fine using the ReceiveByteArray and then storing the same in EEPROM using write page. Both the actions of data to save and to search is coming from NEXTION display, and it is o...
- Mon Aug 18, 2025 11:02 am
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hello! Martin good morning Thank you for writing back, I checked your chart and tried below Calculation icon before main loop, both the arrays are ditto same, after running the chart in simulation the TotalMatchesFound return 12, and that is good or expected, and i can use that for some decision. Me...
- Sat Aug 16, 2025 12:36 pm
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Re: Compare 2 Data Arrays
Hi! Martin
Thank you for writing back, kindly help me to address this comparing of arrays.
Attached is the chart for your reference.
Thank you, hear you soon.
Regards
Abhi
Thank you for writing back, kindly help me to address this comparing of arrays.
Attached is the chart for your reference.
Thank you, hear you soon.
Regards
Abhi
- Sat Aug 16, 2025 11:54 am
- Forum: General
- Topic: Compare 2 Data Arrays
- Replies: 11
- Views: 2699
Compare 2 Data Arrays
Hello! I have got 2 Data Array like below RS232_Data[12] (receiving this as ReceiveByteArray from 232) and then saving it to EEPROM as page Memory_Data[12] At power jog or reset i read the EEPROM as page to Memory_Data, so eventually i read the same data which i received from RS232 before power jog,...