I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
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...