Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi.
I have a BLE peripheral app for the nRF51822. I'm using SDK 12.1.0 with SD 130 v2.0.1 and gcc. I'm implementing DFU OTA at the moment and I notice there are two builds...
Hi,
I have an old project running on nRF51822, with SoftDevice SDK v8 - S110 mode.
I'm trying to migrate the project to a nRF52832 with SoftDevice SDV v12 - S132 v3 mode...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Hello,
I am facing many communication error with code 1 when using the UART.
Everything is working fine until my client reads long characteristics (in my case it is about...
Hi
We're trying to get the BLE packet size using:-
uint32_t nrfErr;
uint8_t PacketSize;
ble_opt_t opt;
/* Get the extended length BLE option */
nrfErr = sd_ble_opt_get...
Problem:
We trigger HardFaults reproducibly. By manually unwinding the stack we have traced the source of the error back to the TIMER2_IRQHandler in Gazell.
We can see...
Hello,
I am using SDk 11.0.0 and I am trying to integrate the DFU from the heart rate example into the my code, which is based upon the BLE UART (NUS) example. When I run...
i want use s310 in nrf51422 v3 but i cant find it in sdk 12 and i find it in sdk v9 is this correct that ITS IN SDK 9 BUT ITS NOT IN SDK 12 ?
next q is when i use example...
Hi,
For now you propose the "nRF5 IoT SDK v0.9.0 " but mention about the IoT SoftDevice "This SoftDevice is a technology prototype only. Therefore, it should never be used...
Hi,
Our device is slave device with LCD displaying.We need to implement the function as below:
Within range of our slave device, if multiple master device like combined...
First let me explain what I mean by that question, I walked through chapter 17 and was under the impression that there's an "automatic" hardware package wrapper in place to...
In my case LEDs (N<10) would be animated (think pulsing).
My only concern is that the BLE core will limit the possibility to control the LEDs in real time, thus causing...
HI, all Nordic Developer
I know that the S130 soft-driver supports both functions concurrently.
But, I am trying to combine ble_app_beacon and ble_app_uart_c to perform...