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, I'm unable to compile my project, the compiler says:
I know there is a similar question here but the answer did not help me. I have
in my INC_FOLDERS in Makefile...
Hi there,
I know you guys are very busy and I appreciate your quick response on Devzone.
I'd like to make a request for a more polished example of Buttonless DFU using...
Hi I am using nRF52832. I want to use Real time counter of this chip for time keeping just like external RTC. Can you tell how much drift my system will get in time ? We are...
Currently, if I want to update the advertising data, firstly, I use sd_ble_gap_adv_stop , then update the advertising data with ble_advdata_service_data_t , then advertising_init...
Good evening, I try to add SoftDevice S140 to the spis_pca10056 project but I got multiple error ... I already fixed a lot but I don't get to fix the errors that stay ......
Hello. I compiled with gcc a static library which consists nrf hardware drivers . Now other person from project want to use it in SEGGER IDE as it is now supported by nordic...
I created the scanner using nrf52832 as central.
When I advertise on the iPhone, I know that when I run the application in the background, I get data overflow servicee...
Hi,
Our enviornment is CPU: nRF52832, SoftDevice : S132 v2.0.1, SDK : nRF5 SDK v11.0.0 and using Peer Manager to make pairing.
We are near to Mass Production phase and...
Hi All,
I'm trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I've been referencing the HRS...
I examine the Logger Module implementation a little and find out that the only way to get a character from UART is via the NRF_LOG_GETCHAR() macro, which is blocking.
I...
I was just wondering if theres plans to migrate the PPK software to be an app in the NRFConnect tool. I love the NRFConnect tool and I wasnt able to get the PPK software running...
Dear sir,
Sir I want to send some data(characters) over ble using 52832 on android phone. I gone through ble_app_uart. if I put my data in this function ble_nus_string_send...
I am unable to get the FatFs example working for my nRF52840 dev kit board using the latest SDK14.2. I have determined this is related to the type of SD Card that is inserted...
Hi DevZone,
Regarding example: \examples\peripheral\spi_master_using_nrf_spi_mngr, can I ask several questions?
1. I want to modify this code for receive the response...