I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
nrf51822_sleep_and_timer.txt
Hi... I having tough time to make the sleep function to work when timer/RTC is running in the background of nRF51822. The attached text file...
i am new to android programming and bluetooth low energy interface . i am using nrf51dk nrf51422 chip . My android app is currently able to detect the bluetooth module but...
Hi,
We are using the nRF52 chip with other RF modules. Is there any ground restriction that we need to be aware of in our design so that there is no interference ?
...
I have written an application which transfers data from an nrf51822 device to a phone once a day. It currently uses notifications to transfer data, at 20 bytes per notification...
Hi,
I'm learning the BLE protocal these days, I didn't see the protocal say how may packages can send per connection event. Does it mean that the number of packages is...
Hi
Details:
I want To send 40 bytes from GATT Server.My Requirement is same as in this link .I have added the code snippet in this link in my code.When I am sending 20 Bytes...
Hi,
I would like to use the NFC capability of the nRF52 on a custom PCB, and I was wondering if the tag and connector used on the PCA10040 are for sale anywhere, I can't...
We want to design a setup for simultanious translation of up to 3 translators and up to 30 people receiving a translation.
Is it posible to setup a single transmitter, sending...
Hi everyone,
I am trying to monitor and measure the signal strenth variation by varying the positon of the developement kit NRF51 and i tried with the proximity example...
Hi,
I'm using v1.21 nRFgo. As programming 51series ,
(1)I want to know if the program check the hex file before the log dialog shows "programmed successful"?
(2)And...
I run nRF51 with S110 and advertising at least standard battery service. I can see my device in LightBlue scan window but in iOS Settings->Bluetooth it is not picked up. Which...
i am aiming to design a simple data transfer network. i am using 2 DKs. the first one is the central which runs a modified version of MULtilink Central Example and the seond...
I have continued to build upon the Nordic sdk10:gzll_ack_payload example using gcc-4.9-2015q1 on Linux. The differences are:
added UART for debugging (running at 460800...
Hello Nordevzone, so far, to the best of my knowledge, you can send data using API call sd_ble_gatts_hvx() with "notification packet" (quotemarks due to my limited knowledge...