Search found 11 matches

by Qualcomm5
Tue Mar 19, 2024 10:12 pm
Forum: Projects - Embedded
Topic: W5500 Socket Status
Replies: 2
Views: 334

Re: W5500 Socket Status

Thank you Ben, that's great. No issues at-all with this, now I can be confident with the information presented. Working like a charm now, merely checking if link status > 23d and immediately resetting the affected port well before timeout in the main program loop :) I believe this info to be importa...
by Qualcomm5
Tue Mar 19, 2024 3:27 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11037

Re: Ibutton/one wire simulation

Just happened across this thread and, for the record, I've coded a considerable number of One-Wire projects these last few years. Initially I used Flowcode's 'best-fit' components, though now I code everything using lower-level Flowcode 1-Wire component, working in conjunction with datasheets to con...
by Qualcomm5
Tue Mar 19, 2024 1:20 pm
Forum: Projects - Embedded
Topic: W5500 Socket Status
Replies: 2
Views: 334

W5500 Socket Status

I'm successfully connecting/testing W5500 networked comms with PuTTY terminal (RAW) via single socket '0'. However, the actual meaning of 'Socket Status' from the component is somewhat elusive, with no supporting information. I'm returning socket status value via debug UART in 0.5s loop cycles, with...
by Qualcomm5
Tue Mar 05, 2024 5:44 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

Thanks Brendan. Can you also place the attached component, following the instruction on this post I do believe you've nailed it sir ! :D With the same example project supplied, I've tried both free-running and manually stepping-through with successful results, and particularly with the latter it is...
by Qualcomm5
Tue Mar 05, 2024 2:39 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

Hi Martin. I provide the requested screenshots... "Files In Use" reflects no updates, although "Full Database" does, and also double-checked the correct location of the replaced file (reflected by file date). Just to confirm, I have closed and re-opened FC a few times since replacing the file. Hopef...
by Qualcomm5
Tue Mar 05, 2024 12:09 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

Hi Steve.
Many thanks for providing the updated component to try, though sadly no change.

My original suspicions related to possible timings, though I observe the same behaviours when stepping through from start with F8 on each occasion.

Best regards,
Brendan
by Qualcomm5
Mon Mar 04, 2024 3:43 pm
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7173

Re: CRC-16 Component

Thank you Herman for creating this component. I've played around much with various CRC8's and CRC16's on various projects in the past, with some micro's sporting a hardware CRC engine and others not, so will doubtless be of great use to many people :) crccalc.com is nice and simple, though just givi...
by Qualcomm5
Mon Mar 04, 2024 2:38 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

Thanks Steve, entirely appreciated.

I'm running an introductory training session this week, though can easily work around for the time being :)
by Qualcomm5
Mon Mar 04, 2024 11:42 am
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

The source project...
Hello_World_With_Switch_LEDs_And_Display.fcfx
(42.26 KiB) Downloaded 19 times
by Qualcomm5
Mon Mar 04, 2024 11:38 am
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 788

Re: 2D Dashboard running simulation

Hi Steve. As a matter of course (emphasising good programming practice to students), I expressly initialise all LED-driving ports to zero, which originally highlighted this issue. However, I found a 'fudge' that appears to largely resolve dashboard persistence in the binary-representative display. I...