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 using NRF Sniffer firmware 1.0.1 but I need to reduce the baud rate to 115200
Is there any way I can do this?
Does it supports changing baudrate?
I want to set up a thread network in the house and control the devices nrf52 (bulb,fan,tv,read temperature) from anywhere in the world using the internet(web app,cloud)?
...
I heard that NRF51 familey is becoming obsolete and the NRF52 replaces tham is it true because we have a product the uses NRF511822 and we want to make another product using...
I am working with a nRF8001 for a project with an attached STM32F401RE MCU.
We do realize the nRF8001 is nearing end of life, but, we have created a product that will have...
> This is highlight of difference
> between #nrf52840 & #nRF52832.
>
> #nRF52840 has additional feature of ARM CryptoCell.
>
> Is this make #nRF52840 more secure for...
Hello,
Is there a DFU android/IOS library version for my custom app made on C++ available ? I need to implement my own DFU on both android and IOS.
I'm developping with...
Hi
I have made beacon using nrf52 dk
when i measuring power consumption after upoading firmware without removing power it minimum power consumption is 12ua when not...
Hi,
I’m currently trying to design my own pcb based on nRF52 Development Board. I went through a number of pcb files and all of them are associated withnrf52832 without...
i use the keyboard project, bond and pair the iphone7(ios11.2), the iphone display is connected,ok, then i reset the keyboard and erase bonds, the iphone display disconnected...
Hi Dev Zone,
I am attempting to flash a blink led app, based on Zephyr (nrf52_pca10040), to the primo core (contains Nrf52832), through Jlink debugger on a Linux machine...
At what voltage should DCDC be manually turned off for a nRF52832 ?
This thread for nRF51 says:
You must manually disable the DCDC when supply voltage goes below...
Hello,
I followed the steps mentionned in this blog
I did all the required step but I'm still seeing the same behavior.
below is my setup :
I'm using nRF52840 and...
Hi folks,
We got a weird behaviour with our nrf51822(SDK 12.2.0, s130) device. we have built a low power application with following parameters:
MIN_CONN_INTERVAL...
I have tried to understand how data was send from two BLE device. I have had 2 PCA10056 board and I have loaded ble_app_blinky example and ble_app_blinky_c example for each...