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,
to save power, our product negotiates a slow connection interval of around 1s (usually ended up being 960ms) when going into deep sleep.
when waking up the device...
Hi. We are checking compatibility between USB CDC driver and external host devices.
Examples of USB CDC of nrf52840 works fine only for PC with PUTTY program.
Using other...
Hello everyone,
We are using the nrf52840 Dev Kit (PCA10056 1.1.0 2019.19 683465548)
SDK Version: 15.3
OS: Fedora
When we are using the command line "make...
I am using TWI sensor example to read data from mpu6050. The program runs without error and showing expected values in watch window. In order to see the real time values i...
Hi, I'm using the nRF52840 Preview DK to get data from a digital microphone via a PDM interface. I'm using a clock frequency on 1.032 MHz to activate the microphone. The data...
Hi,
As discussed in this ticket we need a way to reduce the current consumption.
The LPN example doesn't solve this for us.
Our application is based on the light switch...
Hi, we have the latest Xcode installed on our new development Mac (up to date iOS too).
When we downloaded the iOS nRF toolbox from git hub today we get errors when compiling...
Hello Everyone,
I am looking for an Eddystone example. It should be used for an nrf52 with s132 SoftDevice (programming with nrf52 Prev Dev Kit).
Thanks for help
I'm struggling with how to properly identify an unprovisioned mesh device. Basically when i scan for unprovisioned devices from my iOS app, I'd like for only our devices to...
If I use sdk12.3 pca10040 S132
softdevice is s132_nrf52_3.0.0_softdevice.hex
How do I determine what version of Bluetooth it is?
In SDK or where the document has instructions...
Hi, I had download the nRF5_SDK_15.3.0_59ac345,but I couldn't find the softdevice S112 hex.(Nordic52\nRF52_SDK_Source\nRF5_SDK_15.3.0_59ac345\components\softdevice\s112\hex...
Hi ,
We have the following setup :
One nrf52840-dk acting as a multi-link central
One nrf52840-dk acting as a peripheral ( blinky app )
Both communicate well over...
I want to expand the Asset_Tracker example by adding the possibility to send data through UART2 to the controller and then to the nRF Cloud.
I am unable to find any document...