|
NRF52840 Timer driver
#nrf52840
Hey, I've checked out this API, but k_timers only got a resolution in milliseconds. What I need is a timer with a resolution in microseconds. That's why I thought of using a timer peripheral of the nr
Hey, I've checked out this API, but k_timers only got a resolution in milliseconds. What I need is a timer with a resolution in microseconds. That's why I thought of using a timer peripheral of the nr
|
By
Phil Hipp
· #1207
·
|
|
NRF52840 Timer driver
#nrf52840
Hi, Phil. Have you tried to use the timer API (https://docs.zephyrproject.org/latest/kernel/timing/timers.html?highlight=timer)? Did you face issues? There is already an implementation for it (timer d
Hi, Phil. Have you tried to use the timer API (https://docs.zephyrproject.org/latest/kernel/timing/timers.html?highlight=timer)? Did you face issues? There is already an implementation for it (timer d
|
By
...
· #1206
·
|
|
Testing connection with long connection intervals and slave latency
#ble
#nrf52840
Thanks, I#ll give this a try.
Thanks, I#ll give this a try.
|
By
Phil Hipp
· #1201
·
|
|
Power Management with minimum residency smaller than 1s
#nrf52840
Hey everybody, I'm currently working on the OS controlled power management (CONFIG_PM_CONTROL_OS) on the nrf52840. We need the OS to switch to Low Power when it's idle for around 100ms, but the minimu
Hey everybody, I'm currently working on the OS controlled power management (CONFIG_PM_CONTROL_OS) on the nrf52840. We need the OS to switch to Low Power when it's idle for around 100ms, but the minimu
|
By
Phil Hipp
· #1200
·
|
|
Testing connection with long connection intervals and slave latency
#ble
#nrf52840
Hi, There is no public interface to the controller to do so, but there is this internal ISR context radio_active_callback that can be configured to execute on every BLE radio event enable and disable
Hi, There is no public interface to the controller to do so, but there is this internal ISR context radio_active_callback that can be configured to execute on every BLE radio event enable and disable
|
By
Vinayak Kariappa
· #1199
·
|
|
Testing connection with long connection intervals and slave latency
#ble
#nrf52840
Any suggestions on this topic?
Any suggestions on this topic?
|
By
Phil Hipp
· #1198
·
|
|
NRF52840 Timer driver
#nrf52840
Any suggestions on this topic?
Any suggestions on this topic?
|
By
Phil Hipp
· #1197
·
|
|
Precision clock synchronisation between nRF52 devices
#ble
#nrf52840
Hi, I posted a question at the zephyr github https://github.com/zephyrproject-rtos/zephyr/issues/11296 Basically we need to implement sub millisecond precision clock synchronisation between nRF52 devi
Hi, I posted a question at the zephyr github https://github.com/zephyrproject-rtos/zephyr/issues/11296 Basically we need to implement sub millisecond precision clock synchronisation between nRF52 devi
|
By
marcus
· #1192
·
|
|
Testing connection with long connection intervals and slave latency
#ble
#nrf52840
Hey everybody, I want to test a connection with following parameters: conn min = 800 (1s) conn max = 800 (1s) slave latency = 4 timeout = 3200 In this scenario no actual data will be send (only Empty
Hey everybody, I want to test a connection with following parameters: conn min = 800 (1s) conn max = 800 (1s) slave latency = 4 timeout = 3200 In this scenario no actual data will be send (only Empty
|
By
Phil Hipp
· #1182
·
|
|
NRF52840 Timer driver
#nrf52840
Hey everybody, I need to use the TIMER peripheral of the NRF52840 to produce an interrupt after a specific amount of microseconds. It seems there is no timer driver in zephyr, but I can found the HAL
Hey everybody, I need to use the TIMER peripheral of the NRF52840 to produce an interrupt after a specific amount of microseconds. It seems there is no timer driver in zephyr, but I can found the HAL
|
By
Phil Hipp
· #1177
·
|
|
toolchain version used in zephyr sdk
#nrf52840
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux. - k
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux. - k
|
By
Kumar Gala
· #1168
·
|
|
toolchain version used in zephyr sdk
#nrf52840
What version of the GNU toolchain is used in the zephyr sdk(1.13.99)? documentation on the following webpage: https://docs.zephyrproject.org/latest/getting_started/getting_started.html#set-up-a-toolch
What version of the GNU toolchain is used in the zephyr sdk(1.13.99)? documentation on the following webpage: https://docs.zephyrproject.org/latest/getting_started/getting_started.html#set-up-a-toolch
|
By
reverett@...
· #1167
·
|
|
change clock source
#nrf52840
Hi, You can set the CONFIG_CLOCK_CONTROL_NRF5_K32SRC_RC=y on your prj file. I had the same problem and I've solved that with it. You can check the link: https://docs.zephyrproject.org/latest/reference
Hi, You can set the CONFIG_CLOCK_CONTROL_NRF5_K32SRC_RC=y on your prj file. I had the same problem and I've solved that with it. You can check the link: https://docs.zephyrproject.org/latest/reference
|
By
...
· #1103
·
|
|
change clock source
#nrf52840
Hi: I am using a board that has a nrf52840 (Laird BL654 module) on it but has some differences with the nordic development board. I want to change the clock source for the nrf52840 to use the on-chip
Hi: I am using a board that has a nrf52840 (Laird BL654 module) on it but has some differences with the nordic development board. I want to change the clock source for the nrf52840 to use the on-chip
|
By
reverett@...
· #1102
·
|
|
#bluetoothmesh #nrf52840 strange debug error when using arm-none-eabi-gdb
#bluetoothmesh
#nrf52840
Hi guys here, I'm a newbie to Zephyr ble mesh and I have already built and ran the examples provided by zephyr successfully. However, when it comes to debugging the application, there is strange behav
Hi guys here, I'm a newbie to Zephyr ble mesh and I have already built and ran the examples provided by zephyr successfully. However, when it comes to debugging the application, there is strange behav
|
By
summer20100514@...
· #1090
·
|
|
DFU nrf52840
#nrf52840
Is it possible to Upgrade a bare metal firmware(not from zephyr, may be from nrf sdk example) through smp server explained in zephyr project ?
Is it possible to Upgrade a bare metal firmware(not from zephyr, may be from nrf sdk example) through smp server explained in zephyr project ?
|
By
Arun kumar
· #1030
·
|
|
Data Length Extension on NRF52840
#nrf52840
#ble
#hci
Hi Josh, Appreciate the excellent and detailed incidence report. My comments are inline. Could you please provide the Zephyr repository git hash or release tag for the firmware you are using? Could yo
Hi Josh, Appreciate the excellent and detailed incidence report. My comments are inline. Could you please provide the Zephyr repository git hash or release tag for the firmware you are using? Could yo
|
By
...
· #958
·
|
|
Data Length Extension on NRF52840
#nrf52840
#ble
#hci
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
|
By
josh.lawless@...
· #957
·
|
|
OpenThread example from embedded world conf
#nrf52840
Hello, I’ll try address unanswered questions: Thread Group has recently released Thread Commissioning App. How we can use it for exploring further things? I think Border router will be required in tha
Hello, I’ll try address unanswered questions: Thread Group has recently released Thread Commissioning App. How we can use it for exploring further things? I think Border router will be required in tha
|
By
Lubos, Robert
· #941
·
|
|
How to use ADC module for nrf52832 using zephyr OS #input #nrf52840 #nrf52832#ADC
#nrf52840
#input
I have tried to implement the adc example given in the samples code. But the device driver structure was not found/detected by the nordic uC. Thanks Rajat!
I have tried to implement the adc example given in the samples code. But the device driver structure was not found/detected by the nordic uC. Thanks Rajat!
|
By
Rajat Kalyan
· #940
·
|