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...
Hi,
I have a custom board with nRF51822 chip on it and tried to run the proximity sample program on it. I have used the nRF51822 develpment board + nRFgo Motherboard to...
www.dropbox.com/.../Screenshot 2014-04-03 11.41.25.png
I guess has nothing to do with crc16?
the call stall seems unreasonable, is it because my stack is messup?
...
Hi,
Is it possible to control the drive current of the gpio pin?
Can anyone explain the different possible drive configuration for gpio's (S0S1,H0S1, etc..)?
Regards...
I'm trying to compile the bootloader for gcc from this post: devzone.nordicsemi.com/.../nrf51822-over-the-air-bootloader-with-gcc
The bootloader start (I can find my device...
Hi,
I'm confused with the functions (sd_power_mode_set and sd_app_event_wait).
1.I think there are described with the same function.I can't tell the difference between...
Hi,
I've developed an application and tested it on the evaluation kit. Now i'm trying to run it on a custom board with a nrf51822 chip on it. I've made modifications to...
Hi,
I use to the nrf51422 with nordic's dev/ev kit.I want to build a project and the purpose is to get the sensor's date and use the ant protocol to deliver the date to...
Hi,
i need some help by selecting the right Hardware for a new Project.
I want to build mesh network so i think ANT is the right Protokoll for me, with BLE i can't build...
Hi
I have a BLE module of nRF8001 chip and everything is working fine with it.In your Arduino compatible libraries for nRF 8001 you have a function hal_aci_tl_init() in...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hello, i'm programming an android app to connect to the nRF51822 (peripheral). Without any security or pairing settings everything works fine. The Problem: Any kind of authentication...
Hi,
I'm writing the f/w upgrade function.
The device is NRF51822, and I use nRF51 SDK_v5.1.0.36092 with s110_nrf51822_6.0.0_softdevice.hex.
I refereed to the example...