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...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Folks,
In the latest SDK (6.1) for the nRF51822 I see two versions of SPI master code in the Source folder and examples: with and without "5W" appended to the filename...
Hello,
Been posting a few threads lately on my attempt to get the ble_app_hids_keyboard example to work on PCA10003.
I've gotten the files to compile using Eclipse on...
Hello,
i am measuring the current on my nrf51822 board. While sending messages over I2C i have a current about 4.4 mA.
This should be correct? The CPU, 1v2, hfclk and...
Hello,
i use the nRF51 SDK_v6.1.0.0 with s210_nrf51422_3.0.0_softdevice.hex and EM:Blocks as IDE.
i have included the SD210 into the project wizard and created the s210...
Hello,
i am currently trying to integrate a timer properly to my project.
I want to set a pin to high for a duration of 1msec.
I configured the timer like shown below...
Hello,
i am currently working at a project which includes radio transmission based on th hal_nrf library.
I am using parts of an example code, which worked fine for me...
Hello,
my application is using the event scheduler while the softdevice is not. Is it save to call softdevice functions (like sd_ble_gap_scan_stop(), dm_device_delete_all...
Hi,
We deloped some concept(it looks not very good - sorry) for unique device which can be a slave and master.
to use this demo need following
Download to PCA10004...
Hi,
we developing bluetooth solution with S130 soft device
From now there only one example appear and i start it sucessfully but got some problem below
I see that device...
I have extend bootloader to about 18kB (0x3B800), and add uart module in it.
When I receive host command, I'll write a flag to flash via pstorage module, and use NVIC_SystemReset...
The NRF51822 series manual describes that an external LC filter is required to operate the buck converter. The reference design shows 1.001 uF of total capacitance to ground...
i try to test Low Energy Applications Using nRF51822 with application note ( nAN-36 )
in chapter 4 : led button example, build and install success~!, but, not running application...
when I use app_uart.c code with FIFO, uart is ok, but I always encountered a out of memory ( always return NULL from malloc )
How to monitor / determine memory / RAM usage...
Hi,everyone
I have trouble in debugging the "device_firmware_updates" example. Here is my development environment:
Keil-MDK :v5.1.0.0 and v5.11.0.0(an other PC).
SDK: 4...
I want to make a nRF51822 as broadcaster and peripheral role concurrently. It should have continuous broadcasting advertisement data under accepting connect-requests to notify...