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 there,
It isn't obvious from the reference layouts on the downloads page for nRF51822-CFAC if the ground plane is supposed to create a 50 Ohm trace going into the balun...
Hello everyone, i have a task where i need to transfer 50-100kB of data from ble peripheral to a central device. I have read many posts here and i have a pretty good idea...
Hi, I work with the nrf51-ble-driver_win_0.5.0. I changed the heart-rate-collector to discover the characteristic of connected devices. Maybe I'm blind. But the ble_evt_handler...
I want to accomplish something very simple: use a timer to output a continuous square wave on a certain pin, at 30-60kHz or more. It doesn't have to be PWM or anything fancy...
Hi,
I'm working on a BLE application which use ECC.c (Elliptic Curve Crytography). The problem is Keil has found an Error:
._build\nrf52832_xxaa.axf: Error: L6218E:...
Hello Support Team,
I am developing a BLE project use of nRF52832.
My work base on SDK 12.1.0, I have research these workflow, I find that are 3 channel radio when RSSI...
HI
I'm trying to connect a heart rate sensor to nrf51822 but I cannot find a suitable sensor. Could you please recommend a heart rate sensor which nrf51822 can support...
I am using nrf52832 with softdevice s132, it use the power manage function to enter to the sleep mode.... But i cannt recognize whether it is in sleep mode or not.. Can anyone...
Hi,
I am trying to port pca20006 smart beacon kit code to pca10028.
I have attached main.c --> main.c
I am currently using following ROM and RAM configuration for pca10028...
I want to know that how to judge the Traffic block.
If there are 1 BLE and 1 android APP. It must be ok.
if the number is 2,3,4,5....n
What is the maxium n?
How to cal...
Hello,
I am using a custom board and my setup looks like this:
nrf51 chip
16KB RAM
256KB of Flash
external crystal of 32MHz
SDK12.1
Compiling on Linux...
Hello,
I am trying to read values from MPU9250, I can read them from accelerometer and gyroscope but when I try to read from magnetometer i cant get any values on UART...
I'm working with the SAADC peripheral example and I'm trying to add some code to set the ADC resolution. I've tried doing this several different ways based on what I can find...