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...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Hello,
I'm designing an application where both, BLE and Ant should / could be used. I tried to download the S310 SOFTDEVICE from www.nordicsemi.com/.../nRF51422 . I'm asked...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
I need a low latency stereo digital streaming device and the model (nRF24Z1) is going to be discontinued.
Has Nordic a replacement for nRF24Z1?
PD: i need stereo, so...
In our product we have both a DFU profile and an application profile which is confusing Mac OS X 10.9 "Mavericks" since it caches device services unless it receives a service...
Hello,
I'm a new developer on nRF51822 and I'm trying to make a program that allows the nRF module to communicate with a glucose meter and a Smartphone application. My...
I'm working with the nrf51-app-ble-lbs demo from github. I notice that when I'm using BLE scanning apps, the VS service UUID is long (128 bits), whereas if I'm looking at...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hi
I am new to embedded programming and I noticed that nrf51822 is a good and complete choice to start with both wireless and 32 bit arm programming.
However, I am not sure...
Hi,
We are trying to add gatt characteristic, we have a reference code which is BLE based,
but other chipset and we are trying to port the code to Nordic 51822 chipset using...
hi,
is it only possible to go with the single profile on the client side like hrs experimental example, or we can implement a central which can connect upto 8 devices,...
Are there any nordic ICs that only have transmit capabilities? Would there be any power benefit to only supporting transmission if the application only needs to transmit ...
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Dear All,
I just got my new nRF51822-mKit. And try complie mbed sample app and deploy to the mKit. It work fine.
But when i try nRF51 SDK sample with Keil 5, eg.:
...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...