Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
normally the secCount in Eddystone TLM should be the t ime since power-on or reboot:
https://github.com/google/eddystone/blob/master/eddystone-tlm/tlm-plain.md
but the...
set the tx power of a tlm frame with the eddystone configuration service will result currently in an app error. call path is es_gatts_write_handle_unlocked_write -> es_slot_radio_tx_pwr_set...
The function documentation for pm_conn_handle_get says BLE_ERROR_INVALID_CONN_HANDLE is set to the connection handle pointer if the peer is not connected, however it is BLE_CONN_HANDLE_INVALID...
Hi,
I programmed nrf52840 dongle with simple ble_blinky example. The dongle successfully bond with my phone but when I tried to discover services and read characteristics...
Hi
I am working on nRF52832 DK and using Ubuntu 16.04 and Segger Embedded Studio as IDE. When I try to build the AES_CTR program, the following error comes up.
Can anyone...
Hi I have run a few peripheral examples ok and now move to evaluation of ble_peripheral also.
I'm using this version of the SDK....
If I program the softdevice and...
Hi
I am using Segger Embedded Studion on Linux 16.04 operating system. I have programmed softdevice, i.e, I have provided SRAM and FLASH START VALUES and other things. How...
Here is a list of problems I found. Please fix them.
nRF SDK 15.3
Examples: logging does not work in examples. I think the problem is related to this issue .
Documentation...
Hi there,
On my application, I have multiple sensors attached to the nRF52 and I read them every 5 seconds scheduling the read inside a timer handler, then when the Softdevice...
Hi Nordic Forum!
In the past, I set connection interval min to max is 20ms~75ms, it work ok for IOS。But on Android platform, Android use 75ms as actual connection interval...
Usually if i am making C Program then i just include the library and get on to the code using documentation. this is same case when i am using STM32 , Samd and esp32
but...
Hi
For a project I want to send acceleration data via BLE 4.2 (with DLE). An acceleration packet consists of 81 values (24 bits each, total 243 bytes). My goal is to send...
Good day
I converted a Central UART example. I thought I would experiment with the "sd_ble_gap_tx_power_set()" function to see how it works.
When I include the following...
nRF5 SDK v15.2.0, nRF52840
This issue occurs on reset, most often after cycling power.
There are 4 pages reserved and 4 data pages are found. Since a swap page isn't found...
Hello. my name is Alan. I'm a newbie about BLE bonding.
because our new project needs a bonding feature, I referred to the Heartrate example(ble_app_hrs) to apply bonding...