Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello Sirs
I am using NRF5340 chip in my custom board to use the BLE radio and uart hard ware at the same time. The sample code which has been used for this purpose is ...
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...