I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
I am starting afresh, and have only just downloaded & installed Keil v5.25, nRF SDK v15.0.0, and nRFgo Studio v1.21.2.10
So everything should be "latest" and "up-to-date...
I am working on small UART project. I am begineer coder.
I want to transmit 0-9 numbers using UART. I am using nRF52832 board and IDE using is Eclipse pca10040. I applied...
Hi,
I am using nRF52832 pca10040 developement board. As I am begineer I dont know much about coding. I am using Eclipse IDE for developement. I want to transmit 1-10 numbers...
Did somebody ever get the following error message:
/usr/lib/gcc/arm-none-eabi/7.1.0/../../../../arm-none-eabi/bin/ld: unrecognised emulation mode: cpu=cortex-m4 Supported...
Good morning everyone,
I am having a few problems in understanding the new SDK 15.0.0.
First of all, I was unable to find a definition/description of NRFX.....what is...
Hi!
I have some doubt's on Light Switch example in SDK for Mesh V.2.0.0
1. I'm able to connect using nRF Connect Android Application to Proxy Client and Server but when...
Hi,
I'm using the nRF51 Dongle as a sniffer to capture BLE data. I set up the device and the plugin as instructed in the User Guide 2.0.
1. When starting Wireshark, the...
Hello,
I am using sdk 12.2.2 and customised nrf52 board. I am using gcc makefile to compile my code. I want to add .lib file in my code so how should I add .lib file in...
Hi,
I want to send "ON" message to server node over mesh network when a client node receives "hello" via UART from PC
I was able to merge UART example from nrf5 sdk with...
We are using BMD300 module in our custom design, but we are facing issue in programming BMD300 using j-link segger. The device is not getting detected in nRFgo studio. But...
Hi
We are having our current NRF application working with S132 SoftDevice v3.0.0 API and we want to port our application on S132 SoftDevice v5.0.0 API and also want to use...
Hi,
Im not sure if im doing something wrong or what, but i've been hitting a wall when trying to use the radio example transmitter and receiver.
No matter what i send...
Hi , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...