MINI STM32 V3 board
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...
STM32 development board and Arduino
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,...
HC-SR04 Ultrasonic Sensor and LCD example
In this example we will connect an LCD keypad shield commonly used on Arduino projects and then connect an ultrasonic sensor to this shield....
Nucleo and HC-SR04 Ultrasonic Sensor example
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...
mbed LPC1768 RGB led example
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...
mbed LPC1768 and LCD example
In this example we connect an LCD to our mbed LPC1768 and display some text on it, we use a library to do most...
mbed LPC1768 board
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...
Nucleo F334R8 RGB led example
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...
Nucleo F334R8 LCD example
In this example we will add an Arduino LCD keypad shield to a ST Nucleo F334R8. This is a 16x2 LCD Keypad module for...
NUCLEO-F334R8 PIR example
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...
Nucleo-F334 and OLED display
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
here is...
Nucleo-F334R8 board
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...