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.
...
To the kind attention of Nordic support team,
1) I was wondering if it could make sense to connect two nRF52840 boards (transmitting normal bluetooth RF signals) directly...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hello, im using the ble blinky example and i want to send more information in the advertising paket. This example sends only the device name, flags and advertising address...
Hey All,
I'm trying to write to a sever's characteristic directly after I discover it (meaning, the db discovery is still active, and there's a characteristic that still...
Hello,
We were just wondering if it is possible to give user-defined function at the PPI TEP instead of starting timer or generating some GPIOTE task.
Is it possible to...
Hi,
We have a third party active power analyzer which cannot be kept in only current measuring mode. It always provide supply of 3.3 to 5V.
The DK configurations we...
Hi All,
I have up to 8 nRF52832 devices sending data back to a base unit (another nRF52832 device.) What I'm trying to do is have the remote units wakeup at a given time...
I have some questions about FSM,when I enter fsm_init() to perform fsm_any_state_find(fsm_t * p_fsm) completely in mesh_lpn_init() during debug mode by "step into",the small...
Can you please help i use ble _ nus and after few message i need to change uart baudrate. I cloes uart then init uart with new baudrate parameter but everytime MCU goes to...
Hello Nordic team
I am working on nRF52832 dev board. SDK v-15.2.
My questions are following:
1) How much current consume if we use GPIOTE to register one pin interrupt...
Hello everyone! My team and I would like to port the SDK examples to the Arduino IDE, but we have found that the Arduino IDE does not know what board is being used. We think...
I want to use several GPIOs for different purposes.
for example, - motion detection interrupt by accelerometer - low battery alert interrupt by battery gauge.
However...
I am new to the NRF52840-DK. To burn the program into the kit, I have lots of tries to install nrfGo studio but it gives me the "no board detected readback protection" error...
Hi,
I am using my nRF52832 DK as a sniffer.
I am sniffing a BLE communication between a BLE door lock with a cellphone App.
I can see the device advertises continuously...