I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...
Hello,
In the document about Release assistance indication %RAI. It says
In addition to using the %RAI command, the application must tell when the data connection is...
Hi,
I was using NCS 1.5.0 and Modem firmware 1.2.3.
I have latest DK of nRF9160.
It was running properly without issue specially LTE connection.
But after I migrated...
Hello,
i ran nRF Coap Client and it worked pretty well.
I am working with nRF9160 DK.
Now, I want to add DTLS to this example to secure the data.
Can someone please...
Hi.
I wasn't sure under what topic to post this but it's just a generic question I suppose. I'm still learning so please give it to me in plain English.
It took me a while...
HI Nordic,
As far as I know, in nRF5SDK, the maximum link number of BLE is 20.
I search for the devzone, someone said the number for NCS is 64.
So, I want to know: ...
At multiple places in the SPM subsystem code incorrect assumptions regarding the SRAM memory layout are hard-coded:
At line ~35:
This code is enabled when USE_PARTITION_MANAGER...
Hi.
We are working in a project that needs to exchange data via serial port. In this sample a virtual serial port is created in the nRF USB connector. Is it possible to...
I have custom board with nrf52833 SoC. its works fine with all example of NRF SDK1.7.1. except with ZigBee examples it did not works. I run Zigbee:Network coordinator with...
Hi,
I would like to know if it's possible to use the nRF52840 chip in nRF9160dk to join/create openthread network. When I tried flashing the thread CLI sample to the nRF52840...
Hello everyone,
I started with my program on the nrf52832. As a base I use the example multirole_LESC, because my focus is that 2 or more nrf52832 communicate with each...