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...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Is race condition possible when stopping advertising?
I need to disable BLE for some time to perform critical tasks. I need to stop advertising and be disconnected.
Let...
Hi Nordic team
As the title mention, I would like to program the DTM and radio test mode on thingy.
Did thingy support it?
Can I flash both program in thingy and switch...
Hi.
I scan devices with sd_ble_gap_scan_start command and on start it consumes around 6mA.
here are my parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan...
Hi,
For some reason when i do "project -> clean target" Keil deletes the softdevice Hex file in addition to the project compiled files.
Is that the normal behavior?...
I'm interested in operating the radio off of 32 MHz to avoid multiples of 128MHz. One options being considered is utilizing an external crystal of a slightly different frequency...
I'm developing a Multi-Role device using an STM32F3 and NRF52832 with Serialization. I'm currently trying to add Just Works encryption to the Peripheral of my device (that...
Hi
For some reason I get stuck in the softdevice. I manage to capture the sequence of the addresses
J-Link>s 0001B028: DB 68 LDR R3, [R3, #+0x0C] J-Link>s 0001B02A: 18...
Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you.
I am using the version of [nRF5_SDK_15...
I know that there is a similar question here but the problem that the question is pointing on is not solved. Even in one of the answers is mentioned:
Now I found that...
When I run the example "ble_app_hrs_rscs_relay_pca10056_s140" on the development kit while debugging, then the SVC call for enabling the softdevice will stop at Address x8C4...
Hi! I want to implement at BLE switch(PTM215B) to a nRF52 DK, The switch sends advertise messages with switch status data. So i want to create a simple central that scans...
nrf52832 code always block at nrf_spi_event_check, my application include a app timer 200s period, after timeout, drive spi to get a RF sensor for sending some data, and also...