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...
For nRF52840 (Rigado BMD-340), SDK 15.0.0, custom board:
I'm trying to implement nrfx_uart directly to communicate to another microcontroller. I've configured it for blocking...
Hi all
I'm using the NFCT peripheral of the nRF52832 Revision 1 and I'm facing the following issue:
When the reader sends the SLP_REQ, the NFCT receives an incomplete...
Hi, there
I want to remove the bond in current time service example, because the bond process make me less convenient when I debug. so I changed the code in peer_manager_init...
Hi using dev kit pca10040 and sdk 14.2.
I'm trying to use the dev kit buttons to stub out an ANT+ bike speed sensor. Essentially I just need a way to provide a speed reading...
Hello, i am using ble_app_uart example. i am trying to send A to Z from ble to uart. Has i noticed, it is transferring 20 characters at a time. to make sure that i add print...
I am using nRF5_SDK_15.2.0_9412b96. I have application data that accumulate in flash but can be thrown away before re-flashing new app image. I am thinking about instead of...
Hi,
I configured nrf_ble_qwr to use 256 byte long buffer in my BLE peripheral. I registered my value handles (2) which I want to support long writes using nrf_ble_qwr_attr_register...
Hi Folks,
I'm new at using the nRF52832 chip. I recently was handed a 3rd party board to evaluate and up until today I was able to use the nRF52 Development Kit to act...
Hi,
I am working on "nRf52832 - PC10040" based ISP1507/. I have already adapted the peripheral/spi example of SDK 15.0.0 to my needs. Now, I want to merge this spi example...
Hello,
With Segger ES I am able to compile and run the Blinky example (pca10040, S132) from the nRF5 SDK without any issues, it loads on my nRF52 DK board on and it shows...
Hi,
I'm working on a project where I need to collect and process analog data coming from high speed sensor measurements. The data needs to be read at a speed of 25k samples...
Hi,
I am trying to convert the string from ctime to a struct but i always get garbage values if i use "uint8_t". But i can get correct values if i use "int" datatype....
Hello Nordic
Bluetooth SIG had released their new bluetooth core specification 5.1 with new feature is " Direction Finding ".
I know that all nrf52 now support BLE 5.0...
Hi,
I'm using the NRF52840 PDK version:
PCA10056
0.11.0
2018.3
With SDK version 15.2
I've been trying to develop an application based on the HID Generic example...