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...
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,
I have successfully implemented a HID keyboard, using the nRF8001 and arduino sdk 0.9.1 ported to a microchip PIC18F controller. Connecting to iPhone iOS7.1.2
Everything...
hello,
please find main.c file of code and how to add the MAC address to the ble_app_hrs sample code
that was provided in the samples directory of the SDK.
Can you...
hi,
I am trying to develop a network of ble devices.i want nrf51822 to function as a master and slave( not necessarily simultaneous). For that i need to develop a custom...
Hello,
Firstly, I just begun with BLE and I am trying to program nrf51822 to read the sensor data through TWI (I2C) connection and send this reading to the central device...
I have tested the ble_app_proximity sample firmware on nRF51822 eval kit and also on my custom board.
Everything, regarding the used services seems to work as intended. However...
We have an application in which it would be nice to change the supply voltage for our Nordic module (nRF51822 running the Soft Device) depending on which other modules on...
I am creating some app. So I tested ble proximity and ancs apps.
I'd like to know how to reconnect to paired peripheral device on ios.
peripheral on ios has random address...
Hello!
I need to perform directional connection from the phone to the device on nrf51822.
The device should be hidden to the search, but allow connection if know mac address...
I'm using nRF-Shiffer V 0.97 on a PCA10000 V2.2.0 Usb dongle.
I see lots of helpful details.
But the problem is, that the sniffer often misses parts of the communication...
Hi,
I recently purchased a Blend Micro from Redbear Labs, currently I have created my services.h through compiling the .xml file, and now am trying to use the redbear library...
Hi Guys,
Hopefully this is not a duplicate question.
I always try to search before I post but there are so many ways that people can ask a question, all technically...
Hi,
I asked the same question but it was a long time ago and still I don't know how to solve this issue. I got a reply but It wasn't help so now I'm writing again with...
Hi
I am new to the nRF kit and C, but I have a project where I shall use the nrf51822 as master and MCP3201 ADC as slave. The nRF is only going to read values that i give...