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...
I have a BLE wearable (Pebble watch) that I wish to detect using the nrf51822 evaluation kit. I can use the Control Panel to see the pebble. I would like to be able to us...
When I put the ESB lib into my BLE Soft Device the MDK tell me that it have some error in it.
What's wrong in my project? if I need ESB+BLE what should I do?(NRF51822+SDK6...
So I installed the Master Control panel software, plugged in the PCA10000, whereupon I was advised to update the firmware in the PCA10000. The firmware update apparently failed...
Hi,
I am trying to get the s130 example to work on my PCA10028 board nRF51.
First I had to change the starting adresse from 0x1C000 to 0x1D000.
I guess that this is due...
There are only the last version nRF51822 Product Specification V3.1 on the web. However, I need a V2.0 PS. So, where can I download the nRF51822 PS V2.0?
Hi,
I wrote a very simple program which compare the analog reference input 0 (P0.00) with AIN0 (P0.26) and generate an interrupt on cross using Low Power comparator on...
Could you update the ble-app-lbs example for SDK 7.1.0?
github.com/.../nrf51-ble-app-lbs
I haven’t been able to get it work.
Since the led_char_add() uses these setters...
Is there a limit to the number of characteristics per (custom) service?
After some testing, it looks like 20 is the maximum (21 causes the device to stop functioning) ...
Hi All,
I am an electronics engineer but new to nRF51822 programming. I have used the PCA10000 & PCA10001 using Nordic SDK, using nRF Studio etc. In nRF Studio, you can...
I'm using SD110, and in my application I have an array of 64, 32-bit integers.
Typically, the client will only need to read 1 of the 64 values, or write to one of the 64...
I'm just getting started with the nRF51-DK, and I'm still confused about which SD I need to load, and which roles I need to support aka GAP and GATT.
My end application...
Hi,
It seems to me that pin assignment and package is the same for both nRF chips. Can I solder nRF51422 chip instead of nRF51822 for ANT testing purposes on my PCA10004...
Hello,
I have a custom board (was built using the Nordic schematics provided with the Smart Beacon Kit). I am using J-Link LITE to try and program the board.
The board...
Today nRF Toolbox App on my Android 5.0 phone is only recognizing HRM code running on my nRF5182-mkit, not other examples.
Today nRFToobox and nRFUART2.0 Apps both...