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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
I am using SDK 11.0.0 on a nrf52832, with FreeRTOS and SD132 2.0.0. I configure the FreeRTOS port so that it uses RTC1 as SysTick. Depending on some compilation macros, my...
Assuming that all peripherals that require the high frequency clock are disabled / turned off / stopped, how long does the HFINT oscillator run after calling __WFI()?
And...
What's the delay from setting the Start / Stop task in an RTC module to when the RTC actually starts or stops? Is it less than 1 clock cycle on the CPU (15ns)? More than one...
Hi, I am using the nrf52 dk to sample two analog inputs through PPI.
My question is if I can use different bit resolutions for each analog input?
-Erblin
Hello !
I have a problem with my program (on a nRF52 board) : when I send a value to the board via BLE, it seems that my static variables are reset.
I noticed that, because...
I need to store data in some moments and if something happen i have to read those data, i have to do a log events.
I use nrf51-dk and soft device s130. This data is taken...
"....\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production. Please see github.com/NordicSemiconducto.. . to generate it.
i found...
nrf51 dk with 51422 device (10028) was running in Segger Embedded Studio example imported from IAR / Keil ble_app_cscs_pca10028_s130 SDK12.1.0 was just fine. I loaded couple...
Hi,
I'm new and I'm a student.
I have to connect the adxl345z to my board mb39c811-evbsk-02.
It has an nrf51822 integrated.
Someone can explain which pin of i2c/Gpio i...
We wanted to update the firmware over the air, We needed help for zip file creation(.dat file, .bin file and .json file). There are many links online, We needed an link which...
Hi,
I'm developing to NRF81522 mcu, using a softdevice S130.
The MCU is connected to another device through the UART peripheral.
I'm encountering the next problems...
Hi,
I am getting data from sensor and want to replace some new data with the older one in flash using fds. Right now,firstly i will write into flash by using one different...
I am using the nRF toolbox to upload bootloader and firmware to a hardware project. Our project requires the number of packets (found within settings > nRF toolbox > Number...
Hi,
I am trying to flash the blinky example from nRF5_SDK_12.0.0_12f24da, the program compiles and is also downloaded to the NRF52 DK successfully. But the LEDs are not...