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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
I am using NRF_GPIOTE->EVENTS_IN[0] and NRF_GPIOTE->EVENTS_IN[1] in my software. I had my own GPIOTE_IRQHandler working.
Today I am adding UART module into my source code...
Looking for a 3rd party Nordic based BLE module that comes with a chip antenna and exposed pin headers so I can quickly solder a AA battery housing and a single SPI board...
I'm using nRF51822 Beacon v1.1.0.
It seems interrupt has ocurred every 256msec.
I want to change timing of interrupt interval.(like a 512msec, 1024msec etc.)
Is it possible...
We're making a height sensor with Bluetooth connectivity using a simple HC-SR04 ultrasonic module, which outputs the height as a pulse with certain width. The width of the...
I am getting the following warning and errors after updating to nrf51 SDK 8.1.0 from 8.0.0 Do I need to change something else?
compiling main.c...
App\main.c(197): error...
Hello,
I am trying to use the DFU genpkg tool provided by noric for a full application deployment (bootloader, SD, and application). When try tying to do the application...
Hello all,
Am I right in thinking that to use the ANT SoftDevice, I basically must use an external 32 KHz crystal, in order to meet the accuracy requirements?
Looking...
What are the main considerations for choosing between nRF905 and nRF24L01+ for an application? Is it just the transmission range (distance) and the frequency? Are there any...
I am trying to write a radio code without using BLE stack here i was able to write down code for initialization of radio and was advertising some random packets. But how should...
Hi, I've got another question connected with pstorage module. Does anyone know what happens if we will call pstorage_update() function when we are trying to update some data...
Hi,
I have a custom board with nrf51822QFAA(256K flash) and I'm trying to test DFU-OTA (BLE transport) for an application. With only Softdevice and bootloader installed...
Hello,
I am developing using nRF51822 Beacon Source code and Beacon Hardware by Nordic.
I want to modify as below.
It never advertise by Intervel Time.
It advertise...
Hi,
I am developing a peripheral Glucose device.
I need to test my product but i dont have a central device or code.
Can you please help us with the central code for...