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, i'm using nRF52 DK to communicate CX93510 encoder chip via SPI. I'm using nrf_drv_spi library with SPI0 connected to pins:
#define CX93510_MISO_PIN 22 #define CX93510_MOSI_PIN...
Hello all, I'm working with construction like:
To pass some data between APP and BOOTLOADER. At first I tried to place this buffer to the end of RAM, but after restart content...
Hey Hi all, I am new to BLE Technology and it's programming. Well, I need some help on my project that I am working on. I have multiple (=25) peripherals and I want each peripheral...
I've got a custom board using the NRF52810 with SDK v15.0.0.
I am using the TWIM driver (nrfx_twim.c master mode) to drive an LCD driver IC, a capacitive touch sensor IC...
hi , endnode, I has changed app_util.h as this link
https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104059#104059
the max link...
Hi,
Is it possible to use variable Read/Write twi data length?
I'm using:
nrf_twi_mngr_transfer_t const i2c_write_raw_transfer[1] = { //NRF_TWI_MNGR_WRITE(I2C_HUMIDITY_SENSOR_ADDR...
I'm looking for someone to hire to make a Thingy program for me.
I'd like to program the Thingy so it picks up ANT+ MO2 data or other ANT+ data from multiple sensors and...
Hello,
I would like to use the bouttonless dfu feature in my application, but I have not been able to run the sdk example ble_app_buttonless_dfu.
The application does...
Hi
I have query on glowing multiple LEDs example 8 LEDS with GPIOs of nrF51422
So went through nRF51822 series based EDK design files and i see they use 4 LEds to which...
Hello,
I have been trying to test the ble_app_beacon example code that comes with SDK11.0 and upon building I got the following error:
Upon trying the ble_app_beacon...
I might be missing something but it doesn't look like the TWI sensor example in SDK 15 even uses the TWI sensor library. It looks like it uses the driver directly.
Also...
Hello
We try to measure package loss if BLE Advertising & BLE Mesh is used in a congested environment. (WLAN accesspoint has MIMO, 18dBm, heavy data transmitting with psping...
Hello Everyone,
I am using nRF52 DK and i have 2 SPI slaves (ADC and EEPROM). ADC works with SPI mode 1 and EEPROM works with SPI mode 0.
I figured that i need to manually...
Hello Nordic, I've been searching the forum and the SDK for code examples that specifically use Bluetooth 5; could you direct me to that code? Many thanks in advance for your...