I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
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...