to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...