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,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi,
I am a newbie with zigbee on nRF52840.
I have tried serveral days with zigbee SDK but have troubles to work.
Finally i have found that example zigbee/light_control...
Hello!
We have nRF52832 chip on our product and we have some problem with one of its IOs.. We configured P0.16 as RX of UART, And when we run it we see this behavior of...
my example project: wireless_uart_raw_first_pca10056
chip : nrf52840.
i want to make my application timer in the my example project. time tick is 100 msec. in every 100...
Is it possible to get the Build Type from the Factory information configuration registers (FICR)?
From https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52832/COMP...
Hi
I have some question about OTA .
1.The nRF SDK hvae twos way for OTA: single bank and dual bank;The nRF Mesh 3.10 too?Because my firmware maybe very large,so I want...
Dear all,
I am having issues with service discovery of two primary services ( Battery and one propriotary based on NUS) I am currently using SDK 14.2 on NRF52832 chip running...
Hi, I'm trying to use the Seggar Embedded Studio to debug my code, but the Seggar Embedded Studio can only recognize the nRF52840 development board, not the external device...
Hi,
On my previous question https://devzone.nordicsemi.com/f/nordic-q-a/47762/certification-when-bt-off ,
I got the answer about certification.
And now, I want to...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
I am using the Power Profiler app that is part of nRF Connect. This app was working just fine, but this morning I did the upgrade to v.2.7.0. Now, I am unable to control the...
Hi, guys. I copied the EAGLE schematic and PCB drawing file from the SparkFun nRF52832 Breakout design for my custom PCB (4 layers, FR-4).
https://cdn.sparkfun.com/assets...
We want to control the BLE Mesh network from the linux. As we understand the only one way to do it now - pyACI https://infocenter.nordicsemi.com/topic/com.nordic.infocenter...
Hi all,
We develop a custom board using MCU nRF52840(Master) and Module nRF9160(Slave).
I confuse to select an available circuit configuration from the reference circuitry...
Myself and others have received this error message
while upgrading nRf Connect for Desktop.
Despite the error message, the installer seems to have completed correctly...
I'm using an NRF52840 custom board along with FreeRTOS and soft-device S140 V6.0.
I want to access the complete 256KB of RAM for verification of RAM using a custom protocol...