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...
Hi,
I want to reduce the current both in the TX mode
and in the system on idle mode as much as possible.
I measured the current consumption of nRF52DK with the original...
With s132 v3, in addition to configuring the GATT to receive larger packets like so:
ble_enable_params.gatt_enable_params.att_mtu = 247;
err_code = softdevice_enable...
Hi all,
I'm working on secure bootloader on sdk12.2.0, And Installed nrfutil v2.3.0 by following the user guide nrfutil v1.2 successfully and it working well without any...
Hi everyone,
I'm using SDK 12.2 on nRF51822. Trying to get the buttonless dfu app example to work.
Here's what I do:
Compile buttonless dfu app.
Generate settings...
Hi,
I'm new to python and also the NRF51 dongle. I need to build a python script to connect my NRF51 dongle to a BLE device without using Master Control Panel. I tried using...
Hello,
i a have a problem debugging application with bootloader installed. I work with GCC for the application.
What is happening is the following:
If i program application...
Hi,
i used the SPIM example to create a connection with my ads1256. on my breadboard it worked properly. now i switched to a layouted board and every SPI pin is working...
Hi all,
I am using a J link to program a NRF52 via keil. It is successful but, every second program it fails with a Flash timeout error.
I am programming the application...
Hi,
I am trying to secure DFU on SDK 11 (NRF52). Would you please suggest if there is a way to secure firmware on old sdk, without upgrading to sdk 12+?
Thanks.
Hi All,
At the moment, I have three nodes and would like to configure one node as an end-device and the other two as routers. Using CoAP, the simple_coap_server is used...
I am migrating from nrf51 to nrf52. Using SDK12.1
On NRF51, I used the PWM Library to use 2 buttons on the DK to dim up or down onboard LED1 (called OUTPUT_LED).
It worked...
We are attempting to perform an OTA and as such want to transfer a large amount of data as quickly as possible.
When I attempt to transfer the data with connection intervals...
Dear Nordic team,
We have been working with SDK 8 and Softdevice S110 so far. We would now like to have the DFU using OTA for our product. I am looking for SDK versions...
Hallo Community,
I am new with Nordic chips, now Im trying to develop a BLE central, then i took the BLE_CENTRAL BLE_APP_UART example to start doing it, the SDK is the...
hello,i am using nrf52 DK.I was testing ADC example code .I am giving acq time is 3microsec .I want to find the total time is taken to sample adc for one sec.In data sheet...