What is the cheapest microcontroller supported by FlowCode?

For general Flowcode discussion that does not belong in the other sections.
Post Reply
OderlandoRSilva
Posts: 24
http://meble-kuchenne.info.pl
Joined: Mon Oct 30, 2023 1:17 pm
Has thanked: 2 times
Been thanked: 5 times

What is the cheapest microcontroller supported by FlowCode?

Post by OderlandoRSilva »

I'm looking for a microcontroller model with approximately 20 pins or more that has the lowest cost and is supported by FlowCode. I believe it's an STM32. Could anyone recommend a model?

mnfisher
Valued Contributor
Posts: 1550
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 737 times

Re: What is the cheapest microcontroller supported by FlowCode?

Post by mnfisher »

That sounds like a job for ChatGPT? There are lots of low cost MCUs available - for example ARM (32F030F4 at about 60p) AVR - some are about 30p and also PIC. The actual cost of the MCU needs to be added to the cost of any necessary ancillary components - and also you need to take account of how much speed / IO etc your project needs.
It also depends on how many you are buying - buy a few from Microchip and shipping also adds dramatically to the cost per unit - buy 10000 and not so much.
One of the cool things about Flowcode is the ease of developing on one chip and then moving to another (although this is easier in the same family if you are using peripherals) - so develop on something 'beefy' - and when you're code is running (and optimised) - you can choose a chip with the capabilities to match more exactly.

Martin

Post Reply