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...
I was trying to measure the current used by the nRF52840 on the DK. But it seems like i have messed up.
The debugger LED does not light up
The nRF52840 SOC seems to...
hi team,
i have downloaded image transfer demo source code in github. installed it in sdk 13.0. the softdevice is 5.0.0-2. i am using nrf52840 pdk. the code is successfully...
Hi Al
I'm implementing multiple channel ADC with PPI
sampling multiple ADC channels with PPI, adc event triggered adc_event_handler as many times as channels (instead...
Hello everyone. I'm working to a project with nRF52840. I'm developing the code in SDK in SES ide. The task i want to perform is transfer data from the memory of nRF52840...
Hi,
I am using the S130 central pairing to just one peripherial at a time. Upon power up after hard/soft reset, the central connects to my peripherial just fine, transfer...
Hello,
We are using the Segger Embedded Studio and trying to flash the blinky code on our nRF52DK. We have seen many videos but are unable to make it work. The code gets...
Hi,
In my memory usage, I see 780KB free from 1MB of flash. That means I am already consuming 244KB of flash when my code size is only 77KB. Obviously, there are other registers...
I have been trying to flash my nrf51822 by waveshare using my nrf 51 DK. I have been making the following connection. I am currently using P20 as the needle adapter for P19...
Dear Nordic Team,
Thanks for supporting.
Now i am try to interface(TWI) MMA8453 with nRF52810. Already i am worked with nRF52832 its working good. If possible for interface...
I tried to add a BAS service to a project with an LBS service (ble_app_blinky), but I cannot complete the services_init() procedure for both services.
Is it possible to...
Hello,
I would like to kwno if it is possible to get information about the hardware in my main application. NRF_DFU_HW_VERSION is stored in the DFU and is used to verify...
Hi all
I want to stream data from various nRF52 objects to a single Android smarphone.
I have no problem in evaluating the throughput of each nRF52 device to the client...
Hi,
I want to set up a demo bike speed and cadence transmitter. I am using \ant\ant_plus\ant_bsc\bsc_tx source code. However, I have plans to use BLE at the same time...
Hi,
Are softdevice's api calls thread safe (specifically speaking sd_ble_gatts_hvx ()) -
i.e. Will a concurrent call to sd_ble_gatts_hvx () from several threads corrupt...