Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...