Search found 82 matches
- Sat May 28, 2022 12:05 pm
- Forum: General
- Topic: History of Flowcode
- Replies: 2
- Views: 26
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...
- Sun May 08, 2022 10:34 pm
- Forum: User Components
- Topic: DC Motors
- Replies: 3
- Views: 198
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 ...
- Sun May 08, 2022 11:41 am
- Forum: General
- Topic: Looking for users with experience using RC5 remote control component
- Replies: 40
- Views: 2167
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...
- Fri May 06, 2022 9:55 pm
- Forum: Bug Reports
- Topic: PIC10F322 IOC
- Replies: 2
- Views: 157
Re: PIC10F322 IOC
Hi
Appears to be a bug as I can't select pins either.
Regards
Appears to be a bug as I can't select pins either.
Regards
- Sat Apr 30, 2022 8:45 am
- Forum: General
- Topic: Serial Simulation
- Replies: 7
- Views: 403
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...
- Sat Apr 23, 2022 8:16 pm
- Forum: General
- Topic: Serial Communications
- Replies: 6
- Views: 437
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...
- Tue Apr 19, 2022 11:29 pm
- Forum: General
- Topic: Serial Communications
- Replies: 6
- Views: 437
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...
- Tue Apr 19, 2022 7:58 pm
- Forum: General
- Topic: Serial Communications
- Replies: 6
- Views: 437
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...
- Mon Apr 18, 2022 4:25 pm
- Forum: Bug Reports
- Topic: ESP32 Clock Component
- Replies: 5
- Views: 733
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...
- Fri Apr 15, 2022 6:55 pm
- Forum: General
- Topic: RTC component in 2d panel
- Replies: 2
- Views: 271
Re: RTC component in 2d panel
Hi
You can easily rescale it from within the Dashboard. Simply select it, click the rescale icon on toolbar (5th from left) then drag component to desired size.
Hope this helps
Regards
You can easily rescale it from within the Dashboard. Simply select it, click the rescale icon on toolbar (5th from left) then drag component to desired size.
Hope this helps
Regards