Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I have seen that the recommended method for switching between connectable and non-connectable advertising is:
sd_ble_gap_adv_stop() ...change advertising structures as needed...
I was given the source code to the nRF Toolbox DFU only app in order to implement its functionality within my own app. Using the nRF Connect app, I've connected to my hardware...
Hi all, I am trying to get my head around UART Flow control on Nordic nRF52. I cannot get it working... I have two nRF52840 dev boards (PCA10056) that I connected between...
Hi,
When I try to stop ADC sampling, the adc driver keeps on busy. The function nrf_drv_saadc_is_busy() keeps returning true.
I looked in other posts (like this one )...
Hi,
I'm new in Bluetooth an I want to try a "simple Project". I've connected 3 Peripherals (all nRF52832 Chips) with 1 Central (also a nRF52832 Chip) together.
With the...
Hi everyone, In the Power Management example, why the HFCLK still running when the uC is in sleep mode ? I see it in the HFCLK_STAT => State = 1 Shouldn't it be disable to...
Hello,
I have been using nRF development boards for a while, but recently I am currently unable to program my nRF52 development board, due to driver issues. The following...
I am trying to make TWI calls from an APP_TIMER event. However the TWI calls are failing. I can see that the twi message is sent on an oscilloscope, but the function never...
Hi,
I got the same error as the guy in this question: https://devzone.nordicsemi.com/f/nordic-q-a/26041/compiling-error-for-nrf51-development-dongle
I use another example...
Hi, I would like to use a nRF52 demo board, to test nRF BLE with a HX711 and screen. The nRF module is powered 3.3V but the HX711 and the screen are 5V powered. Is the bus...
Hello,
I am in the process of evaluating the '840's BLE and CryptoCell for a low power application. I am using a modified version of the ble_app_template example, with custom...
Hi guys,
I have custom MAC address that saved in the flash. I used the sd_ble_gap_address_set function to change the Mac address to my custom address.. I found out in phone...
Hello,
Is there any option in nrfjprog to force a Segger's JLink to power the target? I am able to turn the power-out feature on using JLinkExe buy I don't whether nrfjprog...
I refer to nRF52810 product specification v1.1 In all reference designs, C6 is N.C.
I would like to know why this is the case?
I would also like to know why it is included...
Hello,
I am using nRF52832 DK for my project which is to receive data from arduino and send it to a smartphone using BLE. My issue is that i make nRF52832 to enter Bootloader...