Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...