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...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi Dev team,
I am working on a nrf9160DK and transmitting my sensor data to a MQTT Client. I tested this through an application : MQTT.fx (Using mqtt.eclipse.org as open...
To the kind attention of Nordic support team,
I ve been testing your sdk peripheral/usbd example in my S3 system and it is able to wake up the entire system when pushing...
Hallo,
Today I joined the seminar about "Using the nRF9160 as a Serial LTE Modem". It might be an interesting option for us to switch over to Nordic, we are currently using...
Hello,
I would like to synchronize 2 hardware PWMs between them (nrf52).
I mean with NRF_PWM0 and NRF_PWM1.
I tried to do this:
But it doesn't work, my 2...
I am using NRF52840 custom board and SEGGER RTT log for debugging.
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1
The following is a screenshot of my...
Is there a way to trigger a work item on a nrfxlib socket event without a dedicated thread? Right now there is three polling mechanism in the SDK:
Zephyr k_poll(), which...
The Nordic 52810 that I'm using now for my development project has to do with the pairing of Android and iPhone. Android is available through Bond and Delete Bond in nRF Connect...
Hi,
I would like to know how can I implement the following i.e., 1. I want to print a line in cli for example,"Input a number"
2. Then i want to store this number and...
I'm trying to erase and/or flash the nrf52 dev kit and it's always failed with following logs
[ 2020 -Nov- 26 01:20:21 ] [ info] -------------------------------------...
Hi, I'm working on nRF52832 based device with s112 and SDK15 based bootloader and app built with gcc. I have modified default Nordic bootloader to start DFU transport on hardfault...
Hello
I want to send saadc data over BLE as 100KSPS
#define SAADC_SAMPLES_IN_BUFFER 120 #define SAADC_SAMPLE_RATE 1200 /**< SAADC sample rate in us. */
If, I set this...
I'm currently searching for a solution to test the communication between a smartphone application and a bluetooth beacon without the use of external devices (nrfConnect App...
Hello, nrf community I want to do OTA using thread with nrf52840dk-PCA110056.
I already ask a question on GitHub https://github.com/zephyrproject-rtos/zephyr/issues/29740...
I'm trying to disable the log for the module NRF_BLE_GQ, but it seems that the nrf_ble_gq.c doesn't have the piece of code that disable the log for that module,
in other...
Hi,
I am trying to make a USB to BLE (central) device with nRF52840. I have removed the end character check from the "usbd_ble_uart" example and used a 50ms timeout instead...