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...
Dear Nordic :
I am developing power meter based on NRF52832/SDK13.1.
I need a 20ms timer to retrieve data from sensor.
I notice that,if i set the timer in repeat mode...
Hi,
I am trying to run a simple LED blinking program using timer 0 using HAL library.
in functions such as
nrf_timer_bit_width_set (NRF_TIMER_Type *p_reg, nrf_timer_bit_width_t...
Hello,
I am trying to merge ble_app_uart with light switch server example by following this link. But while building I am getting the following errors.
I am using SES...
A source program, with another computer compiled to generate HEX files, download to the NRF52832 development board, GPIOTE function can work properly. But the same source...
Please point me in the right direction if you can, I'm stumped. My project is based on the app_hids_keyboard sample, using the pca10040 board (nrf52832) and SDK 14.2, soft...
I want to store some data, so I first write the initial data, then update it again and again when need. I think the record_update function should new a copy of the old data...
hi all
I am facing the issue that the chip still retains in debug mode. SWDCLK pin has connected to GND directly.
steps:
1. after flashed hex file, removed debugger...
Moving from SDK14 to SDK15, I noticed that USB takes long time to make connection (20 - 30 seconds). Comparing nrf_drv_usbd.c, I realized that the "shortcut between EP0DATADONE...
Hi Nordic team
I want to switch between DTM and normal BLE by pressing the button.
It is base on two example ble_app_att_mtu_throughput and direct_test_mode.
Is there...
Hi,
My central device should scan and should get DIS of one peripheral and store in central and central should pass this information to other peripheral .
or
Central...
I am using nRF52832 with Beacon_App. I can able to get UID, Major, Minor, RSSI from my Raspberry PI using Python code.
I want to calculate the distance between my Raspberry...
I'm using S112 and SDK 14.2 to target NRF52810, but using the PCA10040 DK for now.
I've been coming back this issue multiple times over the past couple of months, still...
Hi @ll,
I tried to get the dfu example up and running but there are a lot of problems I encountered:
- Using the device_page_generator.py the string for the public key...