Federico Fuga

Engineering, Tech, Informatics & science

Fixing Zephyr Environment on Linux

03 Dec 2022 11:58 CET
I’m actually experimenting with Zephyr, a Real Time O.S. for IoT devices. It seems very impressive for many aspects, that, out of the topic of this blog post, I list here. It’s a fully fledged microkernel with many drivers for peripherals and protocols It supports many important protocols like Wifi, Bluetooth Low Energy, OpenThread (and Matter) and many others It’s supported and financed by Nordic Semiconductors, It’s open source It has many hardware supporting it, including Nordic chipset, STM, Espressif, Raspberry, etc… It has an extension for Visual Studio and others IDE are supporting it, like, for example, Jetbrain’s CLion So I decided it’s time to test it. Continue reading

Not all Arduino Nanos Are Built Equals

17 Nov 2022 10:19 CET
Not all Arduino Nanos are built equals. I have two samples here, one bought from AZDelivery and one in a NanoCUL. Though both are Nano v3s, they are somhow different. Indeed, I was able to program the second out of the box using avrdude, while I had some issue with other. Using PlatformIO I noticed that the first was not properly configured on my system. Indeed lsusb shows different chips are used: Continue reading

Getting Started With Rust and Stm32F411 Discovery Board

18 Oct 2022 15:38 CEST
Queste sono semplici note sullo sviluppo di una semplice applicazione Rust per la scheda di sviluppo STM 32F411 Discovery. Il tutto è estratto dalla sezione Hardware dell’ottimo libro The Embedded Rust book Compilare un progetto di esempio ed eseguirlo $ cargo generate --git https://github.com/rust-embedded/cortex-m-quickstart 🤷 Project Name : blinkstm32 🔧 Destination: /home/happycactus/Documents/devel/Tutorial/Rust/embed/stm32f411/blinkstm32 ... 🔧 Generating template ... ... [25/25] Done: src 🔧 Moving generated files into: `/home/happycactus/Documents/devel/Tutorial/Rust/embed/stm32f411/blinkstm32`... 💡 Initializing a fresh Git repository ✨ Done! Continue reading
Older posts Newer posts