Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
I try to add pairing/bonding to the NCS hello world project. But I found the information is not easy to find. I'm playing with the bt_conn_auth_cb struct to understand how...
Hello,
I am trying to verify a signature with the `NIST p-256` curve. I had previously done this with the Nrf5 sdk and it is working:
I am now trying to migrate...
Hello Nordic Team,
as a newbie in the Nordic world, I have been reading the nRF Connect SDK and Zephyr documentation as well as testing some of the samples on my nRF5340DK...
Hi.
I have some trouble to use a sensor based on JDY-23 module with nrf52832 dk
(JDY-23 datasheet : ://fcc.report/FCC-ID/2AXM8-JDY-23/4936741.pdf )
We tried to connect...
Hi,
Is LLPM over the air compatible between nRF52840 and nRF5340 devices?
I am aware that LLPM is not fully supported yet on nRF5340. Also, any update on the LLPM support...
We are hearing solder bridge issues on the NRF52832-QFAA:
"Due to the high thickness of the copper layer and small lead spacing on the component, the boardshops are not...
I am working on customizing the DFU bootloader (to add encryption). When attempting to use the instruction trace in Ozone to debug, I see a lot of nonsense. One example is...
I've been analyzing various nRF52 devices and noticed that there is an inconsistency with vendors using Legacy DFU and Secure DFU. Or in other words, there doesn't seem to...
Hi everyone,
I am experimenting with the QSPI example provided with SDK 16. I am facing issues when I try to erase memory blocks or the entire chip.
1. First of all I...
Hi, what I want to achieve is to do a list of devices that I may want to connect to, choose one and pair/bond it (at this point, the central is paired with only one peripheral...
Hello DevZone,
I have recently received the nRF52840 Dongle and I'm able to program it properly with the nRFConnect App. However, when I try to program it with the nRF52832...
Hello
I am using SDK v17.0.2 and nrf52DK. I am trying to encrypt and output the saadc value of the sensor.
I used the AES CTR example almost exactly the same.
And I...
Hello
I'm going to use encryption to send data via Bluetooth. I am using the crypto AES example using nrf52DK and I found out that nrf52840 supports H/W encryption called...
NCS 1.4.2
modem fw 1.2.3
We have a custom board with 3 uarts:
Uart 0 -> debug output (testing only)
Uart 1 -> BLE
Uart 2 -> External GPS
I have been trying...