add .conf file for internal oscillator usage

This commit is contained in:
2025-04-03 15:29:43 +02:00
parent 61e7254da3
commit 7cbe70ee3e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# use internal 32kHz oscillator
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
# select desired accuracy (more calibrations would be nececcary if smaller) - I think the 32KHz oscillator is only needed for receive
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
+4
View File
@@ -0,0 +1,4 @@
# flash nrf52dongle
- build with dongle build target (dont forget dongle .conf file)
- nrfutil install nrf5sdk-tools
- source flash_dongle.sh