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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hi,
I received my nRF9160 development board a week ago and tried to program it using the following guide:
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts...
Hello Everyone,
I'm currently developing a SoC and I would like to achieve a correct interaction between the SoC and the Nordic Nrf52832.
The output of the SoC is...
After a DFU, when the new firmware is booted a service changed indication is not being sent so iOS only sees the DFU service. Should the softdevice be sending the service...
Hi
We can't connect jlink to nRF52840,then we check the voltage of DEC pins, Is this correct?
And what's the function of DEC pins(DEC1\DEC2\DEC5)? The datasheet description...
Hi all
I have an identical problem to this: https://devzone.nordicsemi.com/f/nordic-q-a/51567/can-t-build-nrf-connect-project
All my setup is the same, and the problem...
I am trying to send multiple 64byte packets - in a loop - using app_usbd_hid_generic_in_report_set(). This together with the user event handler happens inside the same FreeRTOS...
NRF connect 2.1.0
OS: Ububtu 16.04
when I try to download linkmonitor I fet:
Unable to install: Unable to download registry.yarnpkg.com/pc-nrfconnect-linkmonitor . Got...
Hi all
Have been using the nRF52810 for a while now in production with no issues. We are developing a companion product that uses the nRF52811 and we cannot get the custom...
Hi I am using nrf51 SDK (version 10)
firmware:s110_nrf51_8.0.0_softdevice.
while uploading program in nrf51822 through J-segger I have getting following errors:
*...
Hi, nordic engineer:
Our project has a function, that is, BLE+Thread coexists. We hope that the mobile phone can upgrade the device through BLE. Can this idea be realized...
Hi everyone,
I am using nrf52832 with SDK version 11.0 for an IoT application. I am communicating with Atmel ATWINC 1500 module through SPI in order to connect to Wifi...
Hi,
I have a custom implemented DFU that I used in many nRF52832 designs.
This one in particular fails when I am calling nrf_fstorage_erase. I am trying to erase 40...
Dear all,
I am trying to work with FOTA. I am able to run successfully the http_application_update.
But now, I want the device to download a custom firmware that I...