Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I'm trying to open a NCS project in SES but I'm getting error 1 from create_nordic_project.py. NCS 1.5.0 installed with toolchain manager on macOS 11.2.2
The error in SES...
Hi,
I am following a client case that they have issue on accessing SD card via SPI port.
I used the sample project fat_fs on nrf9160_pca10090 DK and used SPI_3 to access...
nRF9160 DK schematic sheet 2 missing pin names for WP and HOLD of nRF91_EXT_MEM in the On-board interface (far right page 2)
could someone post what nRF9160 pins are used...
Hi,
I have written one application with logging disabled to save power.
However, when I tried to debug the code with Ozone, during startup, it raises BusFault exception...
Hi,
I am currently working on generating a dfu over serial uart by testing with the ble_app_blinky example given in the SDK 15.2.0. Currently the ble_app_blinky hex file...
Hi ! Using nRF52840 whith SD140 as central and 6 link count I research :
changing the NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 2 does not change "Window size" on CONNECT_REQ...
Hi,
I messed up my SES project and now the debugging session doesn´t start and the debugger does some weird stuff and doesn´t execute my application.
I also tested if...
Hi,
I am using the DFU example given in the SDK15.2.0 to try and update the application on my NRF52840. Currently, I have been able to update the application to run the...
I use many SEGGER_RTT_WriteString and SEGGER_RTT_printf sprinkled throughout my code which was very helpful for debugging and monitoring, however, we're getting close to releasing...
I have attempted to update the firmware on the Nordic Thingy:91 via usb connection to my laptop running CentOS 8, however, finding great difficulty updating the firmware through...
My stm32 (as a master) uses SPI to communicate with nrf52840 (as a slave) When my nrf52840 wants to send data to stm32, it will pull a GPIO to let stm32 generate a GPIO interrupt...
I am using a BL632 DK from Laird, trying to erase the onboard 52832 device. I can connect to the target, but it fails when try erase all.
Results from connect target:
...
Hello,
I am trying to adapt the new Mesh Sensor Model examples in v4.2.0 of the SDK for Mesh to allow sending >1 byte sensor data over the mesh network. I have two nRF52840DK...
Hi
I am using nrf52832-PAC10040, SDK : RF5_SDK_17.0.2 .
USE CASE:I need to make connection between HID keyboard with Central(ble_app_uart_c) . And send/receive data...
I got a nrf52832 custom board to communicate with LIS2DH12 accelerometer by I2C(TWI).
I edited part of the code from "twi_sensor" project in NRF5_SDK version 17.0.
I tried...