Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I'm trying to use the pstorage on a central device.
An event of BLE_GAP_EVT_ADV_REPORT is called by discovering some ble devices while a central device is scanning...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. My application uses the watchdog timer. I...
Hi,
I'm developing an Android application that uses Android DFU Library and I want to set the number of packets that are sent every notification interval to 1. I couldn...
On the BMD200 evaluation kit ( www.rigado.com/.../) using the nrf58001:
--> UART TX (pin P0.09) works - confirmed with logic analyzer and Serial Port Terminal on the PC...
We are operating on nRF51822 QFAC with S130 SD. We have a functionality where the device switches between scanning and advertising. Strangely we have observed that after few...
Hi,
When i read the ble_peripheral sample of the SDK, i have a question below.
If my peripheral is connecting a central, then i use function sd_ble_gap_disconnect() to disconnect...
Hi,
The established time tick source for FreeRTOS is RTC1 via the APP_TIMER module. I am trying to shift the basis of the APP_TIMER from RTC1 to TIMER2, so that I can use...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Hi,
I have an nRF52 dev board (PCA10040). I have been using this board for measuring current. I am using the Keil tools.
Yesterday I made a change to main.c in the ...
Hello,
I am working on S120 v2.1.0 and SDK 9.0 for central and I am able to connect to my iPad. Now I need the central to delete the bonding information stored using pstorage...
Hi All,
I am wondering if I could upgrade from S110 to S130 over the air.
What I see in the S110 and S130 hex file is that the MBR is different. Not many bytes but it...
I see that there is a 1.2 Volt VBG reference available for the ADC but that reference doesn't seem to be available for the low power comparator. Is there any undocumented...
I'm developing a central providing NUS client services to multiple concurrent peripherals. I had code working reliably under SDK 9.0.0 based on the NUS client example in github...
Hi, we looked at your BOM for matching components in your file:
www.nordicsemi.com/.../15787782
for QFAC variant of the IC. You use LQP15MN27NG02D as 27nH inductor which...
Hello guys,
I am using this repo to update my device's firmware but after the update is complete, the iPhone cannot find the correct devices services anymore.
To detail...