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...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hello all,
I am trying to make use of some Sparkfun libraries for some sensors in my nrF52pca10040.
I am interested on I2C, these libraries use the Arduino library Wire...
Hi everyone,
I am using the PPK to supply 3V to an external device and measure the current consumption.
When I start nrF Connect, connect to the PPK and change the Voltage...
Hi,
I have a custom board with nrf9160 and I'm using it to send messages to the AWS server via mqtt. I managed to reproduce a bug where the TLS socket send function hangs...
Hello,
I want to connect my Thingy 91 to the nRF Cloud to use LTE Link Monitor and other features. The provided iBasis SIM card isn´t supported in Germany so I got another...
Hello,
I saw in a previous post that data exporting would be available in future software updates but currently, the version has been updated to v2.3.1 and I still don...
We have an iOS application that is performing a DFU to a nRF52832 running SoftDevice 6.1.1 (SDK 15.3.0) on a custom board.
Most of the time the DFU works fine but testing...
I am working on an existing Bootloader project, it uses the Bootloader from the SDK with added custom thin layer on top of it. It runs on a custom board.
I can see the debug...
Hello all,
I am using the Application Timer (as written in https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial...
Hi,
Developing on nRFConnect/ZephyrOS and looking to enable multi-threaded debugging using pyOCD firmware on nRF52 DK, since not currently/yet supported by JLink.
Was...
I used nRF 52840 dongle as a central device on windows 10. I use it to pair with remotes we have. I develop it base on https://github.com/NordicSemiconductor/pc-ble-driver...
Hello Folks,
We are facing an issue in the NRF52832 Bluetooth connection of our self fabricated PCBs. The PCB designs were based on the Sparkfun NRF52832 dev board designs...
Basically the same question as here:
https://devzone.nordicsemi.com/f/nordic-q-a/45557/getting-status-messages-from-mesh-to-phone
But the answer there doesn't really tell...
Hi Team
we are trying to use the example given in SDK 16.0 and I am able to write and read properly.
But when I want to write/erase my eeprom entire page (256-byte Page...