I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
.\_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...
Hallo Nordic team,
We are developing our own product based on the nRF9160. The software we wrote must use ADC in order to measure battery voltage and things are working...