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...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
Background : We developing lighting product and planning to use nRF52833 module and we planning to use the latest SDK version that is nRF5 SDK for Mesh v5.0.0. First step...
Hi,
We're doing some testing of mesh protocols and their latencies using the nRF5340 DK. We want to isolate the wireless communication from interference as much as possible...
Our project uses nRF Connect SDK v1.5.0. Two main developers work with the files in very different environments.
I am not sure if this was an accident of initial development...
Hi,
I am currently running a custom bootloader I found that updates via SPI. I have 2 nrf52840 DKs that are programmed as an SPI master and a SPI bootloader. I have been...
After developing with an nRF52 832 DK (pca10040), our code builds and runs fine. But when we try to use the same code on the nRF52840 dongle it does'nt work. We added flashing...
periodic_adv sample is not working with nrf5340dk_nrf5340_cpuapp
it is working for nrf52840dk_nrf52840 after adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf
Here is the log...
My problem is the that on some devices the ScanResult.getDevice() or ScanResult.getScanResult() both return null on some devices but works fine on most.
This is probably...
Hi folks,
I want to calculate the timestamp for which my thingy 52 board was scanning from another thingy 52(may be more than one board). Is there any technique to get the...
I am confirming ADC sampling 420Hz operation by following question.
https://devzone.nordicsemi.com/f/nordic-q-a/69096/1khz-or-more-adc-sampling-rate-over-ble
The source...
Hello,
I am using the nrf9160DK and I am implementing on zephyr.
For my application I need to write to an external flash memory through I2C. I need to write one page at...
Hello
We are using the NINA-B1 on one of our products.
The phone application is working 100% and was very easy to setup.
Till we came to connect our frontend to...
Hi:
we set p21 as Hardware Reset Pin by config UICR.PSELRESET[0] = UICR. PSELRESET[0] = 21
when we use these code to check halt state, but always get DBG_HCSR zero value...
Hello,
I am attempting to install the nRF Connect SDK v1.5 on a Mac Mini with Mac OS 11 with Apple M1 Silicon per the instructions:
https://developer.nordicsemi.com/nRF_Connect_SDK...
We are using the Nordic fork of Zephyr on nRF5340.
Looking at the serial interface peripherals (SPI/I2C/UART), we understand that these have shared resources and only one...