Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
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...
I am now based on nrf52832 SDK14.2 development, I tried to use the PWM driver and timer to drive the corresponding two IO port an irregular waveform, I originally thought...
I am using the Hackable kit which has nrf52832 to control a servo motor and read accelerometer(AXL335) readings through a iOS app. I am a novice when comes to embedded. I...