Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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...
Hi All,
I can compile and flash examples with my nrf51822 SDK on linux. I would like to use Code::Blocks as IDE.
Code::Blocks is transparent to run debugger. I try to...
I bought a blend micro to learn about arduino and BLE. I am a complete newbie in this field.
This is what I want to make happen,
I want to install my Blend Micro inside...