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...
I have a BLE device with a MIC, which collects voice data and coded to BroadVoice 32k.
So I want to design a central to get this voice data.
What I think is use 52840...
Hi,
Why do all of these AT instructions fail?
1.AT%XPRODDONE=0
2.AT%XPRODDONE=1
3.AT%XRFTEST
4.AT%XEMPR
Thank you for all your assistance. Kind regards, Peter...
Hi,
Since adding a custom board to a app from a sample, the Flash button:
Has stopped working properly.
When i press it, a build is initiated, but the flash does not...
Hi,
I have been programming my custom board using SWD on a DK. It worked fine when I tried blinky example, however, when I tried nrf_ble_uart example, it stopped at the...
The documentation on how the nrf mesh app adk works is impossible to follow and understand for a junior dev like me to make something close to a working app.
I might be...
Hei!
Mid code development my ability to flash new versions went away. The only clue I have is that W11 installed some new drivers, but I'm grasping at straws. I have screwed...
Hi,
I want to understand that in nCS, where do have BLE abstraction layer..?
As in zephyr device driver model, if you use any peripheral driver API, it internally routes...
I have implemented a custom service with a collection of characteristics. Some of the characteristics require configuration information (sample interval, sample duration,...
Hi,
I've gone through the 4.1.0 Border Router example 3 times now and getting same result of not being able to ping from CLI example.
I am using RPI3B+ with nRF52840...
I am having some issues with spi flash and current. Currently I have the NOR Flash, W25Q128JVPIQ, set up on spi 4 with a FATFS and USB MSD as per customer request. This is...
Is it possible to develop the application on nordic chip(nrf52832) without using the nordic provided SDK but only the soft device(S112)?
The benefit of Coding directly to...
Hello,
we are connecting an NRF9160 with a WFM200 wifi chip over SPI using Zephyr RTOS. Additionally, we manually control the chip select pin in the driver code for the...
Our use case is the following:
We have sleeping nodes, that are time synchronized thanks to an external RTC, and that all wake-up at predefined dates, transmit data with...
I am using nRF_Connect_sdk and RTT logs.
In RTT logs, float numbers are not getting displayed.
I am getting just 0.00 for floating numbers.
Can you help me with how...
Hi.
I'm trying to use TF-M to execute part of the code of my application in the secure environment in a similar way as it's described in this guide using SPM, but I couldn...