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...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...