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...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hey,
For my project I wrote and tested (w/ nRF51 DK) all firmware in mbed. I also made a custom PCB w/ the nRF51822 CEAA chip based on the 4 layer reference design provided...
HI,all!
I want to know if BLE can send data to APP in form of String instead of Byte?(the examples all send in form of byte )
If it does can, can you mainly introduce...
Hey everyone,
I'm trying to print floating point numbers to the UART to debug my application. I know the nrf51 is doing the operations correctly because if I convert the...
Hi,
I'm using the following TI IC www.ti.com/.../tps62736 to get 3V from a LiPo battery. It has a VIN_OK pin that I can configure to alert of battery low level. The problem...
Hi,
I am trying to get even a basic ARM GCC example set up using the provided toolchain code, and am having a rough go at it.
First, what is the most recent, working...
In the s110_nrf51_8.0.0_migration-document.pdf, the ROM and RAM start and size for the v7.0.0 and v8.0.0 are specified as follows
s110_nrf51_8.0.0
IROM1 - Start...
What should the connection or other settings be to have a peripheral always connected? It is a bit contradictory for low energy device, however for a lost&found (link-loss...
Hi,
I just started on developing on the nrf51-DK. I started with blue_app_proximity, and I am trying to hack the immediate alert to do a toggle a led. I initialize the...
Hi,
I am trying to save/restore some configuration variables to/from the flash storage. If I do it using S110, it works perfectly fine and I can both store and read values...
Hi,
I have the same problems as described in devzone.nordicsemi.com/.../
I'll post details here as requested. I do the following:
-Connect P0.30 to ground (see photo...
We are working on a BLE home automation application. It is likely that some homes could have 10 or more of our devices. We also need to allow the homeowner control of which...
Hi Team,
I am trying to implement Blugiga's cable replacement service in Nordic chip.
I have successfully changed required UUIDs for services and characteristics please...
Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update...
Hello,
according to the BLE 4.1 spec, a device can be able to be slave in multiple piconets at the same time. Will this ever work with the S130?
I do not know how the...