I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello,
We have problem BLE connecting to the nRF52832, if we use the method gap_init(), the "better" smartphones can connect(those who support BT 4.2). If we skip the gatt_init...
Hi,
I'm trying to program an external NRF52832 board with the NRF52-DK, per the instructions in this post .
Programming works fine, but the code doesn't execute after...
Hi,
I'm trying to do DFU in my app, I almost complete it, I met a problem that my app flashed back when I sent 04 to the device.According to the DFU doc,after uploading firmware...
Hi,
I'm using the ADC of nRF52832 on nRF5 SDK V12.2. The setting as attachment. I found that it just do sample one time. But I have use timer to call nrf_drv_saadc_sample...
The scenario like this:
A is BLE peripheral with firmware (ble_app_uart under nRF_SDK_13.0.0_04a0bfd), if no filter,any central can cenncet to it, but I just want B can cennect...
Dear all,
Help please,
I'm evaluating ble_app_uart (Central/Peripheral) but I don't understand how to disable the echo I have on the RTT USB VCP
When I send data from...
I am using 3 nrf52 DKs with S132 and SDK13 to try and implement a combination of the multilink and UART examples. I started with the ble_app_uart_c example and added the relevant...
Hello! I try to use three modules with chip nRF24L01 to syncronize two slave devices by one master device without wires. Required accuracy is about 10 nanoseconds. My idea...
We have an external interrupt every 4ms that collects one 24-bit sample from an analog front end via SPI. After Collecting 6 samples (18 bytes) we send a notification with...
We are obtaining a license from bluetooth SIG to import to the States Bluetooth smart trackers we bought from China. They are made using nRF51x22. How can we find the Controller...
Hello Guys,
I'm working in a project and I wanna turn off the radio "ble" and go to sleep, deep sleep to save the power, the current consumption while it's connected is...
I want to use the Launch App message as well as the Text Record Message together, so that when my app is launched, I can also access the message that will give me something...
Hello Fellow developer,
I go a BLE product that is linked to an Android and iOS APP.
The main use case of the product is to be used without touching the phone (while...
We plan to use a nrf51 board which has a button that can switch the ble mode between the master mode and slave mode . Is this plan feasible? Thank you!
Hello, I'm new with the nRF51-DK-Board .
At the moment I test the hid keyboard example. The connection with Android and Windows works fine, but with my MacBook it don't:...