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...
I have the nRF52 DK board and I cannot see the device in the list in the nRF Connect app (iOS). Here's what I have tried:
Connected the nRF52 DK to my computer with micro...
Hi all,
I have tried to flash the blinky programm to the BMD 300 AR evaluation board by nRF command line tools but I can't flash the .hex file to my evaluation board. The...
I followed this tutorial :Bluetooth low energy Characteristics, a beginner's tutorial
i am beginner to study BLE.
I wanna the answer Challenge 1: Why are you not allowed...
Hello,
Our setup:
IDE : Segger Embedded Studio for ARM V4.12, nRFgo studio
SDK : nRF5_SDK_15.2.0_9412b96 + SDK for Mesh3.1.0,
Softdevice : 6.1.1
Computer Platform...
Hi, I'm using SDK12.1 example ble_app_ancs_c.
Is it possible keep advertising (non-connectable is ok) when ancs connecting?
And how to do it?
I tried call advertising_start...
Hi,
I have been having issues with the compile hex files I get when following the steps to build the pc-ble-driver (). While I am able to build the hex files when I place...
I got Orange sim connected to LTE-M network on nrf9160 DK, verified it on LTE link monitor. But when i tried adding a LTE device on nrf connect cloud, i am not able to register...
Hi,
I tried to build the lte_ble_gateway sample in SES, however it gives the error below regarding the UART.
Any suggestions how to resolve this issue?
Hi,
As mentioned in the subject, I am confused with the SPIS example from nRF52 SDK 15.3.0. I wonder where NRFX_SPIS and _INST_IDX are defined in the header file?
SPIS...
Hello,
I am testing the Light Switch example and I observed a problem:
- I noticed that it was possible to reset the "server nodes" by pressing their "button 4" to leave...
I am having an issue migrating some code over from Keil to an example in SES studio.
The code in Keil is simply listening for a radio packet, when it receives it, it transmits...
Hello,
I generate a private key by using nrfutil.
I like to convert raw data format to use in the code from private key.
Additionally, I already used a nrf_crypto_ecc_key_pair_generate...
I want to drive a servo by the PWM on nrf52832. The pwm cycle is 20ms and the duty is 1.5ms. But i have a problem that the duty is not precise when the BLE is working. I need...