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...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hello,
I have a battery with 4.2v max charge. Since this is outside the input range for nrf52832, I have to add a down voltage regulator. Now the question is: Should I...
Hi!
I need to modify the code of the secure and the non-secure images of my project.
I tried to follow this guide https://devzone.nordicsemi.com/guides/nrf-connect-sdk...
Hi
I have a project which is using 53832 as the master , main 52832 works with smart phone by bluetooth ,and broadcasts ebike information throght the ANT+ .
I would...
Hello everyone
I have a bunch of custom dongles from the company I work for and two of them started to behave in a strange way after I tried to erase and program them through...
Hi,
I'm currently in the evaluation phase of a project and would like to use a NRF52 chip, but I need to ensure, that I can use two independet hardware timers. I had already...
I am running a PWM pin on 15 using this DT Overlay:
pwmnmos {
compatible = "pwm-leds" ;
status = "okay" ;
pwm_nmos0: pwm_nmos_0 {
pwms = <& pwm2 15 >;
};
...
Hello,
I built my application based on your "ble_peripheral_lbs_coex" example. Board is nRF5340DK.
Mesh and BLE (NUS service) run together but I noticed that the NUS UUID...
I'm using SDK 17.1.0, softdevice 7.2.0 as a Bluetooth peripheral. I'm sending notifications to a paired iPhone. The notifications are keyboard keys, and so are time sensitive...
Hello,
I am trying to figure out how to save a small number of counters to local non-volatile memory on the nRF9160. I have a few questions.
1) How do I determine whether...
Hi
I want to measure chip temperature of nrf52840.
For this I referred " sdk-zephyr / samples / bluetooth / peripheral_ht / src /hts.c"
and I have enabled "CONFIG_TEMP_NRF5...
We are using nRF9160 DK (SDK 1.9.1) with "serial lte modem" firmware. We are trying to test downloading files from a server using AT commands to work with HTTP. The file is...
Upto a week I had *no* problem in programming a nRF52840 dongle with an app I am porting from the nRF52840dk.
All of a sudden I can't get the app running, the dongle appears...
I'm trying to get sprintf working with SDK 17.1. Basically, I'm struggling getting this simply use-case to work. char buf[32]; sprintf(buf, "%.3f", 3,5); I'm not able to find...
I know from zephyr samples that Tensorflow lite is available via zephyr as an external module, though it's not explicitly allowed in the nrf west.yml, and therefore is not...
Hi all, I follow example (serial) to build and run, i already run successfully, but i meet some question. when i use generic_on_off to control light at short time(2s), the...