During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hi, have anyone tested nrf51822 beacon smart kit on samsung tab 4? For some reasons it didn't detect the beacon. I have tested with company identifier of nordic, samsung and...
Since the IoT SDK is not support the IPSP Router role.
Is that mean the nRF51822 can't been used by other MCU which is running Contiki to become a Edge Router?
There are many links across the Internet to app note nAN-29 ( nRF51 Development with GCC and Eclipse ). In fact, I remember seeing a link to it on the Nordic website just...
Hi,
I am trying to test a UART bootloader with the hci_dfu_send_hex.py from SDK6.1.0
Unfortunately the script seems to crash, below is the output on the windows command...
Let's say I Have an nrf51822 on a small button cell battery having a sensor that is triggered on certain conditions.
What is the most efficient and power saving way to...
Hello. I'm using 24 MHz crystal to feed my MCU and not able to change it to 16 MHz to share with nrf24. Now I'm driving nrf24 XC1 with PWM signal 16 MHz and it works but not...
Hi,
We have NRF51822 chips programmed for specific application and it is working fine as BLE services etc.
In some scenarios, to debug we want to stream data from our...
device_manager_peripheral.c provided via Software Packs in Keil doesn't compile against S110 8.0.0 (or 8.1.0). Its version shows up as 1.1.1. Same thing happens with bsp.h...
By combining some examples, I'm starting to understand how the UART examples works.
Using Keil 8.0.0, and the PCA10003 Board, I'm trying to send a burst of messages over...
I can see and bond nrf51 with android, but with iPhone nothing.
What can i implement for see nrf51 with iPhone?
Can i pair Iphone and nrf51?
Sorry for the very bad english...
The new generation of nRF51822's have a few neat new features, particularly the automatic power management piece, that I would like to potentially leverage in our project...
Hello,
I'm seeing some 67.2kHz reference spurs on the RF signal when I'm turning on the constant carrier mode using the DTM interface on the nRF51822. Layout and circuit...
Two applications using the same softdevice, s110, blinky and beacon from the examples.
Flashing softdevice and beacon successfully.
Replacing beacon app by blinky successfully...
The bootloader in SDK 8.1.0 (at /nRF51_SDK_8.1.0 examples/dfu/bootloader) calls pstorate_register() twice. The first time as part of bootloader_init(), then on bootloader_dfu_start...
hi,
I have implemented a UART to receive network packets from another controller to send it over BLE.
UART config are: 8bits data, 9600 baud rate, no parity, HW flow...