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...
I am in pre production with the nRF52840. My customers have access to the micro USB port on the device. I want them to be able to define a string for the nRF5 transmitted...
I am using nRF51, SD 130 1.0 and SDK 10.0.0. I have 11 buttons connected to nRF. Currently it only works for up to 4 buttons (APP_TIMER_OP_QUEUE_SIZE is 4, but I'm not sure...
Hi,
i am working on spi master example in nrf52832, when clock is set to 8MHz, clk signal output at the nrf52 pin is more like triangle wave.
is there any way to set pin...
Hi,
At the moment, my current location does not have an NB-IoT network for the nRF9160 DK to attach to. This means that the device is unable to activate PSM mode (which...
Working with SDK 15 on an nRF52832:
I have a peripheral applicatin where I'm computing the value of a BLE read on the fly.
Currently I do that by:
Setting up a BLE...
Dear dev community,
I've got a very simple question: How can I see the subscription and publishing addresses list in any mesh node for any model?
Thank you!
Regards...
Hi I am developing a custom PCB for the nrf51822 chip. I heard the nrf51822 chips do not come with preloaded firmware or bootloader. Do I need to also flash the bootloader...
Base on nRF5_SDK_15.3.0_59ac345 for NRF52810, I wrote the following codes,
Use nrf_drv_uart_tx to send data is successful, and NRF_DRV_UART_EVT_TX_DONE occur normally...
Hi All,
I am interested in designing my own Bluetooth beacon (Several of them, about 10) and connect it to a computer and read sensor data from those beacons (For example...
Dear Nordic:
Hi,i install nRF Studio <nrfgostudio_win-64_1.21.2_installer.msi>, and i want to erase NRF52840 flash,but when i click on "nRF5x_Programming",i cannot get...
Hi guys! I feel really excited about working with Nordic Semiconductors, but I have a problem with PWM driver.
Do you know how to support 13 independent devices that will...
Hello,
I was looking into the nRF5280 and was going to purchase it. But I had some questions that were not cleared up in the data sheets. It seems that a battery or a power...
Hello Everyone,
I have been using nrf52840 DK for several weeks. However I find it very difficult to understand the source code. I have experience only using arduino programming...
I've been attempting to use PSM but got an error.
I've already checked the post below. I download the project file and fixed a bit.
https://devzone.nordicsemi.com/nordic...
Hello .
I am looking for a way to pass the calendar time from the PC by the emulator to the MCU on first run.
I am using Segger Embedded studio 4.12
Is there a function...