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,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...
Based on mesh3.1 sdk15.2 Can I add DFU service to light switch server? Used to upgrade firmware via APP nrf Connect? I added a dfu service to the light switch server with...
Hello,
I wrote the code for HT1632 using SPI Protocol
while debugging when it comes to below function it will stop debugging
HT1632_5X21_init( LED_MAX_DISPLAY_X, LED_MAX_DISPLAY_Y...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Currently with one device...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I am using FDS module to write into Flash. I...
Hi there,
I' d like to develope dfu by receiving byte stream (mimeType) over USB or UART
I am almost newbie for developing dfu.
I already checked dfu over ble and...
Dear Nordic,
I try to compile the Keil project inside the thingysdkv210.zip file but it does NOT work.
I use Keil uVision V5.24.2.0 on Windosw 8.1.
There are so many...
Hi,
the evalboard seems successfully implementing the command start_rx_sweep by placing the receiver in the sweep mode.
infocenter.nordicsemi.com/.../nrf_radio_test_example...
Hi,
I am trying to connect with nRF9160-DK to our local network. After first restart of the device I was able to connet to the network, but straight after that Asset Tracker...
Hey, I am trying to incorporate an app timer using the app timer function already on the code in the central and peripheral examples of the SDK for the UART examples. Specifically...
Hi Nordic,
I have old NRF52832 product which is developed by SDK11.0. The bootloader start address was set to 0x79000. Now We want to upgrade the it firmware by using...
Hi,
i'm using BLE MESH 3.0 Light Switch Example code. i want to send Light on-Off command every 2 second Timer base instead of Button press.
i got an error below.
Hi,
I am trying to develop the interactive_pyaci serial interface so that it can restore itself once it has been closed.
To do so it would be useful, once the db is loaded...
Hi,
Current github repo of IOS-nRF-Toolbox doesn't support X-code 10.2. Is there an update coming or is there a work around so that we can build app for ble-uart application...