How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
hello, I am trying to integrates saadc & bluetooth because in my project adc sample values are comming from sensor & these values is send through bluetooth_uart app. so can...
Hi,
I'm in the process of evaluating the nRF9160 DK and this I want to be able to control the diferent peripherals on the DK so I can reduce as much as I can the current...
Dear supplier
I want to read 10 heart rate sensors that are connected to 10 person's bodies and then display them on TV. How can I do it?
Can I use nRF52832 chip? Can...
Hi
I am using nRF5_SDK_15.2.0_9412b96 on pca 10040
I am storing over 2000 ADC readings and then printing them out once my test is complete. I get "Logs Dropped(x) " messages...
Hello
I am writing a program using SDK 15.0.0.
I'm trying to merge SPI and TWI programs into BLE programs.
I used keil before to confirm that each program was working...
Using Ozone v2.54, if i halt program execution and then resume again, I get a NRF_FAULT_ID_SD_ASSERT fault, with info = 0, pc = 0x142CA.
softdevice: s132 v4.0.2
The error...
Hello ,
I am using Multiperipheral example code , and i want to connect more than 4 central devices. I have edited the link total value and number of peripherals and centrals...
HI,
I am recently working on 9 axes icm 20948 sensor. my battery capacity is small for the application and my accelerometer and gyro sensor consumes more current.
when...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can also connect ble...
Hello, I am currently working with the nRF52840 DK, and I have been having trouble printing RSSI values over termite.
Code:
static void ble_evt_handler(ble_evt_t const...
Hello
I would like to receive data from the TWIS driver and then update my scan response data with the received data. My code is below. Ideally, I would like to turn on...
Hi!!! we are developing bluetooth mesh, we have a function that send a message to nodes when we press a board button (nrf52 dk), all works fine,
but if we call the same...
Hi,
I'm trying to add the device information such as Battery percentage , temperature in the scan response packet to the ble_app_beacon example. I could add the data and...
SDK: 15.3, Device: nRF52840, IDE: SES v4.16
I am writing a radio test application that uses a service / characteristics to determine radio channel, power, etc. The idea...