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...
Hi,
We developed a code using Fanstel nrf52832X BLE using serial UART command to control, receive data and send data.
The softdevice is s132_nrf52_6.1.1_softdevice.hex...
I2C burst write for nRF5340 at 100kHz is failing with a reply of -5. (Trying to use the BMI270 drivers sample, it will fail during reg_write of the configuration file)
Reading...
hi
I have nRF9160 dev kit, which I am using in a LAB with a private LTE SIM card, which has 99920 PLMN ID.
The network supports Band 3, and NB-IoT is configured as an...
Hello everyone,
1st of all, thank you for taking your time to have a look over my "problem".
I have a device that I am working on, that acts as aperipheral, it is...
I modified, My application's bdaddr is set public device address. secure bootloader's bdaddr is set same public device address.
When run DFU on nrf connect for desktop,...
In my application, I am unable to read back the publish address which was configured during initialisation through mobile.
Please suggest any APIs.
Device: nRF52832
...
HI
The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" and I find a question that is: for all thread programs, add nrf _ delay_ ms () function in while (true) will affect...
I use a sample in NCS1.5.0 to start my project . but examples in NCS1.5.0 are single ble service .always like these: bt_conn_cb_register(&conn_callbacks); bt_enable(bt_ready_cb_t...
Hi,
1. I see the following differences between VDD1 and VDD2 descriptions:
nRF9160_PS_v2.0 P385
2. What are the differences between VDD1 and VDD2 features?
Thank...
Hi all,
I am trying transition from SDK 15.0 to 17.2 and having a branch instruction to itself (an infinite loop) which I think has something to do with the adjustment of...
I would like to create SPI clock timings using the following documents. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fspim.html&anchor=topic
1. CSN...
I'm trying to figure out a strange issue with GPS. We have a pretty well debugged and stable system that we're adding some features to, mainly GPS. We're on SDK 1.5, using...
Hello!
I am developing an application which is connecting to an nRF52 board using the Android-BLE-Library implemented by Nordic The application is doing the following: ...
I was looking at nRF52833 as a candidate to use it as a BLE keyboard and USB keyboard (as it has USB2.0)
But in the API documentation section I see that HID keyboard is...