I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
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...