Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
Using the nRF52832 and SoftDevice s132.
If the application code disables the SoftDevice, then the application CAN erase UICR memory in the nRF52832 device.
The question...
I control a module over UART using app_uart_fifo. This module is controlled from nRF host by commands to perform things. This generally works fine but however, sometimes when...
Hi,
I write a code for the max6657 temperture via modifying the SPI MASTER Example. The function for reading max6675 via SPI is shown as follow
uint16_t readCelsius(void...
Dear Nordic Team,
Thanks for supporting.
How to calculate the battery voltage level from Eddystone TLM. Its always transmit 240mV.
I am using CR2302 3V battery.
...
Hi all !
Can you tell me if it is possible to flash a single nrf51822 ship directly or if it requires at least the minimum oscillator X1 in order to be flashed?
The...
Hello. I want only 1 to 1 bluetooth matching about nrf51822.
I want only 1EA central with 1EA peripheral matching.
I set as below.
1EA - Bluetooth Central - UUID...
Yesterday, I asked a question (so far, no one has answered) about how an OS upgrade on my desktop computer might have broken my ability to flash and run BLE apps on the nRF52...
Hi there,
I have two nRF52 Preview DK boards, SDK 0.9.1 and 0.9.2, and SoftDevice S132 1.0.0-3 alpha. Several months back I got the Bluetooth heart rate demo from SDK 0...
Hi,
i am trying to wake up the nrf52832 from system off with a gpio interrupt.
When the signal on my gpio pin 28 goes from Hi to Lo, i trigger a callback function in...
Hello all,
I'm building a project on the nRF52382 with the S132 (v2.0.0-4.alpha). The project includes a Central device (GATT Clients) that read and write to 2 peripheral...
Are there any specs available regarding the performance of the nRF52 ADC's internal voltage reference? Accuracy (%) and temperature drift (ppm/degC) would be good. I couldn...
Hello,
I'm developing proprietary radio protocol using nRF52 (not using softdevice) and would like to know if it is allowed to write NRF_RADIO->FREQUENCY register while...
Hello, I've got a problem with an app_timer
starting from the BLE_UART example, I've set
#define APP_TIMER_PRESCALER 4
#define CLOCK_CONFIG_LF_SRC NRF_CLOCK_LF_SRC_Xtal...