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.
...
After S110 7.1 ble_stack_init(), any read/write to temperature register cause a HardFault.
Some sentences like:
nrf_temp_init();
NRF_TEMP->TASKS_START = 1;
...
Hi --
I am using the ble_peripheral/ble_app_hrs example project. And if I try to update the vs_uuid_count param to 2. It proceeds to fail the softdevice_enable with error...
Hello,
I'm currently looking into the secure bootloader from the 12.2.0 SDK, and wondering if there is some example code regarding implementing a uart transport?
I use the software S110 v8.00,and the NRF51822QFAA chip.
now ,I need add DFU Service support to an application.
I find the ble_peripheral\ble_app_hrs\pca10028\s110_with_dfu...
What's the best way to debug an application that is not starting after an OTA DFU update. The app said the update was successful but nothing booted and it didn't even seem...
I find the dfu sdk for ios in github ,but I only find the swift pods, did`t find the code for objective-c.
Did someone have ? Please share to me, Thank you !
Hi,
when developing I often use Google search to find documentation. I prefer using external search engines, since this includes results from StackOverflow and similar sites...
Hello I'm trying to setup i2c/twi communication between nrf52832 with oled driver SH1107 but i need to do it in hardware instead of software but on the register level.
...
Hello,
My setup is as such.
I use SPIM1 and SPIM2 all the time. SPIM1 goes to a set of MEMs devices, and SPIM2 is dedicated to a Memory module.
My device runs in of...
20170119_104909.jpg
I'm working with a ble open source.
Here i attached the captured abnormal case of the connection update
Request PDU from the slave. Please refer to...
Hi
I ordered Nrf52832 DK board instead of ordering nrf52840 Preview DK. I need to test bluetooth 5 stack,range ,bandwidth and through output.
Is the nrf52832 will support...
Recently I am working on a project transmitting and receiving data directly using RADIO block. The examples provided in the SDK folder use block wait which isn't the best...
I'm having alot of issues testing the PCA10031 running the MasterEmulator ProxmityDemo Example. It will open the port fine to the dongle, but always fails to Start Discovery...