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 feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Hi,
We use nRF9160 and nRF Connect SDK in a device project.
Our customer have asked to declare all open soruce software modules and their licenses. Do you have such a...
Hi, I found one older question (7 months ago) with the same problem but that had no answer. Situation:
- SDK 15.3, s132 v6.1.1 - The softdevice has been enabled and ble...
Hello,
I want to add/enable logs in DFU secure bootloader exaple. For that, I have enabled following macros which are needed.
NRF_LOG_ENABLED, NRF_ATFIFO_CONFIG_LOG_ENABLED...
Dear
I am testing AGPS with my THINGY91
SIMCARD: TELIA /Norway
I got the output report:
Could you tell me what is the problem? Telia SIMCard?
Thanks,
BR
...
Hi ,
I use SES to build a project ,SDK version is 15.2.And get the err:unknown register name 'vfpcc' in asm.
This seems to happen with every file.For example :
and...
Hello all,
I am working on nRF52840 EVM board.
I am not changing any thing in nRF52840 EVM board.
I was using nRF52840 board for downloading firmware in external custom...
I'm trying to use an MMA8652FC accelerometer with the nRF52832. When I call the function nrf_drv_twi_tx() the board hard faults, stopping in <SDK>\components\libraries\util...
In the case that I used custom board, I used bootloader_secure to OTA; but after OTA, the program doesn't jump to the application, even app nrf connect notify Sent Successfully...
Dear Community;
I am running some current measurements on the NRF9160 DK. I am following the manual instructions:
1.-I am powering the NRF through external power supply...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...
I have created an out of tree board folder following the same pattern as the Nordic PCA10090 and that is working as expected. What I would like to do now is have 2 versions...
nrf52832 sdk16.0
my program initialize as below:
advertising_init(m_advertising_data_init_array,10);
adv_scan_start(erase_bonds);
scan and advertising is ok,but when...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Hi,
we would like to use a production ready open source RTOS with our nrf52840 development under Linux (with eclipse or visual studio code).
We have tried with mbed...
I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get...