I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
In the SDK 8.0 are only examples for nRF51422.
Is it possible to compile this for nRF51822 and is the softdevice 8.0.0 for both controllers?
Best regards,
Roman.
Hello,
i am new to nRF Bluetooth.
My Setup ist:
One Atmel atmega640 and one nrf51822 communication via UART (at the moment).
I am sending data from atmega640 to...
Hi,
I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data transferred via an STM32 retrieving the file through USB).
My idea...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...
Hi
Recently we bought NRF51 DK board. Initially when i connect the nrf51 DK board to PC via USB it mounts JLINK driver and on IF/BOOT button it mounts BOOTLOADER drive...
For my application I need to identify the peripheral source advertising packets are coming from. How is this best done with BLE and SDK 7.1? I would prefer not to set a a...
Hello
I have a nrf51822 mbed kit PCA 10024 V1.0.0. When I connect the kit to the PC (Windows 7 64 bits) the Mkit enumerates as an MSD named MBED:
I updated the firmware...
Hi,
I'm testing new nRF51822 Beacon v1.1.0 dedicated for smart beacon kit (pca20006). I'm using Master Control Panel Android app version 2.0.3 and Nexus 5 with the latest...
No text. It's a really short question.
So this is a simple example:
NRF_ADC->CONFIG = (ADC_CONFIG_RES_8bit << ADC_CONFIG_RES_Pos) |
(ADC_CONFIG_INPSEL_SupplyOneThirdPrescaling...
Hello, I've just purchased an nRF51 DK and installed the SDK. I have Keil uVision 5 installed from a previous project, with a "Freescale Only" license key. This seems to be...
When i google for power consumption 433mhz 2,4ghz and similar most results tell me that 433MHz consumes less power... but when I look at specifications of explicit chips/modules...
I am trying to do a simple UART test with nRF51822 without BLE functionality. The code is a simplified version of the UART example in nRF51 SDK, and can be found here . It...
Hi,
I just wanted to try out the DFU on the Android app to see if I can successfully update the application on the beacon. For that, I only uploaded the precompiled nrf51822_beacon_app...
Using Blend Micro (Arduino Uno + nRF8001) to gather environmental sensor data and send to mobile via notifications. Here's my main loop:
void loop()
{
aci_loop();
...