Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
.\_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...