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...
Good evening, (I have a few questions which are at the bottom, so I hope you don't mind me having posted the full length of these two programs first)
I've managed to produce...
Hello everyone,
I developed my code secure connection with static passkey i'm using ble_app_gls example code to implement my custom code i have added all library files i...
Hello, I'm a bit confused which solution is best and easiest to use a second UART or UARTE in the nrf5 SDK for Thread. Since I want to work with students in a project and...
Hello Nordic support,
I am working on a Zigbee coordinator application, in which I would like to have some customised functionality when a pan id conflict is detected. I...
Hi. I got a HardFault_Handler when I try to write data on flash memory using the fds_record_update function in a RTOS environment (RTX5). My program has three tasks: one for...
I am using nrf9160 custom board,my requirement is using external flash as secondary slot for mcuboot I have done configuration with respect to that in mcuboot and project...
Hey!
I'm working on a Firmware for a BLE peripheral device, I'm using the SDK version 17.1.x and the SD140 on a nRF52840. So far everything worked fine, I was able to...
Hi,
I'm trying to put my nRF52840 in System OFF and wake it up by DETECT signal on GPIO. For that I use gpio_pin_configure() with GPIO_INPUT | GPIO_INT_HIGH_1 flags but...
Hi i am involved in sdk5 based uart porting project
i can run example project and receive/send data to/from nrf52840-dk .
the problem is when i dig deep into the project...
Hi,
I am using a nRF52840 and SDK 15.2, and Soft Device S140 (BLE), where the device is battery powered.
In certain modes, the device sleeps to System Off mode, and...
I am currently porting the nrf_cc3xx_platform library to use it with RIOT OS . Following what has been done for Zephyr and FreeRTOS, I implemented:
Abort API
nrf_cc3xx_platform_abort_init...
Hello, I am working with the asset tracker v2 application and I want to connect it with Aws Cloud. I follow the steps corresponding to the tutorial and I am not successful...
I am trying to use the pc-ble-driver and as a first step want to use the heart_rate_collector example. I downloaded the source as follows:
I then followed the instructions...