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...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
Hi Nordic guys,
I'm developing with nrf5340, and meet some problem with writing external flash - nrf qspi flash.
I found it sometime failed in 'flash_area_write' and return...
Hi,
I'm using SDK17.02 on nRF52810, when my application have an error, it will log "fatal error" but never reset system. BTW, I'm not debugging and just watching the RTT...
I 'm developing a program (C# ) on PC for the nRF52840 dongle (pca10059) that is a RSSI scanner.
Scanning different BLE channels in the environment. The program is much...
Hi Sir,
We plan to test the WebUSB example under the below path:
/ncs/1.8.0/zephyr/samples/subsys/usb/webusb HW: nRF52840-DK When we compile, program and connect to the...
I bumped into some compilation errors regarding PRS box4, when I tried to remove UART from an example.
I saw that PRS is "Peripheral Resource Sharing", but it looks like...
I am working on nRF Connect SDK 3,9.3 version. One day a dailog to update appeared. I clicked to update while SES was also opened and I was working on a project. Suddenly...
Hi,
I am working on a firmware and have added custom services to HRS example on SDK 17. I want to know if its possible to add BLE multiperipheral capability to my device...
I don't have enough pins to dedicate a SPI bus to the nRF21540.
In the webinar I attended I believe I heard that the SPI bus is not supported by the current SDK anyway,...
Hello everyone,
This was discussed before, elsewhere ( link) , however, it is meant for the "nRF51422 chip " and I need to resolve some other points too ...
it is necessary...
Hi,
I am working on the sample DFU OTA project as recommended below,
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu?CommentId=3cb5df69...
I am developing an applicaiton to run on the app core of an nRF5340, and I have mcuboot enabled for the purposes of handling DFU.
I have recently implemented signing the...
Hello, I am having a problem with the development on a custon board. During system-off I wake up the chip with nrf_gpio_cfg_sense_input function on PIN 5. The chip wakes up...
Hi
I am designing a new BLE device and have some questions about the PCB antenna.
The product will be worn on the body.
I have a 4 Layer PCB with 1.0mm with and 35u...
Im trying to use the BLE LTE Gateway running on a NRF9160DK
I have the NRF52840 running the lpuart_hci code and that is working fine i can configure the BLE from the NRF9160...