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 was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Hello,
I'm trying to see serial data (polling async method) coming from a single-wire signal. I have verified via an oscilloscope that there is indeed data on that wire...
Hello,
We are using nRFSDK v15.0.0 and nRF52840 in our system. There is also an external MCU that is connected to the nRF52840 via UART. Currently we are trying to perform...
Dear Members,
I want to use SDcard with softdevice, when I run fatfs_example()
I got this :
nfo> app: Initializing disk 0 (SDC)... rror> hardfault: HARD FAULT at...
Hello,
I've been working on a simple application to scan for bluetooth packets being emitted by another system, which advertises at a consistent 10Hz. We apply a filter...
Hi,
I try to do a OTA Update with watchdog enabled . The OTA Update runs and boots image B but this is stopped after watchdog timeout (1Sek). In my code the watchdog runs...
Hello all,
I am trying to develop an application where the user will input some specific commands i.e hex value of 0x01 via a mobile application and then via bluetooth this...
Hi,
I am migrating my code from sDK15 to SDK17. In SDK15 code app_timer_start() working fine with any timer value. But in SDK 17, I am getting error code 7.
When I debug...
Hai
I'm working on nrf52832 NFC, I have a few questions.
is NFC ID in nrf52832 is unique?
can I use it for payment purposes?
if that ID is not unique, any other solution...
Hello,
I am trying to use the **persistent** flash area of my nRF52.
I created a separate zone (PERSISTENT_FLASH) in my LD script as follows:
I try the following C...
Why is the pc-ble-driver-py version 0.16.2 released to pypi , but no according tag and release set in the github repository?
Is this a stable release already? And if so...
Hi
Problem description:
Disable the softdevice before writing uicr. After uicr is written, it fails to enable the softdevice again.
Can't softdevice be enabled again...
Hi I want to Integrate GPS(with A GPS assistance needed)with AWS iot example. when i start GPS on aws connect event ready .SUPL is initialized successfully and even SUPL socket...
Dear Nordic,
I'm using the nRF connect app for the smart phone to test BLE bonding.
I hope to know the bonding feature on the nRF connect app is working with Random...