IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
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 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...
I have OSX Sierra, VMWare Fusion and Windows 7 available.
I do Arduino (Teensy) dev, staying on the OSX side.
I want to use the nrf52 chip as a MIDI over BLE conduit ...
Hello,
I have a PCB with a NRF52 powered by batteries. We need to be able to plug the batteries, then program the device and never remove the batteries.
We noticed, that...