Pinned Repositories
fw-nrfconnect-nrf
nRF Connect SDK nrf tree
Git-Github-Course-Dummy-File
My dummy files for learning Git & Github for good. Thanks to Kevin Stratvert and his amazing video: https://www.youtube.com/watch?v=tRZGeaHPoaw
KConfig-and-CMakeLists-Nested-Folder-Use-And-Custom-KConfig-Configurations
Zephyr sample for working with KConfig and CMakeLists with nested files and custom Kconfig configurations.
nRF52-Ram-Retention-Convenient-Library
nRF52 ram retention utilities for easy and convenient utilization.
nrfx_die_temp_sensor_blocking_example
nrfx die temparature measurement demonstration using built-in nRF HAL libs. Readings are blocking (i.e. program waits until reading is taken). Code is modified a little bit and total time to take readings are measured.
nrfx_die_temp_sensor_nonblocking_example
nrfx die temparature measurement demonstration using built-in nRF HAL libs. Readings are non-blocking (i.e. program doesn't waits until reading is taken, and read is obtained in HW interrupt handler). Code is modified a little bit and total time to take readings are measured.
Structured-Zephyr-App-Template
Structured Zephyr App Template
Zephyr-Time-and-Clock-Library
Library for doing useful time operations and formatting time as "clock".
Zephyr-ZBUS-Architecture-Diagram-Template
This is a diagram template created for building architectures with Zephyr RTOS's ZBUS service.
zephyr_zbus_more_configurable
More configurable ZBUS
Batto1's Repositories
Batto1/Zephyr-ZBUS-Architecture-Diagram-Template
This is a diagram template created for building architectures with Zephyr RTOS's ZBUS service.
Batto1/nRF52-Ram-Retention-Convenient-Library
nRF52 ram retention utilities for easy and convenient utilization.
Batto1/zephyr_zbus_more_configurable
More configurable ZBUS
Batto1/fw-nrfconnect-nrf
nRF Connect SDK nrf tree
Batto1/Git-Github-Course-Dummy-File
My dummy files for learning Git & Github for good. Thanks to Kevin Stratvert and his amazing video: https://www.youtube.com/watch?v=tRZGeaHPoaw
Batto1/KConfig-and-CMakeLists-Nested-Folder-Use-And-Custom-KConfig-Configurations
Zephyr sample for working with KConfig and CMakeLists with nested files and custom Kconfig configurations.
Batto1/nrfx_die_temp_sensor_blocking_example
nrfx die temparature measurement demonstration using built-in nRF HAL libs. Readings are blocking (i.e. program waits until reading is taken). Code is modified a little bit and total time to take readings are measured.
Batto1/nrfx_die_temp_sensor_nonblocking_example
nrfx die temparature measurement demonstration using built-in nRF HAL libs. Readings are non-blocking (i.e. program doesn't waits until reading is taken, and read is obtained in HW interrupt handler). Code is modified a little bit and total time to take readings are measured.
Batto1/Structured-Zephyr-App-Template
Structured Zephyr App Template
Batto1/Zephyr-Time-and-Clock-Library
Library for doing useful time operations and formatting time as "clock".
Batto1/qorvo_uwb_dwm3000_zephyr_app_starting_template
This file contains necessary DWM3000 library links and configurations to start developing applications with DWM3000 module easily on Zephyr Platform.
Batto1/Zephry-SYS_INIT-Utility-Library
Library for convenient utilization of Zephyr SYS_INIT functionality.