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,
Please check this code for BLE disconnection.When peripheral tries to disconnect from the central , it is disconnect successfully the first time but second time it...
Dear Sir or Madam,
We are currently trying to connect two nRF91 to the NRF Cloud service. We were able to activate the SIM card connected to the board, however, we were...
Hello,
I was having a lot of trouble with BLE_GATTC_EVT_TIMEOUT on the nRF51 and softdevice v2. But now I continue to have the same problems on an nRF52 with Softdevice...
Hello. Want a bit clarify some ESB protocol features on nrf52. As I understand 8 separate pipes allowed to use. So I can send separate payloads via every pipe. Here is some...
Hello,
I would like to use the serial port library with free RTOS. I read several threads that timeouts do not work when using free RTOS. So I tried to use the lib without...
Hi There,
I want to pair my nRF52840 BLE module with a laptop over the bluetooth, while, I cant able to connect it. Now il will explain the whole scenario.
I have downloaded...
I'm running Windows 10 and loaded pc-nrfconnect-ble-231-master from GitHub,
Per the README I npm installed windows-build-tools, then npm install.
I got some warnings about...
I am using nrf52832 dev board . I have used the example code of ble_app_beacon code . I am able to send my data through the beacon. But while using nrfconnect app, the scanning...
HI,
I've been using the Nordic Command Line Tools to do the following:
program an example hex file to the SoC
read the code, ram, and uicr registers and save to file...
Hello.
My question concerns UUID.
Exactly where does it come from?
Can I generate this UUID for my own application ( https://www.uuidgenerator.net/ ) or maybe it is...
Working on a migrating RF test firmware that was working on 52832 using SPI to AT86RF233(for 802.15.4). Was able to exercise PHY with that setup to send specific packet with...
Hello, Nordic!
I am wondering about PCB reference design for AoA multi antenna locator based on 52811.
Could you provide it before releasing software supporting this functionality...
Hi. I looked through all the examples in the 15.20 and 15.30 SDK and could not find even one project for SES with it's new linker as an example. all the examples use the old...
To be able to SMS we need the SMSC number stored in the SIM card.
I did not find an AT command to read this, so I gues we need to use the +CSIM or +CRSM?
Regards,
F...
I am using nrf52832 for button less DFU. DFU is working fine when CONFIG_NFCT_PINS_AS_GPIOS is not added in applicaton. When added seems like code is getting reset at bootloader...