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...
Hello! I wrote my own version of the bootloader for nFR52832. If I go into the loader, check the application and switch to its execution via nrf_bootloader_app_start (), then...
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_clock_init (referred from main.o). .\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_clock_lfclk_request...
I need to adjust the Flash and RAM to accommodate bootloader and Softdefice and read the tutorial at the link https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting...
- I reviewed Android-nRF-Mesh-Library code, and i saw this logic: first, it used Provisioing Service, when provisioning is completed, it disconnected with nrf board, and then...
Hi!
I'm developing code for Central device on nRF52840. SDK 16.0.0 SoftDevice S140.
Peripheral is a Bluetooth mini printer. I can connect to it and print. But when I try...
Does SoftDevice S113 use interrupt priority level 4, or a re the actual S113 interrupt priorities 0, 1 and 6?
As I understand it, this says S113 uses priority levels 0...
nrf connect sdk 1.4.0 and nrf9160 DK
I have made no changes whatsoever.. just opened the project, built using segger and flashed.. fails with "Connecting to google.com connect...
Hello everybody,
I just started using fStorage. When I examine the example, it starts from write address 0x3e000.
err_code = nrf_fstorage_write(&fstorage, 0x3e000, m_hello_world...
Hello
We are developing a unit, based on nRF9160.
In that design LTE switch QM12038 is used.
The manufacturer Qovro has stopped production, so now we are looking for...
I am using the nRF SPI Transaction Manager (nrf_spi_mngr.c) and the SPI transfer (nrf_spi_mngr_transfer_t) isn't performing as expected.
I expect the following code to result...
I'm working in Segger Embedded Studio and NRF52840-dk. The project is configured to work with External Toolchain -> Arm Gnu Embedded Toolchain (9 2020-q2-update).
I've imported...
Hi, I cannot find an SDK17 example for testing Bluetooth 5 extended range functionality. I have found an SDK15 example (after some searching), but surely it is worth including...
I am trying to set up communication between NRF52840 DK and Raspberry Pi 3 using CoAP example given in NRF SDK's IoT examples.
My configuration:
NRF52840 DK - IPv6 CoAP...
Hello,
I want to know how to set nRF9160 and use its flash. My code is to generate some data and I want to store the data in the flash. How can I set it?
And then I want...
Hi,
I have my application firmware developed in Zephyr RTOS. Now I would like to add NFC support. Please let me know how to integrate NFC in zephyr RTOS. Any sample would...