Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
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.
...
I'm having a strange problem, where sd_app_evt_wait() won't make the CPU sleep, after I've started a app_timer (consuming >2mA). Its working perfectly before I've started...
hello,
I want to generate a square wave; examples of your company use PWM official offer;Square wave frequency lower accuracy, configuration 10KHz frequency, there will be...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi, this is my first question here. I am using softdevice S120 v2.1 for connecting and discovering a custom service with 9 custom characteristics. I was trying to read all...
Master Control Panel occasionally works for me, but at other times it will never launch. I click on the app, something seems to happen but the window never appears. I tried...
Hi,
I'm looking for an easy way to send raw data measured by NRF51822 (as single bytes) to a host computer, without using Nordic dongle.
The example project ble_app_uart...
Hello!
I have a problem with getting a value (uint8_t) from a characteristics.
I am using 2 nrf51422 boards, where one is a central and the other is a peripheral. I...
I am running a GATT server with multiple proprietary characteristics. I need to perform an action when some of these characteristics are read. They are read-only characteristics...
I'm using an nRF52832 (QFAAB0) on a custom PCB, nRF5 SDK, S132 v2.0.
I'm occasionally encountering spontaneous resets and want to tract down the source. I found the RESETREAS...
On fds_init() I am getting back an "Invalid Data" error code and I'm not sure why.
This is on pca10040, SDK11 and S132 v 2.0
I lifted the example mentioned here -> devzone...
Hi all,
I am using mbed for developing on nRF51-DK. The code has an initialization of a character array as follows:
char tmpbuff[80];
The code compiles and when loaded...
Hello!
I think I might be having some trouble writing to the UICR register, and I've therefore read the UICR register using the nrfjrpog -NRF52 --readuicr command. Im interessted...
Hi, i used this script to change my MAC adress but i checked with MCP , the MAC @ is the same.
More then that, the error code returned is really not logic in fact i got error...
Hello,
I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions.
In general I am pretty new to Bluetooth development...
Hi there,
I'm currently building a custom app for detecting eddystone/ble peripherals in both iOS and Android, and am using the same hardware to test. On Android, I'm getting...