NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
C:\ncs\v2.6.2\nrf\samples\nrf5340\empty_app_core>west build –b nrf5340dk_nrf5340_cpuapp –p
while building the image, getting error:
ERROR: source directory –b does not...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
Hi,
I just got an Arduino and a BLE shield. I was following the Smart Starter Kit. The demo project have me errors, so I just started using the proximity example, and editing...
Hi,
I am using the nrf8001 module provided by adafruit ( www.adafruit.com/.../1697) but it's not clear if the RDY and REQ pins available on the chip are active low or not...
I have made a small device composed by
SD310-1.0, boootloader and application. The device is sealed to be waterproofed and has a serial conenction used by the custom bootloader...
I've been working with SDK 7.1 and I am struggling to understand how to get the makefile working with an NRF51822-QFAA device rather than a nRF51422-QFAC. I have samples of...
Hi all,
I did this upgrade hoping to have a TX_COMPLETE event issue fixed (I'm not able to send more than 1 buffer per connection it seems in my notification based service...
Hi,
There are two advertise nodes, only broadcast (one packet/s) . The S120 star scan. At the beginning everything is OK,but after a while, maybe 3-5 minutes, only one...
Dear all,
I've loaded this example github.com/.../Blinky_ble
into the nrf6310 as it is, and s110_nrf51822_7.0.0 as a softdevice
I am connecting to the module through...
I need the nRF51-DK-HW hardware files ,but without a product key.
And I cann't buy a nRF51 in CHINA.
Someone can give me a product key or
help me to buy a nRF51.
Thanks...
Hello everyone,
I have developed a firmware that makes accurate time of flight measurements, working with my own protocol.
Now I need to integrate this firmware with BLE...
Hi,
We would like to switch to a stand alone debugger for nRF51822, However in the product specs ( www.nordicsemi.com/.../nRF51822 ) mentioning that standalone programmer...
Hi guys,
I have nRF51822 Evaluation Kit.
I am trying to make simple project for my senior design.
Here is the setup.
I need to control simple on/off switch from...
Hi, I'm developing a BLE application.
I want to send multiple packets (from same characteristic) per connection interval.
I've read this question:
devzone.nordicsemi...
hello,
I am trying to develop an application using s130 softdevice on NRF51822 board.
i am able to do a undirected adverisement after a scanning. But when i am trying...
Hi
I use proprietary service to transmit data between iOS and nRF51822. The example I referred to is below.
C:\Keil\ARM\Device\Nordic\nrf51822_v6.0.0.43681_Backup\Board...
Hello,
I need to send packets on a specified advertising channel and receive them at the same advertising channel. Unfortunately, the SoftDevice API does not seem to support...