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.
...
Hello, i have been unable to read data from my sensor.
uint8_t SPI_ReadByte(uint8_t RegAddress) { ret_code_t retCode = NRF_SUCCESS; //start reading sequence m_tx_buf[0...
The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.
Using the at_client sample, or other software like asset_tracker...
Hi, I am using nRF52 DK with s112 and SDK V15.2.0. I have written an application based off of the uart example, and expanded it rather substantially to use the SAADC and read...
Hi,
I'm trying to create my switch_event by using Event Manager.
And I got this issue: "undefined reference to `__event_type_switch_event' " when submitting my event:...
Windows 10, Segger V4.52c, S132, SDK 15.2.0, nRF52832
I've been through a few posts talking about needing more RAM allocated to the SoftDevice when other services are added...
Is it possible to generate a DFU package for both bootloader-only and fully-programmed (bootloader, softdevice, and app) chips? I'm unable to do so for an nrf52833 using nrfutil...
Converting old code for a nRF51822 to the new SDK(15.3.0) for an nRF52832, this error happens:
#error "Compiler generates FPU instructions for a device without an FPU (check...
Hi all,
After wasting so much time trying to set up simple peripheral device whitelisting single central device, I realised that API has been updated and those old examples...
Hi all,
Can I read the chip ID of NRF24LE1 in code? how can I get the ID?
Or is there any readable identifier that make each chip "unique" from each other? Because the...
My team is developing a bike power meter, so we are looking to shrink our PCB design as much as possible. We are directly measuring force using an array of strain gauges....
I am trying to run the example of generating a random string from MBEDTLS website , below is my code , before running this code I have done the following changes.
Set MBEDTLS_CONFIG_FILE...
I have the problem to dfu nrf52833 over usb for a long time, I first have the problem cannot flash when start from a S140 BLE DFU example code, https://devzone.nordicsemi...