Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
I am trying to do dfu in nrf52832..i made a zip file containing (app+bl and sd).the size of zip packet is 530 kb but the application space in nrf52 is only 328 kb..while...
Hi, I want to add PPP protocol to the Zephyr mqtt_azure example. I am using an nRF52840-DK with a Quectel BG-96 Modem. The generic Zephyr gsm_modem example using PPP is working...
Hi, I am using nrf52840 with S140 Soft device and SDK for Thread v4.1. In our test setup we got around 50 FTD devices in the same network. In some time interval we need to...
We are trying to connect the nrf9160 to a spi flash device. we have a custom board with the following pins connected:
sck: 27
mosi: 28
miso: 30
cs: 29
wp: 31
reset...
I would like to use the CC310's SRP accelerator with an application that uses S140. The uC in question is nRF52840.
I have added this code to the ble_app_blinky example...
Hi,
As per nRF52840 datasheet, the accuracy of internal temperature sensor is ±5°C. We want our device to be operational between 5 °C to 40 °C.
When we tested this extreme...
Hi,
I want to use the Zephyr network stack with its libraries on the nRF9160.
I tried to use the Zephyr tcp functions with the Zephyr network shell commands (eg. shell...
Hi Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports Dual Bank DFU. This limits...
Hi Team,
We are using the nRF52840 for our development purpose. For sake Cyber security purpose we need to disable the Jtag debug port.
For this we have used the below...
Hi Team,
We have seen 10 instances in past 2 months where customer mobile phones failed to discover BLE device. This has happened 8 times with Moto G7 power (Android) and...
We have a module based on the nRF52840, today we loaded the pre-compiled hex file for the BLE DTM code to 2 nRF52840-based modules and noticed when using the nRF connect DTM...
Hi !
I want to whiten the BLE Advertising data(channel 37,38,39), but I don't know how to do it.
I tried many things, but nothing worked.I'm on 52832 platform Flash_S132_NRF52_7...
Hello,
I have got three nRF52840 Dongles to test Bluetooth mesh. I have been going through the devzone queries and found that many people have previously asked about SDK...
Hello,
I am using the nRF52832 with the s132 SoftDevice. I've been trying to interface the VL53L0X sensor to get ToF readings. I'm using the code of this driver . When calling...