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...
I'm building a project for the nRF52832 using the NRF5-SDK version 14.0.0. I'm compiling using GCC 6.3.1 ( arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017...
Hello,
We are using the AWS library on a Thingy91 to enable FOTA. We have a working example where we store the bin file in S3 as instructed in the SDK documentation.
Now...
Hello, I am trying to use the Peripheral UART code with the nRF9160-DK. I followed this guide https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started...
Dear All, I was wondering if you could provide any examples or advice as to good practice techniques when using the Watchdog timer in a multi-threaded Zephyr application.
Hi all,
I'd appreciate some help on the following problem:
I'm trying to put a custom hardware into a low power sleep mode from which I want to wake up regularly. I’m...
Hello
I am doing a project need to implement firmware update from the application
and I reference bellow thread,
https://devzone.nordicsemi.com/f/nordic-q-a/68368/write...
Hi, I am trying to build the light switch server in the nRF for Mesh SDK, but I cannot generate the SES build files using cmake.
I am receiving the following error
CMake...
My central and peripheral are continuously connected at 1sec connection interval to conserve power on both devices.
When a button is pressed, I would like to exchange data...
I don't fully understand datasheet for LFXO.
17.4.3
CL_LFXO Load Capacitance = 12.5pF. Is this the recommended CL for external crystal?
RS_LXFO ESR = 100k. Is this the...
Hello everybody,
I'm developing a webapp that need to communicate with my BLE device, an nRF52 DK Board.
The firmware has some open and some encrypted characteristics...