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...
Hallo everyone!
I need very low consumption when BLE working. according to S110 SDS, BLE power profile section, when BLE in idle-connect, there is Ion+Irtc+Ix32k, same...
Use the spi_master_example_with_spi_slave in SDK6 to evaluate the SPI master module but fail.
No matter use the default pin assignment or re-assign, it does not give out...
I can't find in the documentation for the IoT the usual section about requirements for the start of user code, the start of user RAM, the max stack used and whether any heap...
I would like to be able to generate DTMF tones using PWM. I am very familiar with the process, having written code to do this several times on other devices. The DTMF will...
Is it possible to use the nrf51 dongle with raspberry pi b+ ? I'm prototyping a 6LoWPAN solution where the peripheral nodes are nrf51 devices. I'd prefer the central device...
Hi, I'm not used to the bsp.c so my question could be silly. I hope you could understand.
When I used SDK 6.1, the example about button_event_handler function had a parameter...
What is the best way to transfer an array of individual values using the BLE stack?
Is it by appending all the values into one blob and sticking it into a characteristic...
I'm using
HID keyboard example (SDK 7.2), Softdevice S110 7.1 , IAR for ARM 7.1, J-Link,
on my custom board (with NordicSemi nRF51822-QFAA MCU).
/***************...
I am designing a product with the nrf8002 chip and have a question on Power consumption. Lets say I leave all the default ratio's alone and use a CR1620 battery which has...
How can I read the Bluetooth clock (piconet) which is synchronized between the master/slaves in the piconet ? I need a constant (micro second accuracy) time from when I do...
Hello,
Is it possible to know the preamble , data format and the CRC calculation to interface a radio system ( GFSK Manchester) with NRF905 ?
Thank you
I'm wondering if the port and pin function can be used together to configure a set of pins.
For _port_dir_set, I assume it sets the whole port to the designated direction...
Hey i was using the code from developer.mbed.org/.../main.cpp
I am using this chip ( http://i.imgur.com/q8EM4uq.jpg ), it is nordic nRF51822 but i exactly do not know its...
I am using spi_master.c for spi communication with nRF51822EK.
And i had sent and recieved data packet successfully for 1st time with spi_master_send_recv(). When i sending...