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.
...
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...
I am trying the https_client sample and I can get it to work unchanged.
But I would like to connect to a different site than www.example .com.
As far as I can understand...
I'm running the ble_app_pwr_profiling example from the nrf5 SDK (16.0.0) and softdevice (s140 7.0.1) on a nrf52840DK (pca10056 2.0.1) and measuring power consumption using...
Hello, I am developing an application on nrf52840 using SDK 17. My application has a bootloader and sometimes when my application is restarting due to a command I send (using...
If we try to force terminate an ogoing BLE connection by invoking sd_ble_gap_disconnect, we don't receive the SD_BLE_GAP_DISCONNECT event in some cases even after the supervision...
One of my projects needs to use NB and GPS functions at the same time. When testing, I found that even though NB network is not transmitting data, after I start GPS, I often...
Hello,
On nRF5340, sdk v1.6.1, I use this function to send data to center via BLE:
ble_data_send ( ble_connection, data, 182 );
and here is the definition of the function...
I build an app Android using BLE lib Nordic version 2.1.1, How can I read the RSSI of the device after my app is connected with the device?. Thanks All
Hi,
How should we interpret this XMONITOR response with regard to PSM:
%XMONITOR: 5,'vodafone.de','','26202','BBA6',7,20,'01442801',240,6300,37,40,'','00001000',' 111...
Hi my application will be based on nRF52820 and has only USB connection (no BLE). I'm developping with nRF5_SDK_17.0.2_d674dde and a nRF52840 devkit. The end user should be...
I'm having trouble driving the BMI088 with the official driver of Bosch BMI088 (link to this driver) in the ble_app_uart routine. I never get the chip ID. Bosch BMI088 official...