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'm using S110.
I have a characteristic that is writable from phone client. However, the characteristic has lower and upper limits (an acceptable range) for the application...
Hi experts,
I'm trying to bond device between my android phone and the Nordidc51822(S110 v7.0). but I found that it's very difficult to achieve this function. Is there...
Hello,
I'm using nordic 8001 chip within a custom board.
Everything is working but rarely, at random moments, I'm receiving packets with 255 length. I attached a print...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
I would like to be able to do a sanity check on the CHIP ID.
The Product specification states:
"No ID will violate the rules specified in section 6.4.3.2"
Section 6...
I am finding it difficult to figure out what is the minimum toolchain requirement to get started developing using the nRF24LE / U.
Is Kiel the only compiler ? Can SDCC...
Hi,
I have nRF51822 DK with (s110_nrf51822_7.0.0, nRF51 SDK_v6.1.0.0) and when i try to run the project in IAR 7.20.2 i receive an error.
2 ) My icf file...
Hi!
I have bought the nrf51822 EV KIT and it came with 5 extra nrf51822 modules but them without a board. I have researched a little and I found that I need the Segger...
Hi,
We're using an off the shelf module with a trace antenna that can't be modified.
Measured the module once assembled, and due to surrounding plastic materials, the...
Just finished upgrading to the latest SDK Version -- and trying to build some of the examples -- but consistently getting compilation errors when building any of the nRF51822...
When working with BLE, one sees a lot of different names for roles, which is confusing. What is actually the difference between them all, master, slave, central, peripheral...
Hello to everyone,
I'm developing a new project with a nrf8002 and a Smartphone with Android 4.4.2. Both devices connect to each other fine, and I can bond them with no...
Hi,
I made a peripheral firmware based on "s110\experimental\ble_app_uart" example, but I don't know how to write a central module FW so that these two can pair to each...