Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
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...
Hi,
Based on peripheral uart sample code on nRFConnect SDK 1.8, I'm developing a custom BLE application under nRF5340 using VSCODE though nrfConnect extension.
In order...
I tried to program this example developer.nordicsemi.com/.../README.html onto the nRF5340 network core, following the instruction from here devzone.nordicsemi.com/.../ncs...
Hi,
I am new here. I have a very basic question, maybe bordering on Dumb.. but couldn't see the answer in previous questions.
My board will normally be working on AC power...
Hello,
I'd like to remove the "configurations" in Segger Studio and the associated extra directory level; I consider them counter productive.
So how can I get rid of those...
Dear Sir.
A timer is defined for 1 hz,
Every 3 minutes or so we drive the buzzer with different pulses ( see code attached )
We are using the PWM to drive a buzzer...
error repported segger
39 minutes ago
Online lm
47 pts.
Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I...
Hi team,
I'm streaming the sensor data through USB (using hterm) every 2.5ms.
i have configures USB as CDC and using virtual COM port.
In each iteration, i transfer...
i have nrf52832 using nrf sdk version_17 and s132.
I have application for logging
i have followed steps:
1). intially device in sleep mode
current: 0.35 micro Amp...
Hi,
I am working at a project that was abandoned by a guy that worked on my position. I have to fix some issues and add some features. I'm using SDK 17.0.2, my IDE is VSCodium...
Dear all,
I am now using two nrf52840DK and nrf connect sdk v1.7.1,and I want to send packet using llpm mode between two devices,one is receiver and the other is sender...
I need a battery-powered programmable device to communicate via Bluetooth to a headset, and communicate with another device via serial (TXD/RXD) interface. Performance requirements...
Hello,
I am writing a single byte value to a cypress module using write with response (BLE_GATT_OP_WRITE_REQ). For some reason the peripheral will receive the value but...
Hi!
I am trying to develop a way for a Bluetooth Central and Bluetooth Peripheral using Secure Connections (security mode 1 level 2 if I'm not mistaken) using a static...