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...
Hi
I am using nrf51422 (on the DK) with S130, SDK12, functioning as a central, reading multiple peripherals (which I also programmed),
Some of those peripherals have manufacturer...
Hello, With reference to Case ID: 278209, I wanted to include a driver file, for which I was suggested to add the label/variable "zephyr_library_include_directories(.)" in...
Hi,
I have a strange problem.
When I connect the jlink and battery power on board at the same time,and download the application, it works normally. But when I disconnect...
Good morning.
I have a custom board with softdevice 132 and sdk 15.0.3 where I have configured pin P0.16 and P0.17 for uart (rx, tx). I have read in other posts/problems...
I have written BTLE code that works on the nRF52840 DK using SoftDevice s140. I have ported this code to work on the nRF51 DK and nrf51822 MCU using SoftDevice s130. I use...
Hi all:
on my project,i set
define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1
define NRF_SDH_BLE_CENTRAL_LINK_COUNT 6
on my peripheral , i need mtu = 185
on my central...
The application of a device is developed based on ncs1.3.0, now the SDK version is upgraded, the firmware function is developed based on ncs1.5.1, and a problem is found,...
Hello,
I'm in an aging manufacturing space and would like to utilize your sensors, but im concerned the pillars and walls will prevent data from being sent. I read the...
Hello,
I am using Nrf5340 with “Direct test mode” example.
I try to make my nrf5340 kits to be an AoD receiver under the DTM.
Now,I am able to run the example code to...
Hi,
I'm using spim on nRF52810.After I init the spi driver and using APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, &Command, 1, m_rx_buf, 1)) , RTT Viewer showing FATAL ERROR...
Hi,
Is there a way to control the 1Mhz BLE symbol clock?
We want to use nrf52840 as a GFSK transceiver and we need to control the symbol clock (up to +- Khz resolution...
Hi,
I'm running into issues where iOS is caching the handles. I found out that I need to set IS_SRVC_CHANGED_CHARACT_PRESENT to 1.
But where should I do that? In sdk_config...
Currently messing with the NRF52840 chip and given examples (NRF Connect SDK v1.7.0) on two different eval boards (the nRF52840-DK from Nordic and the BMD 340 Eval board from...
Hi,
We need detail understanding on Mesh performance testing and all the tests involved in testing BLE mesh communication,
can you please share detailed information...