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 also to try …
-
-
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 be low cost …
-
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 used is the …
-
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 < 15°. It …
-
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 of course use …
-
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 work here so …
-
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 interfaces including built-in …
-
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 of an RGB …
-
In this example we will add an Arduino LCD keypad shield to a ST Nucleo F334R8. This is a 16×2 LCD Keypad module for Arduino Diecimila Duemilanove, UNO, MEGA1280, MEGA2. …
-
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 (PIR sensor) is …
-
This is an example of connecting a 128×64 I2C OLED display to a NUCLEO-F334R8. Vcc – 3.3v Gnd – Any Gnd SDA – D14 SCL – D15 here is a …
-
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 with a large …