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...
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,
So I've made a post that I was unable to debug my app with the bootloader. But I've found out that it is entirely different problem. So my app is runnning whit FreeRTOS...
I'm trying to sample analog input but there is no value after sampling.
I tested the input by configuring it as digital input and it worked correctly.
Below is code. Any...
Hi,
I totally forgot about the voltage level difference between the debugger and the dongle and connected them. It was somehow working in some cases but not consistenly...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
Hi,
I want to log the application error data log into the internal flash(1MB) using the mesh example. I found that there are two ways of writing 1)FDS 2)Flash Manager. I...
hi ,
i am using nrf52832 dev kit , using which i am capturing accelerometer data from LIS3DSH for an RTC interrupt of 2 minutes, i.e., for every 2 minutes it should capture...
Hi
I have nRF52832 development kit and a few custom boards. I am planning to run some Mesh examples using the boards. But, almost all the examples require at least 2 Development...
We use nRF52832 (S112 / S130) and nRF840 (S140) for our future products
By default server device which supports BLE 4.2 shall fallback to BLE 4.0 and accept connection request...
Hi i have used this tutorial : https://github.com/bjornspockeli/custom_ble_service_example to make a custom service on one of the peripheral.
I have the EVK kit NRF52832...
HI
Unable to find suitable SDK for GT832E . I am trying to build android app for " GT832E " chipset with connection,red and write characteristic functionality .
Please...
Hi,
I have nRF51 Evaluation Board and I can program BT600 Module.
But I am planning for getting BM832. Need to know whether i can program the Module through nRF51 Evaluation...
I have two NRF52 based devices. One is a portable sensor tag and the other is a fixed base station, with an external memory IC and internet access through a modem. The base...
Hello,
When enabling the ADC in the nRF9160 and taking a sample, the power consumption increases with several mA.
How do I disable it, to save battery power when putting...
Hi,
I want to implement a such system that there are about 10 BLE devices running with zephyr os on nrf52832, and some of them act as Central role, and some of them act...