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 :...
Hi,
I'm trying to use the command "mlme_start_req" to setup the device as a pan coordinator to send beacons to the others devices in the network, but after submit the command...
Hello,
In my application, a peripheral will be connected to many central devices, and the application includes buttonless dfu service.
It needs pairing (encrypted connection...
Hi,
I have a device with nRF52832 and firmware is composed of Bootloader (BL), softdevice (SD) S132 v2.0.0, application and I am using SDK 11.0.
I have created different...
Currently, we are trying to have the nRF51 chip working with a type of capacitive pressure sensor. We did quite a lot of work on searching proper circuits of reading the capacitance...
I have 2 board nrf52840 DK, I now I want to send file ( 1~2 Mbyte) from board_1 to board_2 without use UART. where can I get example to do that ?
PS: I also need example...
I've merged the experimental_ble_queued writes sample code into my project and am testing the long write characteristic with nrfConnect from an Android phone. I get no errors...
Hi,
I am trying to figure out the reboot reason on an NRF52 in order to solve it in the best way.
We have a design with a dual supply 3.6V/5V going through a 3V LDO...
Hello,
i have a BLE Peripheral that has a service that we use to simulate UART over BLE. Very similar to the nRF UART. I consider the time to establish a link that allows...
Hi all,
I am trying to save an UART variable I am receiving. My case is very similar to the example Flash Write Example, but I would write few bytes instead of the whole...
Hello!
I have to sample audio signal from a microphone (MAX 9814 adafruit) with the nrf52 board. I use the saadc and then I perform a FFT of the data using the sdk 13 examples...
I implemented my profile based on GLS example. my profile has five services and every services have several characteristics. Pairing with several smartphone work properly...
hi,
I would like to use pwm to output the 1HZ waveform to drive the motor, but when I set the frequency to be 1HZ, I can not find the device and cause 51822 to reset.
This...
Hello, I'm working with the NRF6310 Motherboard and play with it a little with SDK 6.1, but i want to create profiles with the Bluetooth Developer Studio, so I started using...