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...
Hello,
I'm working on NRF52832,using SDK16 Segger Embedded Studio
now the thing when upload APP_NOTIFICATION it works and also discoverable.
but when upload APP_UART...
Hello.
I just found here: https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html
something like this:
"To turn on sensor...
I am trying to trigger my target device (nRF52832) into DFU mode using nRF52832 DK.
According to my approach, I need to send DFU bootloader given in "installed folder:\examples...
Hi,
I am a hardware and software embedded developer. I used to SKY369 based on NRF52832 in our bluetooth project, i use softdevice S132 firmware. I can programming with...
Hi All.
SDK15.3.0 / DK / nRF52840
I've been testing DFU on nRF52840 with DK.
When i tested it on nRF52832 all works fine. i followed this ( https://devzone.nordicsemi...
Hi,
Is anybody tried to implement GPFS on NRF52? https://developers.google.com/nearby/fast-pair/spec In general, everything looks clear, but want to save time on development...
Hi,
After adding ANCS client service to my firmware, firmware crashed.
Investing I could see it was failing to allocate memory
File: task.c
Line no: 2012
else...
HI ALL
I am using SDK15.3.0 to familiarize myself with GPIOTE functions,But I have encountered some problems.
First ,I registered 4 GPIOTE pins on the DK board,and I need...
Hello!
As the title suggests, I want to know how to use DMA with fatfs. It is defined like this, but now is fatfs using DMA?
It takes 18ms to write 512 bytes with f_write...
Hello,
I will use the I2S driver instead the direct acess to the registers.
I have implemented the registers version like this and it works / sounds normaly.
now I...
I am not able to create my new User account in nRF Cloud and I can not test my Thingy 91. I tried Google Chrome and IE but both Browsers did not work. I tried my iPhone Safari...
I did a chip-erase on the NRF51 DK. However, when I tried to reconnect and program the DK I get the error: Failed to connect to target, no Idcode detected
I tried doing...
Hello,
At the following line
I get the error:
hal.c(35): error: #20: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined
When looking further it seems likein the...
I have custom board with nrf 52832. I am using SDK 15.2.0 and softdevice s132 V6.1.0 to transmit advertising packets periodically. I have written simple application that reads...