Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello,
Im trying to flash my dev board but im keep getting following error:
Error: One or more batch tasks failed: * 1057707318: [Probe] Emulator error: Failed executing...
Currently, in the early stage of code development with NCS 2.8.0, I'm getting some errors when configuring I2C (TWIM) for a sensor device in a custom board.
The overlay...
On the NRF7001 module there is a "Determine the trim value" section in the documentation. I have followed the "Receive-based approach" to determine the CALIB_XO value. This...
Hi,
I have several deployed devices that have been running for a while, using the nRF Cloud A-GNSS system with the nRF Location library. These devices were successfully...
hi I have recently been developing ncs on vs code. However, I encountered a strange problem. After I clicked build configuration, there was no output in the terminal, except...
Hello all,
I have this problem: when I add support for OTA my bonding information are canceled after power on. Without ota all is perfect.
Example: - Turn on the device;...
Hey there!
I am currently trying to upload a .hex file onto the board to flash it using the nRF connect programmer. But while flashing i get this error:
11:10:10.496...
Hello,
I am currently working on the Exercise 3 – Interfacing with ADC using nrfx drivers and TIMER/PPI sample. I have it operating, however I am wondering what is the proper...
Using NCS 2.6.2
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/pm_static.yml) in the CMakeLists.txt works well to use static partitions for a appl+mcuboot...
Hi
I have been using the nrf52840 development kit. In the sdk examples I am running the radio test example of pca10056, but in the retarget.c file I am getting this error...
Hi,
I'm working on a testbench to flash product with nRF5340 and nRF52840 chips.
In order to erase/flash both I'm using JLink Base compact and nrfutils CLI. But I have...
I've been trying to build the BLE Audio Broadcast source to run on my nRF5340 Audio DKs using the line in as the audio source. I've been developing on nRF52 for a while using...