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'm getting strange behavior when connecting to nRF52840DK.
Log from nRF:
Log from android nRF Connect:
The same code works on our custom board (nrf52832). We use...
Hi Nordic DevTeam,
So I already followed this tutorial on how to add custom service UUID.
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
I have...
We are using softdevice S140 6.1.1 with nrf52840 for a BLE peripheral. We see that mobile devices are not able to discover this peripheral intermittently for some time during...
Hello, there
We are using a custom board to upload data via udp connection. The send() call not return sometime, and the main thread is blocked as a result
Modem firmware...
Hello,
We are using a passkey in our application and by default is 6 digits long. I have found in other posts that this is mandatory a cannot be changed.
Is it real...
Hello,
I am using NRF52840 with SDK 16.0.0.
We have to detect reed switch pulses coming from a water meter. We use app_button as it provides debouncing inbuilt.
Pulses...
Dear sir,
I want to know about co processor with details of nrf52840 , and is there like dual core processor like another processor.
Note: and need more detail about...
Hi,
I working on a BLE app with 2 custom services.
When I try to expand a characteristic I get a spinning indicator below the characteristic and after a while I get...
in nrf5 sdk 17.0.2 example\ble_app_hids_mouse , hid map
correct is 0x95, 0x05, // Report Count (5) is five ! is five
Forgive me for just reading the comments at first...
Hello, I'm using nrf52832 and i need 2 UART instances in parallel. I get an error when I set the second UART.
Do you have an example using 2 UART instances in parallel?
Hello,
i am new to the topic and am looking for tutorials, additionally to the nordic examples and this community.
I found the following website:
https://embeddedcentric...
Hi,
When a board is connected to debugger, It works well for 2 hours.
But when it is detached debugger, It looks like stuck to POWER_CLOCK_IRQn after 4~6 min after power...
Hello,
I'm trying to make a one-shot MQTT publisher and I'm able to get 22 messages published but every time I try to publish the 23rd the code hangs in mqtt_transport_write...
I'm not able to get a response using the new CONEVAL AT command. I'm using firmware v 1.3.0 and a recent B1 variant nRF9160. Response is always ENOEXEC. I have tried before...
Hello,
In my project, nrf_drv_gpiote_in_init is used 3 times.
battery measure
sleep trigger by motion sensor
wake-up trigger by motion sensor
After 3rd call...