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...
Hello all i want to do a task that is control another LED using ble_app_blinky. In the ble_app_blinky project a characteristic is used to control an onboad LED. I have connected...
After 3 days of debugging and hours on the forums trying out various things, I just wanted to post a mini quick start guide to getting low power working. Turns out that all...
Hi Guys,
I want to implement a Vendor-defined USB HID device, But encountered the following problems:
1.When the PC sends data via USB HID , the slave(52840) cannot enter...
Since SDK15.3.0 the DFU example code has changed to require signed DFU commands.The DFU that we used is base very closely on the Nordic example. In our update process we have...
Hi,
I am facing an issue with the RSSI value when my device is in connected mode.
First, in ble_evt_handler(),
in the BLE_GAP_EVT_CONNECTED case, I place the following...
Hi I am using NCS version 1.5.0 and DK version 1.0.0
If I want to build any application using nrf9160dk_nrf9160 Im getting the following error.
Traceback (most recent...
Hello, We are about to release a Firmware update for our vibration sensors and we are now testing the consumption of the new firmware. Our sensor is a nRF51822 + Accelerometer...
I'm building a BLE Peripheral device using Arduino and Adafruit's nRF8001 BLE module. I can find and connect to the BLE Peripheral using any number of iOS BLE discovery apps...
I'm using Windows 10 64 bit version. I've Nordic SDK example usbd_ble_uart_pca10056_s140 loaded onto my Embedded Studio. I compiled the code and loaded into the DK. I have...
Hello,
I try to add the pc-ble driver from Nordic to my Qt application, but my application crashes all the time without a specific error. So I need some help with the implementation...
I am running a GATT server on nRF52 and I am saving the CCCD state after bonding but does Android/iOS as a client also save the state? I only looked at the Android API side...
Hi,
I have two questions:
1) I'm making a custom board for a hobby project! Are there any limitations to running a SPI driver with a voltage high of 1.8V? It seems that...