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...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I have seen the datasheet of nRF52840 but I can't find that any GPIO pin used as SPIS. It says that you can configure the pin those whose value is written in the PSEL.MOSI...
Hello everyone!
I've tried to run mbedtls crypto functions which are using cc310 hardware implementation and I have partitions overlap issue.
Our main goal is to test...
Hi there, I've been testing out handling the Apple Notification Service notifications.
I have set up the handler for the ancs_object as on_ancs_c_evt, I can successfully...
Hi,
I'm currently doing a project where I want to sample an SAADC and send it over Bluetooth to another nRF52840 device with different sampling frequencies. The problem...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
Hi All,
I am new to nordic, i am using nrf52840 development kit and using the SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
I would like to start the program from...
Hello,
i am currently developing on nRF52840 using SDK 15.2.0. I have an application and a bootloader. I use the GPREGRET register to boot to bootloader.
I have an issue...
Hi team,
I have a customer who wants to implement the "nrfjprog --recover" command by using the Chinese copy Jlink. They want us to provide the manual which can explain...
Hi, I'm having issues with building sample applications for nRF9160. I'm constantly receiving warning about BSD_LIBRARY wrong value assigned like below:
C:\Users\lszel...
I'm trying to combine hid keyboard with .../peripheral/uart example.
Only after the bluetooth connection is established between host (PC) & nrf DK, I want to continuously...
Hello,
I would like to use the two UARTEs available on nRF52840 with external asynchronous chips.
I've started a new development with the last sdk (15.3.0) and would...
Hi, I am trying to flash my program with the Seggar J-Link EDU Mini JTAG/SWD Debugger on nRFgo Studio. However, it says no device detected, and when I try to recover the device...
Need to send Asset Tracker data to a different AWS site, CloudMQTT. I have located the CONFIG_NRF_CLOUD_HOST_NAME and CONFIG_NRF_PORT in the autoconf.h file. I can easily...
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial
I am starting with this tutorial. I want to program...
Hi everyone,
We are investigating whether the nRF52840 can be used to carry out USB device negotiation with a host in terms of setting the maximum charging current.
Our...