Search found 1073 matches

by chipfryer27
Mon May 30, 2022 11:57 am
Forum: General
Topic: History of Flowcode
Replies: 31
Views: 50587

Re: History of Flowcode

Hi Attached are some pictures of the v2 Development Board. Also attached is the cover insert for the video cassette style case it came in. Whilst it cannot compare to the latest board it did do it's job well, which in my mind was as a learning tool. It made it very easy to see the results of your wo...
by chipfryer27
Sat May 28, 2022 12:05 pm
Forum: General
Topic: History of Flowcode
Replies: 31
Views: 50587

Re: History of Flowcode

Hi I've had Flowcode since v3 but didn't really start using it until v5 came along. I used v3 and v4 mainly to play with and learn a bit about microcontrollers, coupling it with the development board of the time. Those "BT" style plugs made interfacing so easy....... NOT.....:) I've attached the dat...
by chipfryer27
Sun May 08, 2022 10:34 pm
Forum: User Components
Topic: DC Motors
Replies: 5
Views: 4330

Re: DC Motors

Hi Have you looked at the component example yet? https://www.flowcode.co.uk/wiki/index.php?title=Component:_DC_Motor_() How are you connecting your motor? The example is for a Full-Bridge config. If you can share your flowchart and how you are connecting (even if just simulation) I'm sure the forum ...
by chipfryer27
Sun May 08, 2022 11:41 am
Forum: General
Topic: Looking for users with experience using RC5 remote control component
Replies: 40
Views: 12666

Re: Looking for users with experience using RC5 remote control component

Hi I always feel that I've barely scratched the full potential of FC when I find features like this - I guess I go straight to hardware (or breadboard) too early... Until recently I predominantly used the PIC multiprogrammers, and with some home made SIL breakout boards plugged in giving me full acc...
by chipfryer27
Fri May 06, 2022 9:55 pm
Forum: Bug Reports
Topic: PIC10F322 IOC
Replies: 2
Views: 1215

Re: PIC10F322 IOC

Hi

Appears to be a bug as I can't select pins either.

Regards
by chipfryer27
Sat Apr 30, 2022 8:45 am
Forum: General
Topic: Serial Simulation
Replies: 7
Views: 2159

Re: Serial Simulation

Hi Martin If I'm not mistaken I think they're referring to FC not being able to simulate a Receive Interrupt. Having used this interrupt many times to populate the CB I'm quite familiar with it and know it works (at least in my applications). In simulation, if an Injector could directly populate the...
by chipfryer27
Sat Apr 23, 2022 8:16 pm
Forum: General
Topic: Serial Communications
Replies: 6
Views: 2259

Re: Serial Communications

Hi Attached is a very simple v8 example, which should work in v9 (only have v8 on this machine). v9 provides you with many more options re USART and CB. I haven't tested this on hardware but I'm pretty sure it should work. It has a USART, Circular Buffer and a LED. Using the Rx Interrupt to populate...
by chipfryer27
Tue Apr 19, 2022 11:29 pm
Forum: General
Topic: Serial Communications
Replies: 6
Views: 2259

Re: Serial Communications

Hi Delayed boarding (bored time). I might have some stuff on this machine (using PIC's, but the principles are the same) and will check later. If so, the examples would be using v7 but they easily translate to v9. In one application I used LoRa to create a "mesh" network utilising just a single comm...
by chipfryer27
Tue Apr 19, 2022 7:58 pm
Forum: General
Topic: Serial Communications
Replies: 6
Views: 2259

Re: Serial Communications

Hi The CB is certainly the "goto" component for my needs and as Martin suggests the wiki examples are a great place to start. Briefly, enable an interrupt on RX that points to your ISR (Interrupt Service Routine). In your ISR keep things brief. You can grab a Character etc from the UART and then sto...
by chipfryer27
Mon Apr 18, 2022 4:25 pm
Forum: Bug Reports
Topic: ESP32 Clock Component
Replies: 5
Views: 3210

Re: ESP32 Clock Component

Hi Just starting to explore the ESP and so far so good. Minor issue in getting the toolchain to work but all good and flash test worked perfectly. Downloading Ben's ESP_Config_WiFi to allow me to set a specific SSID and Password worked a treat too. Following on from that I thought it would be a good...