I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
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...