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,
I've been using the python bindings for the pc-ble-driver and have been getting things to work, but I noticed there is no API exposed for reading the RSSI of a connected...
I am using nrf52811, SEGGER Embedded Studio and I want to use Beacon demo. I click Build and Run , it prints as below:
And I can not find the beacon device in nRF Connect...
Hello,
We are planning to buy the BWG840F BLE to Wi-Fi gateway.
https://www.fanstel.com/wifi-ble-5-iot-gateway
It has the nRF52840 module (BT840). We have the nRF52833...
Environment:
Segger Embedded Studio
nRF52840
S140
Windows
nRF 5 SDK 17
Hi,
I'm developing a device for a small side project. I need to get logs in both the...
I am trying to integrate MAX30003 drivers in spi_pca 10040 example, So that I can get the sensor readings of the MAX 30003 sensor. But I am stuck at this error.
When I...
Hi,
I am using nrf52 development kit . I connected peripheral device and communicate all characteristics using DK.
But i want read rssi value from peripheral. I didnt...
Hi,
Do do you know of any Xamarin Development being done using your development kits?
Trying to determine the best way to get up and going using Xamarin vs native iOS...
Hi there,
Just wondering why serial_uartes example has been removed from SDK17, We have to use 2 uarts at the same time.
Is it intentional or accidental ?
Thanks,...
Hi everyone. I'm using a Thingy:91 and the asset tracker application. I can compile and flash (using SES and a Segger J-Link) the application and the device connects to the...
Hello,
I read your white paper nWP-030 about selecting the decouping caps. But I didn't find any explanation why you also specify maximum values for the caps. Especially...
Hey,
I am using SDK12, S130, nRF51822;
Trying to create a DFU update for application which Also writes over a certain area in the reserve app data, in the end of the designated...
Hi,
I'm using 52833 and S113.
My system works well, i have all my caracteristic and i'm able to read it out with nRfConnect mobile app.
But it is terribly slow .
I...
I'm using nRF52832 S132 and migrating from SDK 15.2 to SDK 17.0
My previous code used nrf_serial which appears is no longer available in SDK 17. I don't see any info in...
Hello everyone,
I would like to add ble secure bootloader on my NRF52840 dongle, I have already do that with the nrf 52832 DK But there is no example in the SDK for PCA10059...