Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi.
I'm working with the nRF51422 devlopement kit (pca10028) and I need to mesure the highest throughput between the nRF51 DK and a smartphone. I have seen several post...
I am using the heart rate example to do a quick demo. I am sending a short string of data one byte at a time to the iphone. I decreased the HEART_RATE_MEAS_INTERVAL interval...
Hi guys,
I have the nRF51 Development Kit, and I am trying to develop on my mac using GCC and eclipse. However, the tutorial I found either incomplete or outdated. I tried...
I want to bring up my own new board, but the nRFStudio can not connect to the J-Link, please check the picture.
I connect 4 lines from board to J-Link, including VCC, GND...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
I haven't seen any posts about this, so I thought I'd post what I observed and how I fixed it in the hope this helps someone else.
My nRF51 DK (PCA10028 v1.1.0) out of...
I have gone through most of the guides/links that I saw here to no end.
My development environment is OS X 10.9, gcc-arm 4.9, nRF51822 beacon.
Before going for the IDE...
Hi,
I am trying to build a low power device using the nRF51422 SoC without a Soft Device. I need a timer to occasionally wake up the chip and as I read the product specification...
I have a basic question regarding a basic area. Interrupts! But without any good specification and how the OS work and good example how to do this I need to push for the obvious...
In ble_dfu.c (unmodified SDK 8.0.0) I am unable to get the buttonless DFU hooked up.
For reference, ble_app_hrs with s110_with_dfu works correctly. I have traced my issue...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...
I am searching a cheap wifi solution and this NRF24L01 communicates through 2.4GHz network, therefore it may be compatible with 802.11 protocol and further with TCP/IP protocol...
Hello!
We're using PPI to connect one pin to clear and capture events on Timer2. On pin low-to-high we're clearing the timer and on pin high-to-low, we're capturing the...