Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hi. I wrote a firmware on nrf9160(SIAA chip), but it doesn't work. On the hardware side, the circuit is same as that of nrf9160-DK, CTS and RTS is short respectively.
If...
Hi,
We are using two nRF54l15-PDF to communicate as SPI, one is in master mode and one is in slave mode. The master device sends a simple array of bytes, the first one being...
Hello,
I'm currently working on NCS2.6.0 and ANT sdk v1.3.0,
I would like to know is it possible to do BLE scanning(without connection) and ANT+ heart rate searching at...
I'm working on getting a radio test example project built for our custom board that is currently in production in order to perform some FCC testing, but I'm struggling to...
Hi everyone, this is more of a programming advice question: basically we have a "registration app" associated with our BLE product which will be used to communicate user details...
Hello,
I've been developing code on nRF9160 for a while. In the beginning everything was straight forward and working just fine also the code was pretty simple. Now like...
I am currently working with the nRF5340 and using NAND flash for data storage. With the current code size, I need to create a secondary partition in the external NAND flash...
Hi,
I am using nRF52-DK to program a custom board based on BC832 (nRF52832 SoC). I recently updated "nRF Connect for Desktop" and associated applications. I believe some...
Hi there,
I'm trying to get the entire toolchain running on a new Win 11 AMD machine. Visual Studio Code has version 1.88.0, toolchain has v2.6.0 and SDK v2.6.0.
Therefore...
Hi,
i am working on Pancake motor C0820B006F circuit and it is connected to P0.12 pin and ground iam usin NRF52 development board. i want to change the pan cake vibrator...
Hello
We developped a firmware on the nrf52840 dongle able to communicate with a Windows PC through the USB.
On Windows 10, we can communicate with a serial COM port....
Hi, we looking at converting our devices from a BLE communication protocol, to BLE LR with MESH networking.
Currently, we are doing the following:
Android tablet connects...
Hi,
we are ramping up production, and need to make many production jigs, and programming in parrallell since the programming of the modem takes 1 min +.
We are using an...
I am using nRF52840 Dongle as RCP with RP4 as OTBR and its working fine.
I have compiled sample/openthread/coprocessor as RCP using VS-Code. When trying the same via 52840DK...