The Grove – UART WiFi is a UART transceiver module from Seed Studio featuring the ubiquitous ESP8266 IoT SoC. With integrated TCP/IP protocol stack, this module lets your micro-controller interact …
Electronics
-
-
I have one regret in my life. Robotics. When I was just a child, I spent a great part of my life playing with the Lego Technics. One day an …
-
It’s really common that at the end of the board layout we have that all component designators are randomly scattered over the board. R1 is somewhere, R2 is hidden in another …
-
STM32
How to restore ST-LINK interface after a bad update (2.26.15 firmware)
10 comments 2 minutes readSeveral people are reporting me issues with the latest 2.26.16 firmware update for the ST-LINK interface of their Nucleo. After flashing the ST-LINK 2.1 interface with this firmware release, the …
-
Finally the totally new Nucleo-F746 is in my hands! This is the first development kit of the Nucleo-144 line from ST, and I’ve to say that probably, at that street …
-
ST has recently released the new STM32CubeMX 4.12.0. It faces some minor changes to the user interfaces but, more important, it now seems to work perfectly also on MacOS X …
-
STM32
How to quickly import a STM32CubeMX project inside an Eclipse project
48 comments 5 minutes readI’ve implemented a faster way to automatically import CubeMX project into an Eclipse tool-chain based on the GNU ARM Plugin, as described either on this blog and in my book. I’ve implemented …