Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I'm sorry. This must be trivial to all of you. I'm a beginner with nrf52 programming, and I saw several examples that refer to timers TASK_START, TASK_CLEAR, TASK_STOP. Everywhere...
Our device has both a 9160 and a 52840 on it.
The 9160 is running the stock serial modem firmware on it.
The 52840 is running a custom handler for AT connection targeted...
Hello,
We are doing some network quality tests on LTE-M with PSM off and notice loss on UDP between 0% to sometimes 15% on simple udp messages sent every 10 seconds from...
It is not very clean to start a work_q with no name when all others name them properly, or at least put in the name of their k_work_q struct. Working with system threads it...
Hi,
I'm upgrading my firmware from sdk1.7.0 and there is one error that i can't solve and need your help.
The code is working on SDK1.7.0, solved all the errors that appeared...
Hi,
I have a nrf5340 device which is built with nrf Connect SDK 1.6. I can successfully DFU over ble by nRF Connect mobile app. Right now, I am trying to do DFU from my...
Hello,
I am attempting to configure a project with full zephyr logs (using RTT backend). I am, however, unable to get the full logs (see example below):
[00013022] <dbg...
Hi,
I have enabled SPIM on nRF52810 and worked normally.But when I enabled on nRF52832, it worked unusual.
I had defined CONFIG_NFCT_PINS_AS_GPIOS because used P0.9 and...
Hello,
We are using lwm2m client project SDK version v1.9.0. We need to enable #define CONNMON_LAC 12 to get LAC value but i am facing problem to enable #if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2...
Hi,
When I download the example of "ble_app_uart"(SDK17.0.2 S132) in nRF52832,mty board is working as normal. But when I add RNG in main, the RTT Viewer just logging SOFTDEVICE...
I have some odd cases where an nrf53 based device just disappears from BLE. It's no longer connected, and not advertising.
I'm looking for a method for the application processor...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. A port is connected to the board to communicate...
Hi,
I use the nrf mesh sdk for long time and I just see that its migrate to zephyr rtos.
After reading the nrf mesh sdk doc and the zephyr project doc, I have some questions...
Good afternoon.
We're using nrf Connect for mobile to perform DFU over BLE to an nrf5340-based module with firmware built using the nrf connect 1.6.1 SDK and its associated...
0 dBm TX @ 1 Mb/s Bluetooth Low Energy mode, Clock = HFXO 7.1 mA
Radio RX @ 1 Mb/s Bluetooth Low Energy mode, Clock = HFXO 6.5 mA
I want to know which example is tested...