-
STM32H7B3i-DK_LCD Public
This uses the STM32H7B3i Discovery Kit, and STM32Cube IDE to initialize the peripherals, FreeRTOS, and display alternating colors on the LCD without using TouchGFX. A good test to verify your pinou…
C UpdatedNov 29, 2023 -
This is a barebones configuration project for the STM32H7B3i Discovery Kit with TouchGFX. It configures the required out-of-box peripherals to display 'hello world' on the screen. Includes IOC, TOU…
C MIT License UpdatedNov 22, 2023 -
STM32_WB55_BLEDemo Public
Working through the STM32WB Getting Started Tutorials - this is a 'from scratch' BLE demo with write and notify characteristics,
C UpdatedAug 8, 2022 -
vlkaiser.github.io Public
Forked from barryclark/jekyll-nowBuild a Jekyll blog in minutes, without touching the command line.
SCSS MIT License UpdatedMay 2, 2022 -
Pololu_JRK-G2-24v13_LabVIEW Public
LabVIEW routines for the Pololu JRK G2 24v13 USB motor controller
UpdatedFeb 1, 2022 -
This is a test program designed to receive broadcasted bluetooth data from an environmental sensor (Mijia Bluetooth Temperature/Humidity Sensor with LCD Display) and display it on an Android app (K…
Kotlin UpdatedOct 12, 2021 -
Stevdza-San Youtube Tutorial on Room Databases for Android Apps. https://www.youtube.com/watch?v=lwAvI3WDXBY
Kotlin UpdatedSep 22, 2021 -
-
-
SSD1306_BitmapLibrary Public
Add (hacky) ability to import bitmap plain bytes, and draw-by-pixel images on an OLED 0.96" display. Use with stm32-ssd1306 library and tested on Nucleo-F072RB. See OLED_I2C example project.
C UpdatedMay 28, 2021 -
stm32-ssd1306 Public
Forked from @afiskon, some changes. Facilitates use of 0.96" OLED display over I2C (CS, SPI) on STM32Fx (Configurable). Default STM32F0, and I2C
C MIT License UpdatedMay 28, 2021 -
ArduinoDatalogger Public
Arduino Datalogger to monitor voltage, current, temperature - save to SD card with RTC timestamp and display on TFT monitor.
C++ UpdatedApr 3, 2021 -
-
UART_COM_Test Public
STM32F072RB UART Multidrop Com test - TX/RX between two+ MCUs (Nucleo)
C UpdatedOct 23, 2020 -
USART_COMIT_MultiDrop_Cubemx Public
STM32F072RB Multidrop UART communication test. Control board TX statuses and RX updates from peripherals. Peripheral boards RX statuses, and TX updates to Control.
Makefile UpdatedOct 7, 2020 -
Creating Device header file, peripheral header files (GPIO, I2C, SPI, UART) and an application from scratch to understand MCU driver development
-
SAMD20_MotorControl Public
Lin 4118S-04S Motor, CUI AMT212C-V encoder, Oriental Motor CVD215-K Motor Driver (temporary) development system on SAMD20 XplainedPro development board
C UpdatedApr 9, 2020 -
External_Interrupt_Test_SL_MCU I2C cdevelopment
C UpdatedMar 9, 2020 -
MasteringMCU Public
Forked from niekiran/MasteringMCUUdemy Mastering Microcontroller Course Repository
C UpdatedFeb 10, 2020 -
Uses the User Board project settings on the Xplained Pro board. Does not use default xplained pro board header files - I had to implement them. Good for developed hardware.
C UpdatedFeb 7, 2020 -
Arduino_MotorControl Public
Arduino UNO with Linear External Motor and Encoder, Motor Driver CVD215-K
C++ UpdatedFeb 5, 2020 -
External_Interrupt_Test Public
Using the SAMD20 Xplained Pro demo board, onboard button and led to trigger interrupts (see also userboard code base)
C MIT License UpdatedJan 30, 2020 -
SAMD21_Master_I2C Public
Using one SAMD20 and one SAMD21 Xplained pro demo boards, (one as Master, one as Slave) and communicating over I2C. Example from AT11628
C UpdatedJan 29, 2020 -
SAMD20_Slave_I2C Public
Uses the SAMD20 Xplained Pro as a slave I2C device in part 2 of the AT11628 app note
C UpdatedJan 27, 2020 -
SAMD20_MCU-Specific_I2C_SL Public
Porting the I2C Slave code from AT11628 from the xplained board to the user-board, trying to circumvent some xplained confusion with CTRLA.SPEED and CTRLA.SCLSM
C UpdatedJan 22, 2020 -
-
Atmel_SAMD20_Development Public
Developing a system using a SAMD20J18 MCU with the User_Board configurations
C MIT License UpdatedDec 3, 2019 -
I2C_Master-Slave_Arduinos Public
Transmit single character (incrementing value) from Master Arduino to Slave Arduino over I2C. Includes Serial print for monitoring, and onboard LED indicator on Slave device. Requires 2 Arduinos, 3…
C++ MIT License UpdatedNov 11, 2019 -
STM32F407_Flash-to-SRAM Public
Memory location study - write to Flash, read from Flash, write to SRAM, read from SRAM.
HTML MIT License UpdatedOct 30, 2019 -
STM32F407_Interrupts_CubeMX Public
Using CubeMX and the STM32F407 Discovery board to learn about interrupts