Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
I need twoADC channels. I tried to configure using :
CONFIG_ADC= y in prj file,
&adc{ #io-channel-cells = < 0x2 >; }; in overlay file .. the compile error appears as shown...
HI
I am using VS for the firs time and I am trying to build the project Blinky but when I try to add the blinky folder to applications to build I get
: Element with id...
Hi ,
I followed the DFU-OTA tutorial(DFU over Bluetooth) given below for nrf52833dvk. and it is successfully completed. Now the query is , once we shared the bin file from...
Dear,
I need to use nRF5_SDK_17.0.2_d674dde for nRF52833.
I saw the release note, it says it need SES v4.5.
But when I use SES v4.5 to download or debug.
The computer...
Hi,
My goal is to generate a GPIO or GPIOTE interrupt and inside the ISR sample 8-bits from GPIO.
I tried modifying two sample projects to achieve this, the NRFX and...
Hi Sir,
We reference example "/nrf/samples/bluetooth/hci_uart" and test on nRF52833.
Now we want to set the Tx power by sending appropriate HCI commands from the host...
When I get the first error in UART, the receiving of new characters stops (the transmittion continue working)
and I didn't find any solution to make RX (receiving characters...
Hello
I'm about to update from NRF SDK v1.8 to NRF SDK v1.9.1. We build our firmware for both NRF9160 but also for QEMU_X86 (simulation build). I noticed that since the...
Hello, simple question regarding k_sleep(), to simplify, I've modified button example from Zephyr adding a k_sleep in button_pressed function, the k_sleep it's not working...
The Problem is occurring when I am trying to build any example project in the /examples/crypto/nrf_crypto
Here I am trying to build the /examples/crypto/nrf_crypto/test_app...
I am a newbee to nrf 52840..I saw lot of documents and got confused on where to start ..indly guide me on this
we are trying nrf52840 dev kit as we are using nrf52840 in...
Hi, Nordic
Recently, I'm experimenting with the queue library.
I found some strange problems:
1. When the data types of my data structure members are not unique, using...
Hi Nordic HW support team,
In our product we have an analog input that can vary in a large range, e.g. from 0V to 1.2V.
In order to have a good resolution in the SAADC...
We are currently evaluating using the nRF52840 device in conjunction with an MCP2515 to provide CAN to the microcontroller. I have updated both the device tree overlay and...