In this example we will create a simple flashing led example for the MINI STM32 board, I used this to test out a J-link from segger and…
Being a sucker for a bargain and wanting to get into basic ARM development I've bought a couple of STM32 boards in the past, these tend to…
In this example we will connect an LCD keypad shield commonly used on Arduino projects and then connect an ultrasonic sensor to this shield. The ultrasonic sensor…
HC-SR04 is an ultrasonic ranging module that provides 2 cm to 400 cm non-contact measurement function. The ranging accuracy can reach to 3mm and effectual angle is…
This was an RGB Led breakout example connected to our mbed LPC1768 board, we used a common anode type. here is a picture of the module, you could…
In this example we connect an LCD to our mbed LPC1768 and display some text on it, we use a library to do most of the hard…
The mbed LPC1768 is based on the NXP LPC1768, with a 32-bit ARM Cortex-M3 core running at 96MHz. It includes 512KB FLASH, 32KB RAM and lots of…
This is a basic example with the ST Nucleo F334R8 board, this uses the mbed online compiler. In this example we flash the red, green and blue colours…
In this example we will add an Arduino LCD keypad shield to a ST Nucleo F334R8. This is a 16x2 LCD Keypad module for Arduino Diecimila Duemilanove,…
In this example we connect a low cost PIR to our NUCLEO-F334R8 board and if an intruder is detected we will display a message. A passive infrared sensor…
This is an example of connecting a 128x64 I2C OLED display to a NUCLEO-F334R8. Vcc - 3.3v Gnd - Any Gnd SDA - D14 SCL - D15…
The STM32 Nucleo boards allow anyone to try out new ideas and to quickly create prototypes with any STM32 MCU. STM32 Nucleo boards can easily be extended…