Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi all,
I took the example SPI program and I am trying to add UART code to it to debug the SPI transfers. Both examples are working well for me separately. I was able to...
I am working one one star network system with NRF24L01+. I got success with one pair (Single TX and Single RX) on communicating. But I could not get any positive result for...
Hi,
I'm working with an SPI FLASH chip that has a page size 256. I noticed that when I call nrf_drv_spi_transfer() , the rx length of 256 rolls over the uint8_t container...
Why the SPI clk doesn't work, i checked using an oscilloscope :/
I also don't get any SPI interrupt and no data change in the RX buffer although I have wired MISO and MOSI...
Hello,
I just encounter a compatibility issue between the two SDK (11 Vs 12).
So i have so product on the market base on SDK V.11.0.
I m developping an update based...
Currently I am facing strange issue in my project. Let me first highlight my set up. I am using the PCA10040 kit for development, keep multi-meter in series to measure current...
hi experts, I want to build a ble center based on s130 to collect sensor data from several peripheral devices. Some of them may not be from nordic solution, such as TI. so...
When I connect to my firmware after cycling Bluetooth on iOS, I am able to subscribe to my Characteristic Indications without any issues. The nRF connect app receives all...
I have two boards, one is official demo board, the other I make PCB board.
I down the open-mesh source code form github.sdk version is 8.1,open mesh stack version is 0...
Hi,
I have to send data with notification from central to peripheral, because I need save some data in peripheral device.
What I have to do ?
I test it on Adnroid 4.4 ...
Hi Sir,
I am working on nRF52832 board with pca10036 cortex M4, and i worked out spi master and slave example code on a same board and configuring spi instance 0 as master...