I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...