Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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, Nordic Enginner:
Now i want to use a external mcu to programe the nrf51822 by signal bank hci dfu mode(BLE DFU,we do not need! ). Also we have a pc softawre for control...
Hi everyone :
I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to...
Hi,
I used the pstorage example mentioned here and got it to work to an extent.
A snippet of my code is :
retval = pstorage_init();
if(retval != NRF_SUCCESS)
{
...
Hi,
I created an Android project that scans nordic beacons and parses the data in it (such as the tx level, major. minor, UUID etc). I'm doing some low level parsing to...
I used version 3 nrf51822 along with s110 v8.0 header files for radio unblocking. when i was trying to compile there are many errors shown up because some of the soft device...
I am driving a piezo at a fixed frequency but want to provide adjustable volume by adjusting the duty cycle. I would like to adjust it by setting the duty cycle to 5 levels...
Instead of central-peripheral relation based cluster, I am planning a linear daisy chain like network model with BLE, where a series of BLE nodes will just relay the information...
I have a system fully operational using the nRF8001 communicating to both IOS and Android devices using nRFUart app from Nordic as well as a custom app using the uart tx and...
Using IAR CWARM to develop on CFAC. IAR currently doesn't have CFAC device support built in. So I am copying over CEAA config files and manually updating. I realized that...
Hi Team,
Can anyone help regarding Cable Replacement service.
Is this service is already supported in softdevices?
What are the options if not supported?
Hello! I trying to use peripheral example with s130 stack. I have some problem:
Device is advertises well. If i connect to the device via mobile application nrf Master, after...
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.
...
I need to poll a NMEA data stream and it's easiest getting a byte at a time, but it's dropping to 30ms between individual reads in this loop:
uint8_t next = 0;
uint8_t...