Hello all, i made a board with this BLE chip:
nRF52832-CIAA-R
What happens is that when i enable power supply i can see the circuit is properly in advertise ( i can scan...
Hi,
nRF5340 and SDK v3.0.0 I'm using.
Currently my nRF5340 based BLE device can be bonded with smartphone via passkey, after bond is done, the device stops advertising...
I am developing a project using the nRF54L15 DK to interface with an ST25DV64KC NFC tag (specifically the Class 3 or Class 6 daughterboard from the ST25DV64KC-DISCO kit)....
I have a project migrating to nrf Connect from ESP-IDF. We need to recreate a system to work with existing devices on BLE Mesh, but I am having trouble figuring out how to...
Dear colleagues, I am using the Nordic nrF9151-DK as part of assignment 2 of the intermediate Devacademy course. This assignment is about trying and using the various vscode...
I'm building a project where I need to sniff bluetooth data exchanged between a Voltcraft SEM6000BT plug and my phone app. The idea here is to capture the BTATT (where the...
Can you clarify, is it possible for the nPM2100 to set Vout < Vbat I.e. 1.8v out with 3v battery? The behaviour of the EV kit suggests not...
The datasheet isn't really...
I've just finished my first layout for nRF51822, and I need a help with the attenna design.
The RF part of the schematic and layout is a copy of your reference design, "PCA10004...
Hi
I'm using BLE400 board (from waveshare) which have a nrf51822 chip on it. When I want to program the softdevice with nrfgo I encounter the following error:
link text...
Hi, I got a problem.
I created a timer, interval is 30ms.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_10_MS) /**< Minimum acceptable connection interval (0.02...
Hey Guys,
I am trying to create a workflow for creating new project from scratch in eclipse, traditional way with nRF5 sdk provided make file is not scalable and it really...
We are using a MMA8452Q accelerometer connected to an nRF51822 via TWI using the twi_hw_master. Reading the WHO AM I register is the first attempt to get the TWI running but...
Hi,
let's say I program flash with SD, Booloader and merged App1&Ap2 images. I need to switch application (only once, after some self tests) using some command from application...
I am having an odd problem.
nRF52
softdevice S132 V2.0.0
I have a bootloader and application. when I program them directly to the device they both work fine and can...
I need to get three ADC data from acceleration sensor with nrf51822. I tested getting a ADC data using simple_adc_pca10028(Keil_v5/ARM/Pack/NordicSemiconductor/nRF_Examples...
Hello
We are about to move an old design based on the NRF51 to the more powerfull NRF52.
In this context we would like to use some of the new API’s that has been introduced...
Recompile dfu_dual_bank_ble_s132_pca10040 example from SDK v11 with softdevice v3.0 header. DFU is advertised, but not able to connect to it. always timeout,
There are three...
I made a product with nrf51822AC(based on SDK6.1&softdevice7.3), now we want to do BQB testing and I am working on our board's DTM code.
I have tried example "\Nordic\nrf51822...
Hi Nodic:
I use the PCA10028 V1.2.0 board , and use "nRF51_SDK_9.0.0_2e23562" SDK, ..nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm5_no_packs...
Hi,
In SDK11 I was able to update advertised device name without restart, just handled write on the characteristic and update advertising data (through a second call to...
I'm going through pin_change_int example and can't understand how we tell controller where locate the function for our event.
Probably it occures in channel_port_alloc that...