E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
Hi Devzone Members,
I'm brand new to Bluetooth development, and I wondered if someone would be kind enough to advise me?
Am I looking at the correct Nordic kit to begin...
Hello,
we have experienced multiple times during testing that nRF9160 Modem reported CEREG 2. After that it stopped generating any notifications and stopped connecting to...
Adverting mode changing from BLE_ADV_EVT_FAST to BLE_ADV_EVT_IDLE. Could you provide example for changing adverting mode from BLE_ADV_EVT_FAST to BLE_ADV_EVT_SLOW mode?
...
Dear all
I use VS Code with nrf Connect v1.9.1, DK is nrf52833. It has been working fine in terms of debug, but today it stopped working and give me a message like this...
Hello, Nordic team
We have been studying Nordic for some time and are now in the stage of product research and development. We bought an nrf9160DK from a local agent at...
Is it possible to download the Certificate from a file or memory to chip with the internal SDK function?
I intend to automate the installation of the certificate on the...
Hey, we are moving our projects from nRF5 SDK to nRF Connect SDK
Iam new to this SDK and Iam trying to add mesh features into the project, so I'm using Bluetooth mesh: Sensor...
On a custom board with the NRF9160 chip, performing `nrfjprog -f NRF91 --recover --log`, AND `nrfjprog.exe -f NRF91 --coprocessor CP_APPLICATION --recover --log`, I get: ...
Dear Community,
I am trying to run the HTTP application update sample. I can run the sample without issues, but after the download is completed, the app is not updated...
I am using an nrf9160DK with modem firmware v1.3.2.
I want to be able to send the "AT#" type of SLM-specific AT commands to the modem (and read the response back) via firmware...
Hi,
I have setup exactly as described in this page Bluetooth: Mesh sensor server — nRF Connect SDK 1.4.2 documentation (nordicsemi.com) ,
I can successfully read the temperature...
Hi
According to the documentation for the GNSS interface, information into non-volatile (NV) memory so that the information can be used when GNSS is restarted and also after...
Good day
Im trying out the central multilink BLE example on sdk 2.02 with VS Code zephyr. After adding the example, under source file there is a warning stating
"missing...
I have trouble compiling when using the uart1 device on nrf5340dk with ncs 2.0.2.
I took the uart example program from Developer Academy. It compiles fine with the original...