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...
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 Nordic team
I would like to have golden version BLE DK as a BLE receiver.
Is the NRF52 compatible with other brand BLE DK or market product?
As I know the BLE device...
Hi All!
I moving from SDK 14 to SDK15 and faced with another errors:
after sd_ble_gap_scan_start(..) call, the BLE_GAP_EVT_ADV_REPORT message is occurred (once), then...
I used nRF5_SDK_14.1.0_1dda907.
I used fatfs example.
Wirted data in the same file to sd card.
I discoverd that Max size of the file is 16KB.
Over the max size of...
Are there any plans to include CMSIS-NN libraries in the SDK?
If so when?
If not, what build flags should I use to get the fastest runtime?
Thanks,
Quinn
how can I store outputs sent from JLINK SEGGER_RTT to a file?
how can I send data on RTT channel 1, is there any instruction for that?
/** loop */
sprintf (buffer,...
I'm trying to adapt the DFU bootloader to work with a SPI slave as the transfer mechanism, but I'm running into issues getting the SPI communication up and running. I've added...
I'm trying to load ble_app_hrs_c on the nrf51dk and im getting the error
"error: L6047U: The size of this image (34328 bytes) exceeds the maximum allowed for this version...
Hi,
I am trying to receive BLE advertisements on Ch38 (=2426MHz) without using SoftDevice, i.e. with direct register access. However "EVENTS_DISABLED" is very rarely called...
Nrf52832 based on sdk14.2 development as a slave, when linked with the iPhone, pairing and binding, and then get ancs service; and Android phone connection, direct communication...
I am working on a project working with remote connectable beacons. One of the easiest ways to save power in these applications is to reduce advertising speed, however, this...
Can anyone give me a tip on porting the code below, which works great in sdk12, to sdk14? I'm using the nrf52832 and the ble_app_hids_keyboard example and need to get a real...
Hi, I'm kind of a newbie, haven't had much experience with embedded outside of arduinos etc.
So I started to look at this: https://learn.sparkfun.com/tutorials/nrf52832...
for sdk15.0, SES,
is the twi_scanner example known to work with nrf52810?
getting errors,
undefined reference to nrfx_twim_init, nrfx_twim_enable, nrfx_twim_xfer
Hi,
I am studying the GPIOTE example from SDK 14. I did some modification adding other led and doing the leds blinking in differents times (LED1 blink each 1 sec and LED2...