Nucleo-F334 and OLED display
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…
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…
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…
In this example we will add an Arduino LCD shield to a ST Nucleo F334R8. This is a 16×2 LCD Keypad module for Arduino Diecimila Duemilanove, UNO, MEGA1280, MEGA2. Here…
This is made easy by the TEXT LCD library. The schematic shows how to connect up the 16×2 LCD to the MBEd Schematic Code [c] #include “mbed.h” #include “TextLCD.h” TextLCD…
This was an RGB Led breakout example Red connected to Pin 23 Green connected to pin 22 Blue connected to pin 21 The code example simply cycles through the 3…