Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
I have a PCA10040 working with the mesh sdk.v1.0.0 serial example. I can do an Echo via the Python interactive_syaci and get a back a response. I have seen the documentation...
Hi Nordic
I am running ble and ANT + bsc code on our custom board. However, since the sd_softdevice_enable function does not return, I asked the question once. devzone.nordicsemi...
hi i am using nrf52832 soc with sdk14.2.0 ble_central_multi-link example with soft-device s132v5.0
i want to know that is that any way to set connection handle number can...
hi,
i am using nrf52832 mcu with sdk 14.2.0 and with softdevice s132v5.0.0 with ble_app_multilink_central example to connect with nordic thingy 52 as ble peripheral to...
Hi,
I noticed you have added C13 and C14 (12pF) caps. However, they are not visible on Infocenter's reference circuitry. What are these caps for and why they should be...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
Hello,
I want to add NUS service on the SDK_14.1.0_1 example called "ble_app_hrs_rscs_relay".
I added
uint32_t nus_err_code;
ble_nus_init_t nus_init;
memset(&nus_init...
Here: devzone.nordicsemi.com/.../group__ble__api.html
Choose to simply not keep track of available buffers at all, and instead handle the BLE_ERROR_NO_TX_BUFFERS error...
We plan on using 4 to 5 timers on our project. Each timer has different timer intervals (Example 1 minute, 50 ms, 300 ms etc)
We are trying to use 2 Timer instances and...
Hello,
I am working on example
nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c
pca10040\s132\arm5_no_packs/ble_app_uart_c_pca10040_s132...
Hello, I would like to know if there is any way to avoid bootloader start in secureDFU firmware transfer. All the checks on init file and control point are on the application...
My DFU is staying in the bootloader, even after successful download of the application package.
I have modified the secure bootloader for my custom PCB (removed the GPIO...
Hi,
I'm trying to get OpenOCD flashing to work on Windows using the FTDI 2232H adapter and an NRF52 target. I found this site:
https://www.allaboutcircuits.com/technical...
Hello,
I am trying to read multiple registers from a slave of i2c.
The values that I capture are the first value repeated in all the buffer.
The number of readed reg...
Hi,
I would like to use ping pong mechanism to prevent faulty application update on nRF52840. Is there a way to build a single image to run at 2 different addresses? How...