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...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Hi Team,
I have down loaded the "pc-nrfutil-6.1.zip" from git repository and started the execution by using python commands. while running i am getting some errors.
...
Using PWM control 2.7KHZ buzzer, it can work normally when I don't turn on the broadcast. Every time I turn on the radio, the buzzer seems to blend in with different frequencies...
Hi
Based on zigbee sdk 3.2, add the device to the network, call zb_bdb_is_factory_new() after Joined network successfully, it returns true;
The same is true on zigbee...
Hello,
I am working with nRF52DK, I am trying to implement grouped SAADC for three sensors,
I want to receive all three ADC outputs at the same time on development kit...
Hello,
While working with a bare metal (no SoftDevice or OS) test application to prove code functionalities, I ran out in a weird behaviour that I cannot explain.
I'm...
Hi,
I started to implement the nrf ppm driver into my application. It is a smart connected grand light.
My goal is to smoothly fade the connected power LEDs on, hold for...
Hello,
So I have the following setup. I have an nrf9160 DK board. With the following hardware.
A base shield: https://www.reichelt.com/ch/de/arduino-shield-base-shield...
Hello,
I am using the att_mtu_max_throughput example from SDK 15. I am using an nRF52 as tester and nRF52840 DK as receiver.
I have modified the example slightly so that...
Hi Noridc guys
recently I got some issues about how to know device network state. then I found there was a issue in zb_bdb_is_factory_new() API.
first, i formed a network...
Hi,
I have a problem of crash device after trying to connect my device to the PC via NFC.
The issue is very rare.
I think that the issue occurs because of an assert...
Hello,
I'm currently testing the bootloader with nrf52832 DK on SDK16.0.0 with Segger Embedded Studio. I followed the guide provided in this link https://devzone.nordicsemi...
Hi,
My project is based on SDK15.3 with NRF52840. I have referred to the "writable_ndef_msg" example to read/write the emulated NFC tag successfully. And I can get back...
Hai ,
In my application i should connect parallel connection and peripheral and central part connections simultaneously.
for this i developed from hrs_relay example .in...
Hello,
I'm trying to program a nRF52840 Dongle with the thread MTD client example by using nRF Connect but I get an error saying I need to add a SoftDevice. I thought...
Hello, I am new to NRF52. I have setup a project under Embitz ide. I can compile GPIO toggle code and program the the code. However when I try an transmit example github.com...