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...
I've made a project that scans and advertises.
The first problem: When i have one central link, I get the problem that the client service gets events twice.
<debug> ble_db_disc...
I'm using nrf52840 SDK V15.3.0 SoftDevice S140. I want to test long range feature and 2mbps mode also . How to add these features in SDK example code like ble_app_uart or...
Hi guys, i'm playing a bit with the ble blinky peripheral example, as a precursor to a bigger project.
What im trying to do is disable the services completely, meaning that...
Hi all,
I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read,...
On November 19th, I participated in the 2019 Nordic Tech Tour with my colleagues, but some of the content was not clearly understood, especially regarding the development...
Hi all. I want to measure current consumption on nRF52840 DK (PCA10056).
I have the SB40 cut and the 12 Ohm resistor placed in R90. I measure the voltage on this resistor...
Dear team:
How can I use ble-bas-c to change Characteristic UUID or Connect the 1800 service and rename it with the 2A00 feature value The example is \SDK\nRF5_SDK_15.3...
Hi,
I am new to this. I want to build a mesh network using nrf52832. I have already downloaded and gone through nrf5 SDK for mesh but i am confused about what to use to...
I am using nrf51822 DK. How to set GPIO pins as output pins and access the pins to set or reset the output.For example if I want to use pin 20 as output, how to configure...
I am trying to read if an input is 0 or 1 but for some reason it takes the first one its offered and then it does not change anymore.
int main(void)
{
nrf_gpio_cfg_output...
<Environment> - nRF9160 DK v0.8.5 - nrf tag: 1.1.0 - modem version: 1.1.0 - using an external GPS antenna, SW12 => CON
I'm attempting to use udp_gps, but doesn't work out...
Hi all,
I'm a bit confused. After going through available documentation, I thought I had understood that RTC0 was used by the SoftDevice, but that RTC1 was available to...
Hi,
I am using nRFmesh SDK for a project. I have configured all nodes(devices) into one group. Each device will publish message for every three seconds. I am reading the...