Search found 359 matches
- Fri Dec 12, 2025 2:19 pm
- Forum: Tips & Tricks
- Topic: Getting program to run from boot (Raspberry Pi)
- Replies: 4
- Views: 105
Re: Getting program to run from boot (Raspberry Pi)
Hi, I did see that bit about creating the file but wondered if I needed to add all the other stuff it had in it? Also I do not know much about the permissions or protection. Going forward, I wonder if it would be better to copy rc.local from an old device and paste into the one with the new OS? Than...
- Fri Dec 12, 2025 12:44 pm
- Forum: Tips & Tricks
- Topic: Getting program to run from boot (Raspberry Pi)
- Replies: 4
- Views: 105
Getting program to run from boot (Raspberry Pi)
Hi, I usually use the information at the end of this guide https://www.flowcode.co.uk/wiki/index.php?title=Raspberry_Pi_Getting_Started_Guide once I am happy with the code. Unfortunately it seems with the latest OS that rc.local no longer exists. Instead of using sudo nano /etc/rc.local using sudo n...
- Thu Dec 11, 2025 12:55 pm
- Forum: Feature Requests
- Topic: Edge detection input and debounced input components
- Replies: 1
- Views: 109
Edge detection input and debounced input components
Also called "One shot", I wondered if it would be possible to add rising / falling edge inputs, with a debounce parameter would be good. Also a debounced input, this could easily be done with a delay (0-25ms) added to the existing input. They can be made with a few components but it would ...
- Wed Dec 10, 2025 2:02 pm
- Forum: Bug Reports
- Topic: Raspberry Pi pin numbers
- Replies: 1
- Views: 85
Raspberry Pi pin numbers
Hi, I have just noticed that the pin numbers in FC diagram do not match what they are on the Raspberry Pi. The FC diagram shows going vertically where the actual numbers for the Pi go horizontal. This is not an issue if you know the I/O but when the code mentions the pin number it is confusing. Flow...
- Tue Dec 09, 2025 12:05 am
- Forum: Feature Requests
- Topic: Can this place add a feature that can display Long type data
- Replies: 2
- Views: 180
Re: Can this place add a feature that can display Long type data
Hi,
Not quite what you are looking for but a workaround would be to use "ToString$" to convert the larger value to a string and then use Print.
Bob
Not quite what you are looking for but a workaround would be to use "ToString$" to convert the larger value to a string and then use Print.
Bob
- Sat Dec 06, 2025 10:15 pm
- Forum: General
- Topic: 2nd HDMI port on Pi 4 & 5
- Replies: 2
- Views: 176
Re: 2nd HDMI port on Pi 4 & 5
Another thought if this is possible, would it be feasible to have the port as a variable so the outputs could be swapped dynamically.
Regards,
Bob
Regards,
Bob
- Sat Dec 06, 2025 9:23 pm
- Forum: General
- Topic: 2nd HDMI port on Pi 4 & 5
- Replies: 2
- Views: 176
2nd HDMI port on Pi 4 & 5
Hi, I have not put this under feature request as I do not know it is already possible. I have just bought a Raspberry Pi 4B which has 2 HDMI ports and wondered if it is possible to have one screen output to one of the ports and a different screen to the other. I have looked at an older project and i...
- Fri Dec 05, 2025 9:43 pm
- Forum: User Components
- Topic: FC components and AI (ideas?)
- Replies: 8
- Views: 15891
Re: FC components and AI (ideas?)
Hi,
I hope it is an option to remove it completely if it is included. When my Office 365 subscription runs out I am not renewing it and going to a version that does not have "Artificial Stupidity" or "Awful Information" as someone else calls it.
Bob
I hope it is an option to remove it completely if it is included. When my Office 365 subscription runs out I am not renewing it and going to a version that does not have "Artificial Stupidity" or "Awful Information" as someone else calls it.
Bob
- Wed Nov 19, 2025 1:19 pm
- Forum: General
- Topic: FC10 and 11 after upgrade
- Replies: 3
- Views: 347
Re: FC10 and 11 after upgrade
Actually thinking about it, I think the question is more to do with the chip packs.
Regards,
Bob
Regards,
Bob
- Tue Nov 18, 2025 12:15 pm
- Forum: General
- Topic: FC10 and 11 after upgrade
- Replies: 3
- Views: 347
FC10 and 11 after upgrade
Hi, I hope the title makes sense, I am considering upgrading to V11 but wondered if I can still keep V10 on my laptop with the same licence. I suppose another way of looking at it is if you can have both versions on the same machine. My reasoning is partly staying with what I am used to while gettin...