Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
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...