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...
Hi,
We got carrier frequency tolerance failure in a certification test.
The max deviation should be under 20ppm, but the result is above 30.
We used DTM example...
I'm working in a project where I have to use produce a PWM signal which actively drives the pin low for 0, and disconnects the pin for 1. The PWM is generated by an in house...
Dear Members,
For checking my LF 32KHz crystal is working,
XL2 is the output of the crystal ? or vise versa ?
So XL2 to the scope and the other probe to the ground...
Greetings,
I'm trying to develop a project on the nRF5340 DK where I collect measurement data from an I2C sensor (LPS27HHW) before sending the data via bluetooth. My firts...
Hello i'm trying to run a sample from my projects but each time i'm getting the CMake error i tried changing project and running from another directory but the problem still...
Hello,
we try to add DTLS to the CoAP client example . We have problems with the DTLS connection. The handshake with PSK works. The first CON or NON query works also without...
Hi! I developed a locator and beacon pcb boards for AoA direction finding using the NRF52811 chip. The locator has 4 patch antennas and the SKY13575-639LF external antenna...
Dear Members,
I want to use MAX17048 and getting thiis message :
<error> app: ERROR 33281 [NRF_ERROR_DRV_TWI_ERR_ANACK] at ..\..\..\MAX17048.c:71
void MAX17048_init_i2c...
I have found an issue with ESB/Nordic radio where it will receive a packet on the wrong pipe. I think the issue occurs when the prefix array set to the PREFIX registers contains...
While testing our custom Hardware with the nRF52840 in a climate chamber in the -40°C to +85°C range i noticed that the value read from the internal temperature sensor was...
Hello,
let me explain my problem as below.
after doing pairing between nrf52832 and phone(android app). phone is central (including scan behavior)...
after success...
Hi,
I'm using SLM app (on nRF9160 module) and I want to find a way to send a data (any data) to a server.
Can someone help to provide an AT commands sequence for that...
I have written the latest thigy91 firmware, thingy91_fw_2021-10-20_d29f1dde to a Thingy:91 PCA20035 1.4.0. It outputs a serial console the following messages and restarts...
Hey Team, I was playing around with the composite example, and added in my own class a and used the mouse class to implement it while changing it to suit what i have orgianlly...