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...
I have compiled and debugged the temperature_pca10036 code from nRF5_SDK_v11.0. I have used termite terminal for getting info about transferring of data from nRF52832 board...
Hi,
I am using nRF52 board and want to change the RESET output from P0.21 to P0.2.
-I have CONFIG_GPIO_AS_PINRESET defined in the makefile.
-When debugging I can...
First, we implemented ble secure dfu application on nrf51dk. After, we want to program nrf51822xxaa device with same ble secure dfu app. In addition, we saw about rom/ram...
Hello Friends,
I've Get my Thingy from Nordic Tech tour and have a good time with it.
I think everything is perfert, but location of ccs811 ( Tvoc +eCO2 Sensor ) is...
Hi Nordic & friends,
As I know, DLE(data length extension) is not supported in S112. We are using nrf52810 in our development, so I make a test.
A long data packet(>=20...
How can I perform multiple A / D conversion?
I created a program with reference to the method of the old version of A / D conversion, but the function name and argument used...
Noted that the new V15 SDK for IAR does not have linker config file set correctly on ble_app_blinky_pca10040e_s112 project. The .intvec start location was set to 0x19000 and...
Hi all ,
i'm using nRF51 DK ,im getting issue while program downloading on flash .Program compiled correctly(no any error) even it show flash downloaded but the application...
Hi There,
I have been looking into how to connec my QSPI NOR Flash to the NRF52840.
I have notivced a discrepancy between the comment in the Table 3. of the OPS and the...
Hi,
I have a peripheral which sends data to the central and from central i n eed data to be send to Mobile App
is it possibe to do and how???
or any other ideas you...
I am using Keil 5.24.2
I already downloaded and compiled with build_all the micro_ecc. Having no issues here.
According to the error, and what I read in another thread...
I have been investigating the possibility of using the QSPI external flash peripheral on our NRF chip. After doing a typical qspi read command, the external flash chip would...
Hi,
when i make a connection to my device i get 4 `BLE_GAP_EVT_CONN_PARAM_UPDATE`.
If i make an action of read or write when update event occures i get a duplicated read...