Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
Hi, I am a beginner for NRF52840. I started with PCA10056 Board and installed SDK Version 13.0. I am using IAR embedded workbench. I started with blinky example and worked...
I am having problem with the PWM driver.
I need PWM for a very simple application where I need it to drive a buzzer with a series of 50% duty cycle pulses.
Trying to set...
Hello,
I currently have a working device on nRF52832 that uses s132_5.0.0 softdevice that also works on nRF52_DK.
I'd like to port this device to nRF52840_DK, but I face...
Struggling to make nRF52840 dongle run on Windows 7/8.
We tried installing the driver files [nordic_cdc_acm.inf ( nRF5_SDK_15.2.0_9412b9\examples\usb_drivers )] but there...
Download the softdevice and example code, can't find bluetooth name on phone,the code download the nrf52840 PDK can find bluetooth name,two boards debug information is the...
NRF52810 RSSI accuracy in long time testing
Hi, we are using NRF52810 in our indoor navigation projects. By calculate signal source RSSIs got from different receiver we...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
Chromebook: ASUS C101P, Chrome os 70.03538.110 (32 bit)
I have a BLE...
Hello! I'm trying to program a code using just one button.
I'm using BSP_BUTTON_ACTION_LONG_PUSH (5) and MY_BSP_BUTTON_ACTION_LONG_PUSH (3) [which is exactly the same as...
I have started to work with nrf52 sdk with using some example. I see the next step is to build own simple project with using some things like ADC, BLE(1-2 chars) and GPIO...
hello all, i am working on nrf52832 ble board. right now i try to add secure pairing connection for security purpose in my code. i use segger studio for programming. i did...
Hi, We made a custom board using the NRF52832. Everything is working in our system except BLE part. We are using SDK 13 with Softdevice of S132 v4.0.2. We tried to flash examples...
I'm using SDK 14.2, S132, and the NRF52832
This problem occurs during the pm_init() function when initializing the soft device. Investigating further has led to the pages_init...
Hi, I've been tasked with sending commands to an nRF52840 Board via a React Native mobile application I've developed, but have no idea how to do so. Our company uses:
...
Hi all,
I would like to learn how to use the USB peripheral these days. So, I programmed the example of usbd_cdc_acm on PCA10056. The PCA10056 couldn't be identified after...