Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hi,
I'm using two nrf52840 Dev Kits and am trying to test out the ATT_MTU throughput example with SDKv16. Whenever I program one of my boards I get repeated fatal error...
I am pulling my hair, literally , I just can't get this company !
I am working with 4 IDE's in parallel and none of them has this stupidity .
I right click->add a new...
Background
I intend to use an nrf52 based board in remote inaccessible locations. It is important that I can always recover from a problem. As such, I want to use the watchdog...
Hi,
In the 07-5123-07-zigbee-cluster-library-specification specification, I see clusters that support CO2 and HCHO, but I did not see any definitions of CO2 and HCHO (cluster...
Hi,
I'm working with NRF52832 which operates on battery in low-power mode.
The unit samples and transmit data (via modem) 2 times a day.
After few weeks / months of...
I have written a UART driver that is intended to receive data in a continuous stream. I know it basically works as it is able to communicate with an external device at 115...
Hi Nordic team,
I have a simple HID BLE device which send volume+/- multimedia keys to a Android device, it works
well if it is first time to pair with the Android device...
I'm developing a project that use BLE advertise and uart communication with other uC.
The uart part is based on libuarte example. To decrease the current consumption, I...
I am trying to do spp communication between central and peripheral with BLE.
First, the peripheral uses microchip RN4871.
The BLE setting is Service UUID: 49535343FE7D4AE58FA99FAFD205E455...
Hi,
I've been trying to run the zephyr's littlefs sample on Thingy:91 under the ncs 1.2.0 tag, but it seems that the flash_open_area function is having some trouble, and...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
When I am going to program a custom board for the first time, can I use example codes from the SDK or should I change anything important on the configuration?
On my custom...
I'm trying to create a simple service that would just provide some data which could get updated internally (for example, via SPI bus). Data may be of a different size, so...