Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
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...