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...
In a timeslot-based multi-protocol application running on an nRF52832 with Softdevice S132 7.0.1, at seemingly random points and very rarely I observe the softevice calling...
There is an error in your documentation here:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_bootloader_dfu_banks.html?cp=7_1_3_5_1_2_2#lib_bootloader_dfu_appdata...
Hi, I need to support both BLE update and serial update with sdk 17. Going through some past post, the idea is clear.
1) Start with DFU_BLE example project.
2) Add the...
From my understanding, notifications have guaranteed in-order delivery at the lower levels. I'm working on a small file transfer system out of an nrf52840, trying to decide...
Dear Sir/Madam,
As a BLE solution in our products one of the candidate ICs is NRF52820. Our current PCB is a 2 layer one. But the reference design for NRF52820 is 4 -layer...
I'm evaluating if it is possible to build my Bluetooth application using the nRF Connect SDK (v1.3.0) instead of the nRF5 SDK and not be worried about any certification issues...
The nRF Connect app on iOS is able to display "Appearance" information that displays known devices such as a Wearable or TV set. After some research, the Appearance value...
Hi,
What is the BLE Bluetooth ID for the nRF52810 / S112 configuration?
Is there a list of all Qualified Pre-tested Component ID somewhere?
Thanks for your help
M...
Hi,
I am requested a SUPL-C license for running agps. But I got reply mail as SUPL-C license application was not approved.
I have an active/approved DevZone account. ...
Hi,
I am trying to put the micro nRF52 in sleep in the configuration "System OFF, No RAM retention, Wake on GPIO " in order to spend 1.2 uA.
After start:
configure...
I used SDK v15.2.0 (for older project) and SDK v17.0.0 (newer ones), for 52832 and 52840 (and perhaps in other platforms) I noticed there is discrepancy in UART baudrate config...
Hi,
Are there any examples utilizing the nRF9160 RTC? I want to timestamp my data that I send to the cloud because my use-case involves queuing up data for extended periods...
It seems that the socket errors in https://devzone.nordicsemi.com/f/nordic-q-a/64930/https_client-sample are caused by at_cmd_write being called before at_comms_init :
Breakpoint...
Hello,
Our product is running on a nRF52832 with SDK 15.2.0 and softdevice 6.1.0 and I am wondering if there is a way of verifying that all BLE related functionality's...
I can not connect to nRF52840 DK with running Bluetooth: Peripheral HIDS keyboard example from macOS. And also with some other examples which I tried, but I chose this one...