Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:practical:hardware:sut:stm32 [2024/03/02 21:13] – [Table] ktokarzen:iot-open:practical:hardware:sut:stm32 [2025/03/12 09:05] (current) – [Hardware reference] pczekalski
Line 1: Line 1:
-====== STM32 Laboratory Node Hardware Reference ======+====== SUT STM32 Laboratory Node Hardware Reference ======
  
 ===== Introduction ===== ===== Introduction =====
Line 22: Line 22:
 | 5             | 2x16 LCD                                   | HD44780                      | Proprietary 4 bit control interface  | EN=D16 [PB_11], RS=A14 [PC5], D4=D29 [PB_12], D5=D34 [PB_13], D6=D33 [PB_14], D7=D32 [PB_15]                                    | 4-bit, simplified, one-directional (MCU->LCD) communication only                                                                                                                                 | | 5             | 2x16 LCD                                   | HD44780                      | Proprietary 4 bit control interface  | EN=D16 [PB_11], RS=A14 [PC5], D4=D29 [PB_12], D5=D34 [PB_13], D6=D33 [PB_14], D7=D32 [PB_15]                                    | 4-bit, simplified, one-directional (MCU->LCD) communication only                                                                                                                                 |
 | 6             | ePaper, B&W 2.13in, 250x122 pixels         | Pico-ePaper-2.13             | SPI                                  | SPI_MOSI=D11 [PA_7], SPI_CLK=D13 [PA_5], SPI_DC=D4 [PC_10], EPAPER_CS=D1 [PA_2], EPAPER_RST=D5 [PA_15], EPAPER_BUSY=D7 [PC_13]  | Memory size is 64kB (65536ul)                                                                                                                                                                    | | 6             | ePaper, B&W 2.13in, 250x122 pixels         | Pico-ePaper-2.13             | SPI                                  | SPI_MOSI=D11 [PA_7], SPI_CLK=D13 [PA_5], SPI_DC=D4 [PC_10], EPAPER_CS=D1 [PA_2], EPAPER_RST=D5 [PA_15], EPAPER_BUSY=D7 [PC_13]  | Memory size is 64kB (65536ul)                                                                                                                                                                    |
-| 7             | OLED, RGB colourful 1.5in, 128x128 pixels  | SSD1351                      | SPI                                  | SPI_MOSI=D11 [PA_7], SPI_CLK=D13 [PA_5], SPI_DC=D4 [PC_10], OLED_CS=D10 [PA_4], OLED_RST=D2 [PC_6]                              | 64k colours RGB (16bit)                                                                                                                                                                          |+| 7             | OLED, RGB colourful 1.5in, 128x128 pixels  | SSD1351                      | SPI                                  | SPI_MOSI=D11 [PA_7], SPI_CLK=D13 [PA_5], SPI_DC=D4 [PC_10], OLED_CS=D2 [PC_6], OLED_RST=D10 [PA_4]                              | 64k colours RGB (16bit)                                                                                                                                                                          |
 | 8             | RGB Smart LED stripe                       | 8*WS2812B                    | Proprietary protocol, one GPIO       | NEOPIXEL=D8 [PC_12]                                                                                                                                                                                                                                                                                                              | | 8             | RGB Smart LED stripe                       | 8*WS2812B                    | Proprietary protocol, one GPIO       | NEOPIXEL=D8 [PC_12]                                                                                                                                                                                                                                                                                                              |
 | 9A            | RGB LED PWM controlled                                                  | PWM                                  | LED_R=D9 [PA_9], LED_B=D6 [PA_8], LED_G=D3 [PA_10]                                                                              | Each colour can be independently controlled with PWM. The LED is integrated with another, illuminating the colour sensor (9A) so that controlling this RGB LED also directly impacts the other.  | | 9A            | RGB LED PWM controlled                                                  | PWM                                  | LED_R=D9 [PA_9], LED_B=D6 [PA_8], LED_G=D3 [PA_10]                                                                              | Each colour can be independently controlled with PWM. The LED is integrated with another, illuminating the colour sensor (9A) so that controlling this RGB LED also directly impacts the other.  |
Line 31: Line 31:
 A suitable platformio.ini file for the correct code compilation is presented below. It does not contain libraries that need to be added regarding specific tasks and hardware used in particular scenarios. The code below presents only the typical section. Refer to the scenario description for details regarding case-specific libraries needed for the implementation: A suitable platformio.ini file for the correct code compilation is presented below. It does not contain libraries that need to be added regarding specific tasks and hardware used in particular scenarios. The code below presents only the typical section. Refer to the scenario description for details regarding case-specific libraries needed for the implementation:
  
-<code bash+<file ini platformio.ini
-[env:nucleo_wb55rg_p]+[env:vrelnextgen]
 platform = ststm32 platform = ststm32
 framework = arduino framework = arduino
 board = nucleo_wb55rg_p board = nucleo_wb55rg_p
-</code>+lib_ldf_mode = deep+ 
 +</file> 
en/iot-open/practical/hardware/sut/stm32.1709413988.txt.gz · Last modified: 2024/03/02 21:13 by ktokarz
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0