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...
Development software : SES 4.16;
Computer platform: macOS 10.14.4;
Hardware: nRF52832QFAA.
Hello everyone~
I'm trying to use the nrf_drv_twi APIs to drive the sensor...
Hi all,
I am using SDK for mesh v. 3.1.0 next to SDK 15.2, nRF52832 DK. I have two services, NUS and Mesh Proxy Service. For both of the services there is registered a BLE...
I have a nRF9160 DK and I'm adapting the asset tracker to connect to our own AWS cloud solution.
I see the code nrf_cloud uses defines coming from the Kconfig at \nrf...
Hello!
I am wondering what the impedance looking into ANT pin 30 is for the NRF52832 WLCSP package. Does the recommended 1pF shunt and 3.3nH series transform the pin impedance...
I have a custom built multimotion sensor that is using NRF52840 and is setup as a sleepy Zigbee end device, however I can not find a way for it to poll its parent less frequently...
Hello, I was trying to run PDM microphone example code for Thingy:52 on my own PCB with nRF52832 chip. I was struggling a lot and can't even start PDM clock, using some free...
Some models such as the Time Server requires that certain messages are sent with a TTL of 0. (See 5.3.1.2.2 Sending a Time Status message). However, not all messages sent...
I'm migrating from SDK 14.0.0 to SDK 15.0.0, due to Migration guide I have changed my `advertising_start` function so it looks as follows:
However I got an error 9 for...
Hi,
I am new to the nRF world of controllers. I am planning to use these wireless MCU for our IoT enabled products. We are in the early stages of finalizing the MCS, so...
Hi,
I'm including additional C libraries into the asset_tracker sample and have already hit the wall exceeding the space allocated to FLASH
Memory region Used Size Region...
I've noted an odd bug in the SAADC specifically with the Low Power Mode enabled. I used the SAADC to either gather data via Timer+PPI during a data collection mode, OR polling...
Hi,
I'm working on audio codec(ES8374) which using I2S to transfer data, and this part is fine.
Since project require low power consumption, All peripheral should be closed...
Hi everyone,
I am facing the weirdest problem here.
I am working on a custom board using the NRF52832 which I was able to program without issues. I have been working...
Hi,
I am trying to test LESC Security Mode 1 Level 4 bonding with a peripheral ble_app_hrs on PCA10040 and pc-nrfconnect-ble (v2.2) with pc-nrfconnect-core(v2.6.2) with...