
Search found 342 matches
- Mon Sep 08, 2025 1:08 pm
- Forum: General
- Topic: Error downloading updates [SOLVED]
- Replies: 4
- Views: 178
Re: Error downloading updates
Same here 

- Mon Sep 08, 2025 12:06 pm
- Forum: General
- Topic: Error downloading updates [SOLVED]
- Replies: 4
- Views: 178
Re: Error downloading updates
Hi,
I have just tried a library update, 153 files. 6 would not download with error but the 2 in your screenshot did OK.
Bob
I have just tried a library update, 153 files. 6 would not download with error but the 2 in your screenshot did OK.
Bob
- Sun Aug 31, 2025 6:00 pm
- Forum: General
- Topic: Is there a PING component?
- Replies: 28
- Views: 3543
Re: Is there a PING component?
Hi,
Thanks for the suggestion, in the example it does not check and just moves to the next step so I will put a return value in to make sure that stage has worked (or not).
Regards,
Bob
Thanks for the suggestion, in the example it does not check and just moves to the next step so I will put a return value in to make sure that stage has worked (or not).
Regards,
Bob
- Sat Aug 30, 2025 7:19 pm
- Forum: General
- Topic: Is there a PING component?
- Replies: 28
- Views: 3543
Re: Is there a PING component?
Hi, I have purchased a W5500 module, not the one used in the Flowcode document but it is 3.3v compatible. I have Used the original ARP code and added the Raspberry Pi and swapped all the LCD code for the HDMI output. The idea is the W5500 does the work and the Ethernet port on the Pi is just for pro...
- Fri Aug 29, 2025 11:53 am
- Forum: Tips & Tricks
- Topic: Raspberry Pi HDMI example
- Replies: 2
- Views: 296
Re: Raspberry Pi HDMI example
Hi Martin, I had read that doc when I had FC9. There are a couple of typo's, I assume it is meant for FC10 now but it mentions FC8 near the start. Also it says using a 3B+ and then all the images show 3B. Not a big issue but thought I would mention it. One thing I did notice where it says Debug mess...
- Fri Aug 29, 2025 11:32 am
- Forum: Tips & Tricks
- Topic: Raspberry Pi HDMI example
- Replies: 2
- Views: 296
Raspberry Pi HDMI example
Hi, After having a lot of grief with the Raspberry Pi HDMI component and getting a lot of help from people on the forum I thought I would post an example so you do not have some of the issues I had. It is not complete as I am still trying to figure out some things but hopefully it will give you a go...
- Fri Aug 29, 2025 10:03 am
- Forum: Tips & Tricks
- Topic: Minor issue with Rapberry Pi HDMI after file rename
- Replies: 1
- Views: 144
Minor issue with Rapberry Pi HDMI after file rename
Hi, I am not sure the title says it very well, this is really just a note for potential users so they don't get caught out like I did. I have been experimenting with the Pi HDMI output, I was having a lot of issues which did not make sense. After making modifications and changing the file name and d...
- Thu Aug 28, 2025 9:47 pm
- Forum: Bug Reports
- Topic: Raspberry Pi HDMI PrintNumber component
- Replies: 4
- Views: 479
Re: Raspberry Pi HDMI PrintNumber component
Hi Martin, You are 100% correct, I never expected that to happen. So the same thing is likely to happen if you over write the text in the same position. I am making an example with various shapes, text and numbers so I will add a comment to that effect. I had tried it on the fixed texts and did not ...
- Thu Aug 28, 2025 5:35 pm
- Forum: Bug Reports
- Topic: Raspberry Pi HDMI PrintNumber component
- Replies: 4
- Views: 479
Re: Raspberry Pi HDMI PrintNumber component
Hi,
Could someone confirm if this is an issue or it is just me as I am a bit stuck if I cannot display numbers. If there is an issue is there a workaround?
Regards,
Bob
Could someone confirm if this is an issue or it is just me as I am a bit stuck if I cannot display numbers. If there is an issue is there a workaround?
Regards,
Bob
- Wed Aug 27, 2025 9:46 pm
- Forum: General
- Topic: Raspberry Pi SPI ports not quite right
- Replies: 1
- Views: 281
Raspberry Pi SPI ports not quite right
Hi, I am looking at SPI on the raspberry Pi, when I looked at the ports it only shows channel 1 yet it has 2 SPI ports (0 and 1) at least on the 3B. The ports for MOSI / MISO / CLK are correct (but for SPI0) but CS/SS is shown as $PORTB.2 which does not exist, I am asuming it should be $PORTG.8. Not...