to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
.\_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...