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 tried to build hci_spi example application for nrf5340...
identifier "__device_dts_ord___BUS_ORD" is undefined
identifier "__device_dts_ord___P_irq_gpios_IDX_0_PH_ORD...
While migrating my project to use the new pinctrl mechanism in I ran into an issue where the I2C communication on some busses was not working. Further investigation revealed...
Nordic Connect SDK 2.0.0 moved to the use pin control interface, also for I2C.
When I tried to port some of my application I noticed a possible regression.
As a basis...
According the BLE specification, the software and firmware revision strings are mandatory. I would like to set put information about the softdevice version in the firmware...
I'm trying to make a one-shot mqtt function. The process is below
- connect - publish - disconnect
Then I coded like below. I show only the core code.
Do I have to...
Hi,
I want to get a sample that supports both BLE OTA and NUS functions, so I find the following two samples as reference and merge them together.
...\zephyr\samples\subsys...
Nordic BLE Mesh transmission is transmitted through the Publish address bound to the model in the Instance, so that subscribers can receive packets.
As shown in the figure...
Project: Variation of Nordic ble_peripheral project
SDK: 15.1, Softdevice : 132 rev 6.1
How do you change the BLE packet length? I have a project where I defined a characteristic...
I am using the example zephyr basic button which gives output when the button is pressed.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/basic...
Hi,
I have installed the nRF Connect SDK v2.0.0 with Visual Studio and can now successfully, build, flash and run the nrf9160 at_client sample application. But when I try...
we currently have a product which use nrf52832 as processor using SD132 for BLE capability with DFU capability
we want to build a sister product with nrf552810 with no SD...
HI,
We are looking to multiplex a few I/O on the NRF52840 to save pin count on a header. If D+ or D- get driven when VBUS is unpowered, will that damage the NRF52840? Or...
Hi there,
I think that I am seeing the repercussions of errata item 136 in my application. I abruptly turn on/off power several times to my board, and every once in a while...
Hi,
On my bl653_dvk board, I am running the ADC example. It functions properly. I have a few questions about this:
1. How to determine which clock is being used by the...
Hi everyone,
I want to send large data with https protocol.
I edited the https_client sample split the data and looped send() for sending the large data.
But when...