Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
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 am using nrf52840 as PTX and nrf24l01+ as PRX. The application I am working on requires me to send 30 bytes from PTX to PRX at a 2 kHz packet rate. If both devices are near...
I am trying to make ble communication work with I2C but i cant make it work i dont understand what is the issue the code is being build but it does not advertise can someone...
I'm building a firmware for nRF52 which is using app timer v2 with RTC1. After a while, app_timer starts running many times faster than normal, and I'm not sure why. Nothing...
I use pc-ble-driver to control nRF52840 dongle. I want to speed up scanning of advertising time.
So I change SCAN_INTERVAL and SCAN_WINDOW.
How can I modify the parameters...
The enocean_switch example has MESH-config example, to store data in FLASH, within the mesh rules.
I use it in my app, IT WORKS, but the biggest data array what I can store...
hello folk,
I am working on nrf52840, I want it to assign Static UID of any kind that even won't change after the device gets reset.
I have already gone through "FICR...
Hi,
I am looking at using the nrf5340/nrf9160 in a device. In this device, I need to have high endurance storage of some data that must be kept secret, integrity checked...
Hi,
My project involves an nRF52840 DK connected to an accelerometer on a breadboard, connecting to my Mac via USB-micro.
I'm editing the twi_scanner SES project so...
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
I took ble_app_uart example, and then modified it to run I2C, SPI. everything is working fine
problem I...
I have a question about how to perform DFU over Mesh.
I'm using nRF52840 device.
Following the steps at the URL below (Configuring and performing DFU over Mesh), I'm trying...
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
Reading the spec of nrf52832 I saw I2S, I need to interface a MIC, so I selected I2S Mic SPH0645, but after...
Hello,
is there a way to record Advertising Packets on all three channels (37,38,39) simultaneously using 3 individual nRF52840-Dongles and piping the output to a stream...
Both Devzone and Mesh SDK 5.0 are mentioned that store user data in mesh should using flash manager.
But read the source code of the mesh SDK , the mesh SDK already called...
We have used nus profile for over a year, and it has worked as expected. Now we added security to the BLE connection, with ble sec connection enabled, it works as expected...