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,
I am using nRF52832. My GPS is connected to GPIO pin (15, RX) and (16, TX) of nRF52832. My TCA9535 is connected to GPIO pin (8, SDA) and (7, SCL) of nRF52832. TCA9535...
Hi all,
I am currently building I2C communication between nrf52832 and a stm32 chip, stm32 as the master and nrf52 as the slave.
The situation is the stm32 couldn't get...
I am not connecting any uart lines to the device. But I feel the assert is being used as the timeout "handler" and then pressing button one resets the device.
I'm using...
Hi,
I'm currently going through this paper on the newest Bluetooth Mesh Standard ( http://www.mdpi.com/1424-8220/18/8/2409) . Although it's interesting to see that this...
Hi, we are using SoC nrf52810 SDKv14.2-SR3v1.2 for our RCU.
1.If there is a scenario the image transfer is finished, and the power lost happens when the old image is being...
Hello,
I am in the process of determining a system architecture for a sensor-bluetooth-android application. The goal is to read sensor information from an Android device...
I'm using Mesh SDK v2.2.0.
I want to create a new custom model,but I don't understand difference between Generic and simple onoff model.
Which model should I study?
I remember reading somewhere an article on how debugging with softdevice was going to be easier, with the debugger doing something along the lines of actually not stopping...
Hi dear nordic employee:
I use blew:
chip:nrf52832 CIAA-B00
SDK: 12.3.0
what‘s I want is same as this , when the interrupt happen,I want to know the toggle is HIGH_TO_LOW...
Hi,
I want to develop a 4 Chanel Wireless audio system
I am using an EEPROM (without MC) to configure the nRF24.
I want to split the available band (2,4GHz to 2.5 GHz...
Hi,
I have the problem, that nrf_crypto_init() does not find any backends and thus is skipping the initialization.
What is the precondition for NRF_CRYPTO_BACKEND_SECTION_ITEM_COUNT...
Hello,
after migrating to SDK15 we noticed, that our spi master seems to clock out single bytes instead of a continous clock for the whole transfer.
The Migration guide...
Hi
I want to update bootloader.zip file over BLE DFU mode without signature checking , the open bootloader example only for USB,
How to disable bootloader signature checking...
when message relay by any node how can other node know that it is for him and update status.
for example if I subscribe some nodes to 0xc001 group and others to 0xc002 group...