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 am interested in the nRF52811 direction finding capability. In particular, whether its feasible to develop direction findings through a single beacon to receiver configuration...
I am having issues with implementing long-press button action along with normal button press on the same button using the nrf52_sdk_thread on nrf52840.
When I implement...
When mesh_config_clear() is called with a setup containing a file strategy MESH_CONFIG_STRATEGY_ON_POWER_DOWN and an entry in that file has been changed but not yet written...
Hi
I am working on Mesh using light switch example,
1. Wants to relay the ON/OFF message to other server.
2. And send mesh message from server to all node in mesh network...
Hello,
I have program w/o using softdevice to drive an LED driver using I2C. I was able to get this to work very well with out a softdevice, however once I loaded a soft...
Based on nRF5_SDK_15.3.0_59ac345 for nRF52810 application,
a. With s112_nrf52_6.1.1_softdevice.hex and app.hex, it works normally b. Add bootloader, fds_init function will...
On custom nRF51422 hardware with S110, I eventually found that after 3 minutes the advertising timeout turns off the system.
I reproduced it by using the nRF SDK v9 project...
Hello Nordic Support!
I will ask you a question.
Soon it will be mass production from prototype development. I built with MDK-ARM and wrote code with J-LINK +...
in my circuit, it takes 17ms for VCC_NRF to go up from 0 to 1.7V and reach 3.0V, but nRESET PIN does NOT to go up to VCC_NRF.
what is the potential cause of this problem...
Hi all,
I'm working with a chip that is not really i2c compliant and requires us to not send a STOP at the end of an i2c read/write (I know super crappy but that's all I...
Hi to all, i am developing an app with nrf52840 and i want to use cc310 backend to generate ecc public/private key pair. after adding some files and enabling cc310 backend...
Hello,
I am using a development board pro nrf52840 mini from Sparkfun.
I'm trying to use the TWI peripheral on nrf52840 to communicate with an external device (another...
Hello! I'm using nRF5_SDK_15.0.0_a53641a to programm my Nordic NRF52832 with Segger Embedded Studio. I'm trying to increase the BLE Tx power to 4dBm. At the moment I've tried...
1.How do I use TWI \ TWIM Read\Write in blocking mode ?
I am facing an issues with my nrf52840 based design, where I issue consecutive TWI write\read .
I am monitoring...