I remember being recommended to look into ESP32 microcontrollers but it’s not European and was wondering if there are other European ones.
So the problem you’ll face is that the vast majority of the world’s microelectronics comes from East Asia, so even European manufactured boards will often involve non-european parts.
I initially didn’t think you’d have much luck at all but I had forgotten that ST Microelectronics existed, and they make ARM chips that get used in some SBCs. I’m not sure what they’re like performance wise, but it looks like it might fit what you’re looking for.
A quick Google tells me there’s a company in Bulgaria called Olimex that apparently makes Pi-like SBC devices using ST Microelectronics chips, but this is the first I’ve heard of them so I can’t go as far as recommending it.
Yeah the hardware is rarely actually anything but Asian, but holy shit didn’t know about ST Microelectronics and Olimex looks like a good place to try their chips. Thank you so much!
ST microelectronics is manufacturing the STM32 that is apparently quite similar to the esp32, and manufactured in Europe !
Raspberry Pi RP2350 & RP2040 are microcontrollers
Made in Taiwan
Haven’t taken a look at new raspberry pi’s in a long time, looks like these were announced in 2021 and 2024. Didn’t know they started producing microcontrollers too! Thanks for the tip!
The SDK is good, for something based cmake… Give me straight make! APIs are all C, which is good. It’s all just what you’d want to find really. No massive vendor IDE trying to be forced on you. No wacky build systems. No C++.
I like that. Honestly I think I’ll try out those models first before I delve into anything else.
The RP2350 has a lot going for it. The ADCs are decent and you can get 8 which is a reasonable number. It’s not quite like an STM, but I don’t really like STM’s own SDK, I prefer libopencm3, and STM are expensive.
Also RP2350 has RISCV core you can use if you want.
Do you happen to know how is the availability?
I recall couple of years back commercial companies started buying pis and microcontrollers and even the company I was working for started to look for arduinos in desperation. This was obviously really shitty for hobbyists because it inflated the prices and availability was poor.
It’s fine. They had issues during covid shortages the same as everyone else and that was the full Pi, not the RP2040. Which was actually fine at the time.
That’s good to hear. Thanks for all the info, appreciate it!
STMicroelectronics, NXP and Infineon are all European companies. I’m not as familiar with Infineon but all 3 produce development boards and I know that the first 2 have IDEs that include configurator tools that provide you a UI to configure device features that spit out a bunch of HAL code which makes it more accessible for hobbyists.
Do you happen to know if there are any online retailers for these? It seems that they are mostly sold B2B.
Really nice recommendations, thanks! And we even got a infineon engineer’s answer!
Anyone can buy stuff from most suppliers like RS, Digikey and Mouser, Farnell have CPC that anyone can buy stuff from too, at least in the UK this is the case.
The other manufacturers I mentioned also target their development boards at business applications to trial devices before designing them into a product, but a competent hobbyist would have no problem using them, it’s just at a much more involved level than Arduino etc. The HAL libraries and code generation that come with the manufacturer IDEs/SDKs now make the gap pretty small to just get started though.
If I was going to recommend one manufacturer then I’d say an STM32 Nucleo or Discovery board within your budget would be a good place to get started with this typel of microcontroller board.
Ill have to take a look if I can find a local supplier, not sure what the post fees are going to be from UK right now.
Thanks for the recommendation and the extra info, appreciate it!
Infineon eSW engineer here!
Infineon is more geared towards the automotive sector and less towards hobby. Our tools are mostly designed to evaluate chips which you’ll later use in a design.
However, the PSoC line-up (formerly cypress IP) is a great hobby starter, with easy to understand code configurator, analog blocks (think operational amplifiers, timers, comparators etc) built into silicon and much more. I recommend you give it a shot if you’re ever looking for something of that sort.
BBC Micro before the UK Brexited.
You conflate Europe with the EU.
According to wikipedia it was discontinued in 1994 :( otherwise it would’ve been fine - community logo is EU stars but this community is for anything European
The Micro:bit is still in production I think. A new one was released in 2020.
Oh, I need to take a look into this, thanks for the tip!