Skip to content
View vlkaiser's full-sized avatar

Block or report vlkaiser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • 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 Updated Nov 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 Updated Nov 22, 2023
  • Working through the STM32WB Getting Started Tutorials - this is a 'from scratch' BLE demo with write and notify characteristics,

    C Updated Aug 8, 2022
  • Build a Jekyll blog in minutes, without touching the command line.

    SCSS MIT License Updated May 2, 2022
  • LabVIEW routines for the Pololu JRK G2 24v13 USB motor controller

    Updated Feb 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 Updated Oct 12, 2021
  • Stevdza-San Youtube Tutorial on Room Databases for Android Apps. https://www.youtube.com/watch?v=lwAvI3WDXBY

    Kotlin Updated Sep 22, 2021
  • C 1 Updated Aug 25, 2021
  • STM32 NUCLEO-F072 and 0.96" OLED in STM32CubeIDE

    C++ Updated May 28, 2021
  • 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 Updated May 28, 2021
  • 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 Updated May 28, 2021
  • Arduino Datalogger to monitor voltage, current, temperature - save to SD card with RTC timestamp and display on TFT monitor.

    C++ Updated Apr 3, 2021
  • test Public

    Tech Bytes blog

    HTML Updated Feb 19, 2021
  • STM32F072RB UART Multidrop Com test - TX/RX between two+ MCUs (Nucleo)

    C Updated Oct 23, 2020
  • STM32F072RB Multidrop UART communication test. Control board TX statuses and RX updates from peripherals. Peripheral boards RX statuses, and TX updates to Control.

    Makefile Updated Oct 7, 2020
  • Creating Device header file, peripheral header files (GPIO, I2C, SPI, UART) and an application from scratch to understand MCU driver development

    C 2 MIT License Updated Jun 11, 2020
  • Lin 4118S-04S Motor, CUI AMT212C-V encoder, Oriental Motor CVD215-K Motor Driver (temporary) development system on SAMD20 XplainedPro development board

    C Updated Apr 9, 2020
  • External_Interrupt_Test_SL_MCU I2C cdevelopment

    C Updated Mar 9, 2020
  • Udemy Mastering Microcontroller Course Repository

    C Updated Feb 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 Updated Feb 7, 2020
  • Arduino UNO with Linear External Motor and Encoder, Motor Driver CVD215-K

    C++ Updated Feb 5, 2020
  • Using the SAMD20 Xplained Pro demo board, onboard button and led to trigger interrupts (see also userboard code base)

    C MIT License Updated Jan 30, 2020
  • Using one SAMD20 and one SAMD21 Xplained pro demo boards, (one as Master, one as Slave) and communicating over I2C. Example from AT11628

    C Updated Jan 29, 2020
  • Uses the SAMD20 Xplained Pro as a slave I2C device in part 2 of the AT11628 app note

    C Updated Jan 27, 2020
  • 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 Updated Jan 22, 2020
  • Scan through I2C Addresses.

    C++ 1 Updated Dec 3, 2019
  • Developing a system using a SAMD20J18 MCU with the User_Board configurations

    C MIT License Updated Dec 3, 2019
  • 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 Updated Nov 11, 2019
  • Memory location study - write to Flash, read from Flash, write to SRAM, read from SRAM.

    HTML MIT License Updated Oct 30, 2019
  • Using CubeMX and the STM32F407 Discovery board to learn about interrupts

    C 1 MIT License Updated Oct 30, 2019