Search found 279 matches

by RGV250
Wed Nov 29, 2023 1:23 pm
Forum: General
Topic: Using Flowcode to update a database
Replies: 10
Views: 21025

Re: Using Flowcode to update a database

I made these mistakes so you don't have to. I have to say I am no way as good at writing a document as Chipfryer but hopefully you will be able to learn from my mistakes. Basically I thought I would include all (or the ones I can remember) of the pitfalls I came into when trying to modify the exampl...
by RGV250
Wed Nov 29, 2023 7:56 am
Forum: General
Topic: Slight tweak to Delay component
Replies: 4
Views: 1919

Re: Slight tweak to Delay component

Just another thought, how about adding a "Hybrid" selection button. You could enter 3.500 and in the background it is treated as a string and the 3 and 500 are then seperated and used for the timebase.

Bob
by RGV250
Tue Nov 28, 2023 11:34 pm
Forum: General
Topic: Slight tweak to Delay component
Replies: 4
Views: 1919

Re: Slight tweak to Delay component

Hi,
I see your point on using FP, maybe another idea is you could do enter something like 3s 500ms and it gets handled in the background. Just a thought.

Bob
by RGV250
Tue Nov 28, 2023 10:58 pm
Forum: General
Topic: Slight tweak to Delay component
Replies: 4
Views: 1919

Slight tweak to Delay component

Hi, I wonder why there is a limit of 2000 milliseconds and only integers allowed for seconds in the delay command. I would like to have a 3.5 second delay so I have to do 3 seconds and then 500ms which just seems a bit messy. Is it possible to either allow a greater range for milliseconds or better ...
by RGV250
Tue Nov 28, 2023 12:53 pm
Forum: General
Topic: Running Raspberry Pi program independantly of Flowcode
Replies: 4
Views: 1487

Re: Running Raspberry Pi program independantly of Flowcode

Hi Leigh,
That makes so much sense, feeling pretty silly now.
I think it still is default of Pi but I changed things a while ago so all have the same login and password.

Bob
by RGV250
Tue Nov 28, 2023 9:15 am
Forum: General
Topic: Running Raspberry Pi program independantly of Flowcode
Replies: 4
Views: 1487

Re: Running Raspberry Pi program independantly of Flowcode

Hi Steve, The question i have is that I am pretty sure on an earlier Pi project (created with FC9) there was a folder called Pi so wondered if this had changed. I did put the entry in (with my project name) and got a message that it could not start or find the project. May have been that there is an...
by RGV250
Tue Nov 28, 2023 7:30 am
Forum: General
Topic: Running Raspberry Pi program independantly of Flowcode
Replies: 4
Views: 1487

Running Raspberry Pi program independantly of Flowcode

Hi, I found a document "Using Raspberry Pi with Flowcode 9" and on the second to last page it states to run the program independantly you need to edit /etc/rc.local and add /home/pi/MyFlowcodeProject & to it. Has this changed as when i looked I could not find a /pi/ directory but there is an /admin/...
by RGV250
Tue Nov 28, 2023 7:16 am
Forum: Bug Reports
Topic: Simulation failure (or not)
Replies: 1
Views: 1703

Simulation failure (or not)

Hi, I am not sure if this is considered a bug or not but it caused me a lot of headscratching. I had 2 programs that were working with real hardware, I exported a macro and imported it in to the other one to merge the 2 functions. Both had Network comms and TCP_IP_RPi components. I deleted what I th...
by RGV250
Sat Nov 25, 2023 12:49 pm
Forum: Feature Requests
Topic: RTC NTP for Raspberry Pi
Replies: 0
Views: 7166

RTC NTP for Raspberry Pi

Hi,
I found an example on here where there is a RTC NTP component for ESP32, I wonder if this is possible for Raspberry Pi. I have found a link for how to install the NTP on the pi but then how do I read it within FC.

Regards,
Bob
by RGV250
Wed Nov 22, 2023 1:31 pm
Forum: Feature Requests
Topic: Populating MySQL database function.
Replies: 45
Views: 72936

Re: Populating MySQL database function.

I should have mentioned Leigh in the post above, I was thinking of Martin in a different post :oops: :oops: :oops: I have just managed to modify chipfryers example to run on a Raspberry Pi from the other post and simulate it with everything on the same PC so this will come in very handy when I test ...