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...
Platform: nRF5340-DK
Tools: I am using SDK 1.5.0 (but seen on earlier SDKs too)
Configuration: Using high speed spi pins whether for SPI1 or SPI4
If I use SPI1 I see...
Hey guys i wanted to ask you for help on IOS BLE i am currently seeing that nRF Connect seems to work fine over BLE Connection with some devices on Android and as far as i...
Hi,
I'm using NRF52840 in order to connect to a mobile app via BLE.
When connection to IOS, I have an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
This event handle...
Hi,
Greetings!
We are exploring nRF9160 SIP DK and Thingy91.
Here we have understood that it has GPA and LTE-M.
We wish to use it for India region in moving objects...
We are using the advanced UARTE library to get advantage of EasyDMA to receive data from a LTE module.
We also implemented hardware flow control. THe problem is that the...
Hi fellow devs:) I'd really appreciate some advice on this please. I've come to a bit of a dead-end. Hopefully you can spot a mistake I've made. I am trying to produce a low...
Hi,
-I have a custom board using nrf 52832 and I have interfaced sensor using an SPI interface. -I am using SDK 15.2.0 and SPI driver. -I am collecting raw data and send...
Hi, When I test the SPI with extern flash W25Q64, The SDK default configuration seems to be too low powe, After SPI initialization is complete, The GPIO drive is configured...
Hello All ,
I want to use nRF 52810 Bluetooth feature in one of my application. The application is supposed to be highly power optimized. Sharing below some details about...
I am currently working on an application running on the nRF52 DK which will use some inputs and output to interface with the environment. Its a BLE application and those inputs...
Hello,
While I was testing the codes, I just got a few errors and I am confused as to why it's happening. The questions are:
1) Sometimes, I get pm_conn_secure error code...
Hi Nordic Team,
In my project the function sd_softdevice_enable does not return in one specific case:
I call nrf_sdh_enable_request() before init of the ble stack. When...
I'm having an issue getting the SLM example to compile with UART2.
Steps to reproduce:
Configure project with UART2
See error pop-up
Compile anyways
See Undefined...
Hello, I am a beginner to start developing with your nRF52810 chip.
In the near future, I would like to implement Bluetooth long range communication with this chip.
...