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...
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...
Hi,
I hope use nrfjprog.exe to do following things:
HW: nrf1822
download s110 6.0
download bootloader
download firmware
write some values to certain addresses...
Hi,
I've tried to search the documents and the forum for an answer to my question, but didn't have much luck.
We have a custom board that uses a STM32 micro and nRF51822...
Hello,
I am currently trying to find out how the BLE devices keep their connections in sync. According to the spec, the peripheral can have a slaveLatency of up to 32s...
Is it possible to run Master Control Panel and the PCA10001(or the J-Link lite) at the same time on the same PC, or will that cause problems? I guess I could simply try it...
Hello, Can anyone point me if the nRF51 Dongle can be used for connecting the device with an Android mobile.
Have used this dongle for connecting with PC opening COMM port...
Hi,
When pointer the p_conn_params of ble_conn_params_init_t to NULL for ble_comm_params_init(),
the connection will be disconnected fast automatically, test with the...