I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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();
...
Hello,
I know I have seen the topic on the forum, but can not find it. What changes need to be done to a example project designed for a softdevice 110 to convert it to...
The s310_nrf51422 migration document states:
Due to an issue present in this release, the application is required to set the device address to the factory default right...
Hi,
I was just wondering what the sequence of events would be in the following scenario:
A S110 peripheral device (GATT server) has a characteristic with write access...
Hi all,
I've spent 4 days now (!!) on getting a "Hello World" project to work in eclipse with GCC. I guess something around the startup-code is setup wrong in my very simple...
Hello, I'm using nRF51822-mKIT for a research.
To verify ADC readings from analog input, I've connected P0_5 to GND and ran the following code:
uint16_t adc_result;...
For my project I would like to use this bluetooth module: freqchina.en.alibaba.com/.../Fingertip_size_nRF51822_Module_Ultra_Low_Power_Bluetooth_4_0_Low_Energy_RF_Module.html...
I am trying to connect to a peripheral through s120 central and vendor has a 128 bit fixed UUID
I am trying to add it on central using sd_ble_uuid_vs_add(...,...) but it...
I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I'm able to read the characteristic's value by
BluetoothGattCharacteristic...