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 :...
im very new to ble, i wanna use the notification feature but i cant tell how to do that.
i searched some question but havnt found anything straight forward. maybe idk what...
I have a question most like devzone.nordicsemi.com/.../
And my configure is
FS_REGISTER_CFG(fs_config_t fs_config) =
{
.callback = fs_evt_handler, // Function for...
I'm still learning about whitelisting, advertising, ect. My project originated as a copy of the ble_hrs example provided by nordic. I wanted to add the ble_cts_c service client...
Hello all,
I am getting the error while programming soft device on nrf52840 dk using nrfgo studio it says "no device detected or readback protection may be set" please...
Hello,
I need some clarifications about external crystals for nRF52832.
We are evaluating a prototype system with two units A and B each containing an nRF52832.
A and...
Hi,
I'm having some trouble using the UART protocol (4800 8N1) communicating with a GPS device.
It happen that the nRF51 device is not getting an interrupt (nothing...
So I've got the DFU on SDK 12.3 working and it transfers my application .zip package. I see from the RTT logs that it validates the image, but its not starting up the Application...
I am using a nrf52 DK and running the IOT Cloud CoAP Client example in the SDK. I need to run multiple functions periodically, and I need to be able to change the periods...
Calling twi_master_clear_bus() always returns bus_clear = FALSE. The IF statement is always FALSE even though both SDA and SCL measure high. All 18 SCL's occur in the ELSE...
Hi everyone, I was wondering if it is possible to change clock frequency on n52832 manually. Datasheet (from n52832) says that it is automated distributed but do you know...
I have used online fds example code to store and read values from flash. I can store the data without any problem. I am storing static uint8_t array[8] = {1,2,3,4,5,6,7,8...
Hi,
3 years ago I buy the EK nrf51822. In this kit I have a card PCA10001 V2.1 and a dongle PCA10000 V2.1.
I would like to work on it today.
So i follow our quick start...
Hi there,
I'm trying to deploy mesh v0.9.1 alpha on my board, I've already run lightcontrol server and client on my nRF 52 DK, they work well.
Then I flash S130 v2.0.1 and...
Hello,
I've been using UART DFU feature quite extensively in one project which caused that I had to stick to SDK11 features (since bootloader relied on SD 132 2.0.0). ...