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 ordered a nRF5340-PDK board and i'm trying to get it to work.
When flashing the Heart Rate hex file I couldn't find the device (i pushed the reset button)....
I am using SDK 15.3, SES 4.30 and softdevice 132 with the ble_app_uart_c as the core functionality for my system.
I've read many dev support threads about this issue and...
hi... I am working on nRF52832 . nRF52832 ,RX TX is connected to the esp8266 of tx,rx . i want to send the data from nRF52832 TO ESP8266 via uart . which function can i use...
I'm running the ble_peripheral\ble_app_uart example on my nrf52832, it works great.
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART" /**< Name...
Nordic Support,
I came across the following thread that says that SWO is not supported on the nRF9160:
https://devzone.nordicsemi.com/f/nordic-q-a/56098/is-swo-on-nrf9160...
https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ADXL375_5F00_I2C.zip
i was using the code from above link
my sdk is 16
when...
Hi,
I am testing NFC on the nRF52840 preview kit that I have (PCA10056, v0.9.2) using the included NFC antenna. I am running the pre-compiled examples from the 16.0.0 SDK...
Hi
My company is currently using nrf52810 for a tracking application, but I see there're some new features on your nrf52811 iteration, as phased-array aperture and thread...
Hi!
I'd like to get a minimal "Hello World" example working for data transfer over 802.15.4
I have two of Makerdiary nRF52840 MDK USB Dongle, one as sender and one as...
Dear all,
I'm using nRF52810 with nRF5_SDK_16.0.0_98a08e2 and s112_nrf52_7.0.1_softdevice
I've implemented a custom service which exposes 4 characteristics.
2 of them...
Hi, I am trying to build ADXL362 with pca10090ns for nrf9160DK (PCA10090) (west build -b nrf9160_pca10090ns). I have added the following configurations in prj.conf. Though...
Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit...
I am evaluating the nRF52840-DK dev kit and want to to make changes to the 'LIGHT_SWITCH' application so I understand better how this is achieved. I have some demo code, but...
Hi
We are developing a custom board with nRF52840 and nRF9160. The 9160 is running a modified version of serial_LTE_modem, whereas the 52840 is running the main application...
On a custom pcb, an I2C sensor is connected on P0_15 and P0_16 ( SDA & SCL ).
When sensor reading is requested, the code is designed to wait till the reading is returned...