I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
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 guys,
I am a newbie with nrf52 and I am trying to debug ble_app_uart project under ble_peripheral directory. I do get download successful as shown in image below...
Hello,
I am trying to use the PPK (I) to measure current consumption of a DVK-BL654. I was able to successfully do this several months ago, and now when I am attempting...
Greetings,
I'm having some trouble displaying logs to the SES Debug Terminal... Basically, I can see the logs with RTTviewer but not in SES Debug Terminal. However printf...
We are in the process of applying for approvals testing of the device and need your help to confirm the following. Bluetooth data required (we use BLE4.1 mode): 1) Operating...
I need to apply for timeslot to scan private 2.4G signals, in order to save power consumption, the timeslot needs to be ended immediately after scanning the signal.
I try...
I'm using a custom board designed around this nRF52832 module . I have broken out SWIO/SWCLK/SWO and nRF_RST to a standard Arm 10-pin header.
Using Black Magic Probe, I...
Hello All,
I am trying to Program our custom board which has nRF52 controller using nRF52- development kit ( https://www.nordicsemi.com/Software-and-Tools/Development-Kits...
As the title says, I'm getting a hardfault on a call to pm_init() in a BLE peripheral HRS trial application. This is on a micro:bit v2 board, which has an nRF52833 Cortex...
Hi, Im trying to add accelerometer value to my own service. The device is advertising, When I connect to the nRF Connect application, I can not see my service, the status...
Greetings,
I'm using nRF52 DK to transfer LIS3DH accelerometer data in Bluetooth. I successfully managed to establish an I2C connection with my sensor, I get my XYZ values...
Hello Nordicsemi Community,
I am attempting to update the firmware of nrf5340pdk cpuapp from a mcumgr cli running on a raspberry pi 4 linux. From the logs, it seems the...
Hi,
i am using a nRF52840 with sdk v17.0.2 on soft device s112. using the ble beacon example. i can set up the connection from the raspberry pi with a 2 second beacon...
Hello Nordic Team
I am working on SDK v-17.0.2 SPI example to interface with external flash memory. I have Winbond W25Q128FV and Fudan FM25Q08 flash memory but have same...
Hi,
I have modified the Cloud Client sample from ncs v1.4.0 for sending sensor values to the AWS IoT. The sensor code makes use of GPIOTE interrupts using this sample as...