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...
Trying to enable DFU on the hci_rpmsg example brakes config.
Replicate: Using SES, opening hci_rpmsg with target NRF53 network core and selecting to configure project. Sub...
Hi!
I'm running into quite a strange problem which is that when trying to use SPM secure services in my program, I get a BUS FAULT error.
What's also really strange is...
I have a functional application that was developed using the nRF5 SDK. I am trying to port this to NRF Connect and I am having difficulties in achieving the same. I am still...
Hello,
We are developing an application with nRF52832, and both FreeRTOS and SoftDevice s132 present. The problem is: are there timer resources other than FreeRTOS software...
Hello,
Just received the Power Profiler Kit II and started the basic evaluation. I have installed the nRFConnect 3.6.1 with Power Profiler 3.1.2 on Windows 10 Pro 20H2....
Hello,
What is the measurement accuracy of Power Profiler Kit 2?
Do you have any measurement testing you have done internally and can share with me?
Do you have an accuracy...
Hi,
I encountered a problem when I was doing an air upgrade.I use nrfconnect.apk to make an air upgrade, BootLoader will encounter an exception at about 7% when receiving...
I've got a couple of puzzles relating to a 52840 design that evolved from an 52832 design, belonging to a customer.
1) following the suggestions at https://devzone.nordicsemi...
Good afternoon,
I have started to work with the Direction_finding_connectionless_tx software from Zefyr that you published a few days ago. My intention is to load the AOA...
Hi,
We are developing the USB DFU process on the nRF52840 SoC with the Secure DFU Bootloader.
For the ease of upgrading operation at the customer side, we choose the nRFconnect...
I started an evaluation using the nrf9160 DK development board in June, 2020. The project was put on hold but it has now restarted. In June 2020 I was able to successfully...
According to the recommendations a Ferrite Bead (FB1) shall be connected to VDD1 (together with de-coupling capacitors). Should VDD2 also have a Ferrite Bead connected? Noise...
I have an nRF9160 with nrfx v2.5.0 and nrfxlib v1.5.1. We have integrated nrf_modem into our own OS. I would like to use TCP sockets asynchronously, but cannot establish a...
Hi,
I wanted to use my nrf5340pdk board with a MPU6050 sensor.
I am using the zephyr os and they provide an example project for this sensor. The example project provides...