Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
i am using customized board for nRF52832. i am using ble_uart example code.
in that example LED1 on nRF52_DK board is used for indication for ble connectivity.
in my customized...
From this post here I learned that the device manager can be used to store characteristic values persistently. This post is quite old though and it seems more common to use...
Hi
Im trying to generate dfu zip package.
Im working on ready hex and zip files in nRF5_SDK_13.0.0_04a0bfd
In examples\dfu\ble_dfu_send_hex\test_images_update_nrf52832...
Hello, I am working on NRF52 DK,SDK12.1.0.
When I am trying to make board into sleep mode with sleep_mode_enter(I have get sd_power_system_off),I found that RAM/UART is still...
Hi,
We designed the circuit followed the reference circuit(QFN48), and all the value of power capacities are also followed the reference circuit. But we failed in the 8kv...
Hi, I'd like to use nrf51 dongle to scan for ant/ant+ communication, but I can't understand how to do that... it doesn't work with antware sw and I don't know how to use it...
Hi,
I use NRF51822 to design a ble product,my client require that when in the front of the ble device the app can connect the ble device,and can't connect in the back of...
My Issue,
I need to be able to set radio RCV/TX signals to a specific distance. I would like to control this
through the firmware. Do you have any recommendations or examples...
Hello,
I am using Keil Lite edition and I'm receiving a linker error from exceeding the code limits in Keil. My code is 37336 bytes and apparently cannot exceed 32000 bytes...
Hi,
I'm currently working on a BLE device which works his whole lifetime on one battery. This means we have to save as much energy as possible. This is why we set our advertisement...
Hi all,
Our company is in the process of certifying a device. This device is using a nrf52832 with radio.
We had no problem to comply with the ETSI standard, but things...
I am trying to set up a custom Advertisement in nRF-Connect for Windows, using an nRF52 DK (PCA10040)
In Advertising Setup, I remove the existing "Complete local lame"...