Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
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...
I'm trying to build the "blinky" example found in nRF5_SDK_15.3.0_59ac345/examples/peripheral/blinky/pca10040e/blank/armgcc
Actually the pca10040e directory contains 'blank...
I am trying to port the 'radio test' example code in SDK15.3.0 from the nRF52832 to the nRF52810 so we can do some pre-certification testing of the radio in our custom design...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
To understand TWI better, I loaded 'twi_sensor' example as is on nRF52832...
Upon initial connection with iOS device, returned connection values at BLE_GAP_EVT_CONN_PARAM_UPDATE are:
ble_event: got BLE_GAP_EVT_CONNECTED. role: 1, conn_handle: 1,...
Hello,
I using the Segger with the last SDK. I modified the ble_app_uart example, I added the softdevice to the addition files. When I run the debugger everything seems...