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
Is there a way to disable the on-board SEGGER J-Link ? ( jumpers ? )
The reason is that in our design we will use an external J-Link ( no space for OB ) , so we want...
github.com/.../nrf52-ble-multi-link-multi-role I used this code and add the thingy code. connection is successful but some thingy don't get sensor value.
i want to disconnect...
i am trying to connect nordic nrf52832 dk as a central to my custom peripheral(sensor tile) .peripheral is advertising different services and uuid of the one of service is...
Hi,
I want to define two different channel for I2C and interface two slave devices. nRF52840 will always be master in this case. As mentioned in the Product Spec. of nRF52840...
Hi,
I have a 128bit UUID on the ad block which I need to change on the fly to another 128bit UUID.
I tried different solutions and searched for a good example, however...
I want my device to blink a LED periodically when there's a BLE connection. This BLE connection will usually be idle and every now and then there'll be heavy traffic back...
I'm working on a project & I followed the procedure found here
in the answer, it works with me when I tested it when pairing from the bluetooth devices shown, when I tested...
Hi DevZone,
I am trying to add a 3rd party library (consisting one c file and 2 header files) into a SDK example in Segger embedded studio.
I don't know the exact procedures...
Hi,
I am using nrf42840 dk board,sdk 14.2 and keil IDE.I have integrated bmp180 sensor code with ble_app_proximity code.I have no errors.After loading the code,I am getting...
Hello! I am migrating ble_mpu_simple code from sdk 14.2 to sdk 15.2.While migrating,I am getting the error.
error: #20: identifier "SPIM_CSNPOL_CSNPOL_LOW" is undefined...
Hi team,
I am using nrf52840 Development Kit,sdk 15.2,Keil IDE
I am using MPU6050 sensor.For that,I used nrf5_MPU_examples_master file.
I have integrated ble_mpu_sensor...
Hi,
i was looking for nrfjprog command line tool on nordic website. But this tool not available to download. Is this tool got replaced?
If yes, then which is replaced...
Everybody is good !
I want to know whether BLE can broadcast, connect and communicate normally when nrf52832 communicates with nrf24L01.
The data manual says that it supports...
Hi,
After long time again started working on nordic controller's. Previously my pc was properly configured for NRF5x environment which includes gcc and flahser.
Recently...