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...
I have some experience working with nrf52840-dk and the SDK working in custom projects taking as initial point the different examples of the SDK.
The problem is that I have...
Hello,
I have the following power profiler: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Power-Profiler-Kit/Download#infotabs
I was able to correctly...
Hello!
I'm working with both the s132 and s140 softdevices on their dedicated hardwares. We are heavily utilising the radio timeslot API to run our propriatery stack and...
Dear Friends,
I am transmitting a command of 14 bytes of data from ble_central to ble_peripheral. The ble_peripheral will recieve the command and transmits the response...
Hello?
This is simple inquiry about a method to update some comments regarding of the ticket pending due to reviewing by Moderators after open it.
When I found a solution...
Hi
I've played around a couple of hours with the nRF52840 Dongle and tried to understand what can be flashed to the nRF52840 dongle and what can't. This issue is not about...
Hello Nordic,
Currently we are working on a project based on nrf51822. Now we are planning to upgrade to nrf52832. so I can run the same ble4.2 based code on ble5 chip ...
Hi,
I am developing device using zigbee[nRF52940].
Many end devices send some information(less than 100 bytes) to coordinator directly or via router.
I cannot find proper...
Hi there,
Background:
I have set-up a gap peripheral device (nRF52832 / SDK 15.0.0) with 1 service with 2 characteristics, each having its own custom 128 bit UUID. i can...
Hi.
Im trying to follow the tutorial to open a Keil Project in Segger Embedded Studio but i get this error when i am trying to build
.
I guess it is somthing with the...
I want to change the pipe linking the PTX and PRX dynamically. The command to do this is sent from the PRX in the data payload of an ACK.
I can successfully change the PTX...
Hi guys,
I am using nrf52840 with sdk15.2 and have been experiencing some strange issue. After mobile phone connection to the device i lost 1 byte in advertisement or saying...
Hello,
Is this possible to use different speeds at same device for different roles.
I have device that is working in peripheral role for other device and need to send...
Hello, is the logging module thread-safe? Do I have to use a mutex when logging from a lot of tasks when using FreeRTOS or is the logging module thread-safe and I do not have...