Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Confirm all the certifications the product nRF8001 is currently holding (or in the process to be awarded).
Is the nRF8001 certified/approved to be commercially used in...
Hi there,
As per title, the Ble bandwidth test on my Blend Micro is not connecting to the nRF UART app on iOS 8. I tap connect and it just says 'scanning....'. Could you...
I am trying to use the iOS nRF Temp app with the nRF8001 D chip. I have tried the ble_temperature_broadcast example from the nrf8001 SDK. The serial terminal shows successful...
I have this odd issue which creeps up in field testing. Upon a button push the board goes immediately to System Off. 99.99% of the time Button pushes are handled normally...
Hi,
just to know ... is it possible to call pstorage related functions inside a BLE stack event handler ?
I'm facing with Hard Fault and I have the doubt that it's related...
OK, there are multiple versions of:
nRF51 chi
PCA10028 dev board
example projects
SDK
soft device
Keil dev environment
I getting all sorts of errors...
I'd like to optimize RAM usage due to lack of memory.
According to the release note of S130, the size of the GATT server attribute table can be set.
To get more RAM for...
First of all, I managed to successfully upload S110 and dfu bootloader (from SDK 9.0.0) individually to nRF51-DK board via OTA DFU using the Master Control Panel app. Initially...
I'm trying to get a DFU bootloader compiled for S130 8.0
In Keil the default dual bank compiles to over 7k
Total RO Size (Code + RO Data) 12608 ( 12.31kB)
Total RW Size...
Hello,
I want to save some structs to flash using pstorage with S130. What would be the best way to achieve this?
The struct consists of message, deviceID.
The whole...
I am designing a NRF52 based device. Do I need to add ESD protection circuits on PCB for any pins on NRF52? The initial device I am making is for prototyping a system. so...
Using nrf_delay_ms() can be energy consuming and indeterministic. I am trying to use application timers (from "app_timer.h") in nRF SDK 8.0. The way I did could be partially...