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...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
This one is throwing me for a loop.
We just did a small build of 40 devices based around the nRF52832. 1 device out of those 40 is behaving very strangely. When the device...
Hi Sir
I want change the power transmission level for measuring the RSSI values for different configuration from -40DB to 4DB. for that i configure the radio. But it is...
When compiling (after the project folder change and paths updating) I get always this error.
No idea why. The C99 option is choose
It compiles correctly from SDK tree...
Hello,
I just finished migrating my project from SDK13.1 to 15.0. It caught my attention that when I flash the Softdevice, it uses memory from pages 0x00000 - 0x24000. I...
I think I found a bug in nrf_ringbuf_cpy_get. The first memcpy is wrong. The source and destination should be swapped.
if (length > trail) { memcpy(&p_ringbuf->p_buffer...
Hello,
I am using the NRF51822 in a low power application and need to transfer the data from the PCB (with the NRF) to the PC over Bluetooth. I need the biggest possible...
Hi,
I would like to know if there is any reason that tx_power is limited to +4dBm in the Mesh examples. I am using an nrf52840 and it is capable of +8dBm. Would it increase...
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...