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...
Hello,
I interfaced nRF9160 and SD card using SPI. I started with this sample: ncs/zephyr/samples/subsys/fs/fat_fs.
Now once the files from SD card are read, I want to...
Hi, I've began making a SPI module for programming a PIC16. It only transmits data, so two pins. My questions are: 1. any obvious errors? 2. does the EVENTS_ENDTX occur when...
Hello everyone
I have an question when I used the 52832.
First of all,I configed "nrf_drv_spi_init(&spi, &spi_config, spi_event_handler, NULL);" and the file (nrf_drv_spi...
We are about to use the nRF52832 and are looking at which SofDevice to select for a Central-only implementation. The S122 summary says it targets the nRF52820 and nRF52833...
i m using NRF52840 with sdk 15.2. In that i m testing direct test mode by UART.Now i can do transmit mode.i can check through nrfconnect dtm mode. i cannot check receiver...
Hi,
I tried the following AT settings on the nRF9160 DK board:
AT+CPSMS=1,,,"00111000","00011110"
AT+CFUN=1
After this the modem enters PSM mode and the current is...
Hi,
One of our modules using PCA10090 0.8.2 programming and production nRF9160/nRF52840 modules.
Our customer reported that they can't use PCA10090 0.9.0 re-programming...
Hi! I ran into a little misunderstanding in setting up clock frequency for PDM. I need to work with lower clock frequency than default - 0.64 MHz. I see, that PDM_CLK = 32...
Hi,
Some questions on the scan consumption of nRF52840 and using the attached Online Power Profiler for BLE as reference
If I am using my nRF52840 to scan 24hours at...
I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?
I am currently making a program that will interpret serial commands from UARTE1 and then send + read something from the other (UARTE0). Previously, when I have been using...
Hello,
I want to be able to send 1 MB of data from a server node to a client node
I have made a simple model with an array that holds 300 bytes.
and upon a timer the...
Hi,
I want to connect Multi peripherals to one central and want to send the device name(peripheral which is connected) through the uart.
How do i get the device name which...
I have seen some variations of this issue but hoping someone can lead me in the right direction.
Similar to others, I am using NRF_LOG_INFO for debug messages. It works...