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 NRF52810 , In my project I need to store Float value and uint32_t value in EEPROM / Flash for permanent storage (Non-volatile storage).
With SDK17 i am...
Installing a toolchain for nRF 9160 is not easy as installing the Arduino IDE ( at the leat in Ubuntu). I request Nordic Semi to install all the required tools in a cloud...
Can I buy nrf52811 in bulk and have my bootloader and firmware installed before I receive them for production? And what is the cost say for 1500 preloaded. ?
Hi
I am new to this forum, I am working on NRF24l01 and having some issues to transmit more bytes, I am suing some sample code which is working for simple transmitting one...
Hello,
The following code was embedded in main function, the sdk version is 15.2.
the debug console show as below:
My question is , why string "This is a string...
Dear all,
after some customs problems I hope I finally will receive my Thingy 91 tomorrow. I have already installed the toolchain and done some readup on the device for...
I am attempting to build the new alexa_gadget example that is included in the nRF Connect SDK.
Environment information:
Windows 64-bit
nRF Connect v3.6.0
nRF Connect...
Hi everybody,
I think have a problem which involve writing on the external memory of the nrf52840, what I want is when I receive data from the NUS service I want to store...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi,
The system has an nRF52840 as a BLE USB Dongle plugged to a PC, and connected by BLE to another device (another nRF52840).
I measure the latency time between the...
Hello everyone.
I made my own board with nrf2840 and wanted to use the CC310 module for encryption.
I uploaded an example from the SDK to my board and in the debug I see...
Hi,
I am a newbie to nRF devices. I have different sensors connected to TWI,SPI,ADC etc. and need to send these data to a cellphone through BLE. Does anyone has a sample...