I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
My name is Thomas Ramberg and I'm the founder of Dory in Norway ( dorysign.com ) an upcoming product that is using the Nordic nRF52840 chip. We are about to do CE and FCC...
Hi,
I have a central application that runs on nRF52833 soc. I want to connect it with my nrf connect for mobile app, so I've created a new advertising packet in the advertiser...
Good day, sirs
I am trying to imply function that one central device could connect to max 3 devices, only one device active, while switch active device between the three...
Hi,
I'm working on SDK 15,
When initializing USBD using function app_usbd_init, I found that if APP_USBD_CONFIG_POWER_EVENTS_PROCESS = 0,
it disabled all USBD event...
HI everyone, i have a problem when implementing Butterworth bandpass filter in SAADC module to cancel out the noise of our ECG module.
I used " nrf_saadc_value_t m_buffer_pool...
---
I want to apply whitelist and peer manager to an existing project Now, the whitelist is not applied, and if you give the 'scan start' command, the scanned device lists...
Hi Team,
We are developing an application where we have PWM like pulses coming from our sensor. Max frequency of this would be around ~8k. We want to poll the number of...
Hi Team,
I am initialized to work on NRF52840 Dongle
Here I want to see the log or print statement for my developing purpose
i used tera term to view my log but no statements...
Hi,
I have 3 nRF5340 Audio DK's and want to decrease the sample rate and the bit rate. By now, I have changed the rates in the .config and autoconf.h files (from 48kHz to...
hello, team:
I'm new to the nrf5340 develop.I have installed the nrf connect SDK v2.0.2 many times.
when the installation end,I can only find nothing but the '.git' in...
Hi
The documentation of nRF5340 Audio Application of nRF Connect SDK 2.1.1 mentions "onboard hardware codec" and "external hardware codec".
From https://developer.nordicsemi...
I am using a development system that uses a Microchip MCP2515 chip which has the drivers included with Zephyr and everything works perfectly with 52840dk board. Who can tell...
Hi,
I am evaluating the nRF5340 Audio DK by applying the sample code nRF5340_audio.
I tried changing the frame to 7.5 ms by editing prj.conf as below and no audio came...
Hello everyone
i am used Arduino nano ble 33 board in that board nrf52840 is used anyone known how to increase Tx power of Bluetooth i am used Arduino ide for coding
I'm using version 2.0.2 of NCS
I have code working with nRF52840 in Zephyr
I need to move that code to nRF52832 (also in Zephyr)
My application is failing to start BLE...