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.
...
I try dual bank DFU on nrf52832+SDK15.0.0.
After extract new image to dst_addr(run image_copy),
DFU run nrf_dfu_settings_write().
nrf_dfu_settings_write() is run, nrf_dfu_flash_erase...
By setting either:
ble_gap_adv_params_t::duration
or
ble_gap_adv_params_t::max_adv_evts
to a non-zero value should trigger the BLE_GAP_EVT_ADV_SET_TERMINATED event...
We are planning to use Adafruit BLE Feather with the IAR / Keil/ SWD tool chain for a small scale project . I notice the Adafruit BLE feather memory map is quite different...
Maybe I'm wrong but this seems to be wrong ASSERT in the function:
My understanding is that max time which can be set on timer is dependent from timer frequency and timer...
Hi There, i am pretty new to this ble and arm world. i was exploring my nrf52dk with sdk15 cryptography libraries. I have looked into an example of Elliptic Curve Diffie-Hellman...
Hi,
I had done secure OTA in my custom board using SDK12.2.0 with S130 v2.0.1 softdevice. But when i am trying to update the same for multiple times then its not happened...
Hi!
I'm running UART example and modified to run upon interrupt and its working fine, but in main() if condition ( if (cr == 'q' || cr == 'Q') ) is not executing even condition...
Hi,
I'm trying to toggle GPIOs 32-35 but it can't be done. Other GPIOs though such as 15,21,30 I change successfully.
Here's my code:
I saw a solution regarding NFC...
Until lately, I have never used characteristics longer than the 20 Bytes and if the length of application data was longer, I would fragment it on the application layer.
...
Hi there,
I’m trying to port Thingy to Segger Embedded Studio. After reviewing some related blogs on devzone and github, I have imported the Keil project into SES. All files...
Hi,
I'm trying to use adxl335 accelerometer to detect motion.
I'm having trouble understanding what the output of the accelerometer means.
Obviously, it should tell...
On SDK 12.0.0, SDK 12.1.0 and SDK 12.2.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic...
On SDK 13.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
The soc_evt_handler() function in nrf_drv_clock.c need to set m_clock_cb.hfclk_on = true.
When the softdevice is enabled and multiple modules request the HFCLK using nrf_drv_clock_hfclk_request...