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...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Using IAR CWARM to develop on CFAC. IAR currently doesn't have CFAC device support built in. So I am copying over CEAA config files and manually updating. I realized that...
Hi Team,
Can anyone help regarding Cable Replacement service.
Is this service is already supported in softdevices?
What are the options if not supported?
Hello! I trying to use peripheral example with s130 stack. I have some problem:
Device is advertises well. If i connect to the device via mobile application nrf Master, after...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
I need to poll a NMEA data stream and it's easiest getting a byte at a time, but it's dropping to 30ms between individual reads in this loop:
uint8_t next = 0;
uint8_t...
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...