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 duty-cycling the radio, so I listen with a timeout and then power off the radio (or transmit) if no packets were received. Currently I am ignoring the address event from...
Hi,
I have programmed s212 soft device onto to NRF52 DK and also programmed ant_broadcast\tx application onto the NRF52 DK. The LED is glowing to indicate that TX is happening...
What is the maximum input voltage for the ADC on the NRF52. I found answer for the NRF51 but nothing definitive on the NRF52.
I have a photocell (or LDR) to sense light ...
Hello,
I am trying to make a basic uart communication between my nordic NRF52 dev board (PCA10040, s132) and my STM32f429ZIT6 discovery board.
NRF52 : I used the example...
Dear Sir,
I and new of development nRF51(256K/16K), I read some sdk docs, but need further information and help.
Would like to save some application information...
Hi,
I'm trying to use the same timeout_handler for two different timers. I use the p_context (as explained here ) to pass a flag to the timeout handler, so that he knows...
At the start of programm, I create a timer_id used the follow code:
app_timer_create(&m_sec_req_timer_id,APP_TIMER_MODE_SINGLE_SHOT,sec_req_timeout_handler);
when the...
Hi, I started using the nRF51422 kit today. Downloaded nRFgo Studio, Master Control Panel, nRF Connect, BLE Sniffer, Wireshark 1.10 (after figuring out that you don't support...
Hai
i am planning to make an iot project with ble for my academics. I am using arduino to control the ble.
I was done a test with blend micro to know its maximum range...
Hello I would like to use more dongles with pc-ble-driver-py. For example I want to create multiple advertisers and test that my DUT would see multiple advertisers. I tried...
Hi all,
I was looking into using a PWM for LED dimming, and in an attempt to smooth out transitions between light states, I found that there was visible flicker as the...
Hi
I want to ask what the this define
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \
.rc_ctiv = 0, \
.rc_temp_ctiv = 0, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM...
Our code is 21k excluding soft-device,as per the example 15k should be the max size limit of code to update FOTA. Is it possible to make changes in DFU bootloader so that...
I read the doc of nRF51, so many reference pic.
Can anybody have make a summary of it
I think Decentralized understanding is difficult.
If we can read all of it in...
Hi,
I am driving 8 RGB LEDs directly from 51822, meaning there are 24 individual LEDs sinking current into the chip. The LED are off or partially on most of the time, but...