I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hello Sir,
I will use Nordic nRF52 series(832 or 840) to develop smart bluetooth device. As I need to store mp3 audio files in external flash and then will play mp3 audio...
Hi,
In our use case we act as a peripheral and a phone is connected. We transmit lots of data using a protocol on top of the Nordic UART Service. All data is sent using...
Hi,
I have two questions as below. Thank you.
1. Oversampling + burst mode only can use on one channel, can't support two or more channel. Is it right?
2. If Q1's answer...
HI,
We have developed our product with nRF52805 chip using its reference design (Dongle).
Can i use QDID ( 138610) for my end product certification for Bluetooth SIG?...
Hello,
for some days now, my modem is unable to connect to the network, it gets stuck in searching and i don't know why?. I am using an eSIM card from iBasis and i am trying...
I'm starting a new project and are looking for a way to sync data and events between threads.
I have found the event manager and Zephyr FIFO, Queues etc.
I can't see any...
I'm using <TWI Scanner> example on nRF52 DK to find my sensor's address.
According to the sensor datasheet, the sensor's address is 0x21. However, < TWI Scanner > finds...
Hi!
I'm having several problems with skywire nano modules and its development kit, I'm working with three different skywire nano modules (version A x2 and version C). And...
Hi Support team,
I installed the nRF connect sdk & trying to compile the HCI UART project for nrf52840DK, But stuck with some errors.
When I select Build configuration...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I have a question about the maximum number of characteristics. I searched DevZone for the same question...
Hello!
I've just updated from v3.7.0 to v3.8.0.
Devices discovering seems to not operate. (two nRF52840 dongles are plugged in).
Programmer 2.0.0 output looks like...
Dear Ladies and Gentlemen,
I am trying to get a DPS310 pressure sensor to work via SPI. As I use I2C for other purposes, I chose SPI1 channel. The given SPI example in SDK...