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...
Hi,
We have modified the throughput example of NRF5340, v2.6.1 SDK to achieve around 600 Kbps for iOS app. Attached is the sniffer trace.
Can anyone confirm that the data...
I'm seeing duplicate data packets while analyzing our sniffer trace from NRF5340 to iOS app. However, there is no packet loss or any impact on data rate.
What might be the...
Board: nrf5340dk (build board: nrf5340dk_nrf5340_cpuapp) / SDK: v0.16.8 / I'm a complete beginner who touches the nrf board for the first time My Project: max30101 --(measured...
Hello
we have some own created UART drivers which access the UART registers directly.
Those drivers have been working withe the older chip revisions for years.
Currently...
Hi,
I cannot resolve the problem while setting up modem trace RTT logging. I'm also unable to find up-to-date information on how to set this up.
I have connected DK as...
I'm close but this is not working for me yet. I'm trying to send a few hundred bytes from android to my nrf device. So I tried to implement long write where you set prepare...
Hi I've a side request, into the exercise I've to perform some changing into the DK programming interface through the JLink, so the question is how to restore the predefinite...
I am getting an fs_close() -5 error (-EIO) when I write to an SD card using fatfs. I determined this error was associated with FR_DISK_ERR in fat_fs.c.
Additional info ...
Hi,nordic team,
im use nrf52840 develop my product with sdk ncs 2.6.the speed of desktop dfu is so slow,and the speed of configurator channel is also slow.i want to transfer...
Hello. I am facing an issue in configuring ADC for multichannels. I was looking at the Nordic fundamentals course Lesson 6 Exercise 2 .In this example, the adc is configured...
I was working through Nordic Intermediate course lesson 8 exercise 2 - DFU over USB, adding external flash and custom keys. I was using an nRF5280DK. (Sticker: PCA10056 2...
I have been trying to implement a DFU OTA using Bluetooth Low Energy from one nRF52840 DK to another nRF52840 DK using the smp_client_ble ( https://github.com/hellesvik-nordic...
hello.
I am using nRF52820 and nRF5 SDK (17.1.0).
When the fds_gc() function is executed, all bonding information in the pairing area (flash) is erased.
My understanding...
I'm using CYCCNT to time code. Works fine until APPROTECT is set, then after reboot the CYCCNT is always 0. Is there a way to enable CYCCNT when APPROTECT is set?
I'm using...