Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...
In a previous excellent answer Ole Morten explained how to calculate the maximum throughput of transmissions using notifications . I'd like to know what the calculations are...
Hi,
I am a newbie. I understand that a similar question was asked earlier, but I couldn't get an answer specific to my questions. My goal is to sample an analog signal at...
Hello,
not strictly an nrf question, but I am having trouble communicationg with the developer dongles under OS X. I am using screen to connect to my terminal and the input...
Nordic has show coffee machine using BLE IPV6. The BLE chip on coffee machine shall work as Master for IPV6 communication with internet? If so, does this chip drain much more...
Hi,
I would like to communicate nRF24L01 + module 2 but I'm facing a strange problem . I checked the registers . The data is loaded into the transmitter in the FIFO . I...
Hello!
I just want to change the outcome of Button 1 press action in my nRF 51 Dk. For example, instead of toggling led 1, I want to toggle pin 5. How to actually do that...
I have nrf51822 s130 sdk v8. When I use spi master in main loop the it works fine. When I start to use SPI master inside ble event then I dont get start, cancel or complete...
I'd like to know, it there a way to include the service changed characteristic, but not have it indicate that services were changed unless I tell it to? Here is my situation...