Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Hello. I met trouble, presented in the name of the thread. I use example for PCA10400e board. So, what I've changed to accelerate reproducing of this error. I change logger...
I have a question about the current consumption of GPIO and GPIOTE.
I want to use port in input configuration. Therefore, the following settings are made ("P_WUP_BLE"...
I have following problem:
I am using a multilink NUS Central. With one peripheral connection everything works fine. But when make a second connection I sometimes get an...
HI
We are developing a 2d-3d mouse .
We are trying to implement OTA-DFU into our custom board .
We first tried it on development kit and its working fine too . I can...
Hello all,
Environment:
Rpi with Raspbian Stretch (Release 9.8)
Kernel 4.14.8-v7+
Architecture armv7l
I have followed the below links to build BLE 6LoWPAN environment...
After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings:
"configTICK_SOURCE" redefined...
Hi,
i've got the TWI scanner example flashed onto the NRF51 dk board, using the default "Arduino" pins of P0.07 and P0.30 as SDA/SCL.
I've added two lines to the example...
I have a small collection of i2c devices on the bus that can be jumpered in (sda/scl disconnected). I am currently using SDK v10 and Keil v4.
I wrote this code to namely...
Hi,
I am trying to use the SSD1306 display with the nRF9160 DK.
I am using the code as is shown here
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples...
hi, thanks for this tutorial : devzone.nordicsemi.com/.../ble-advertising-a-beginners-tutorial
i'm trying it on my nRF52840 devkit board.testing it with nRF connect application...
I have a nordic ble dongle. I want to interface it with an external microcontroller via usb. Is there a set of usb commands that can invoke the softdevice api's in nordic...
Hi,
I have a question about how IPv6 addressing works in an OpenThread network. I read in the OpenThread website that the ML-EID is also known a Unique Local Address (ULA...
Hi,
So I've made a post that I was unable to debug my app with the bootloader. But I've found out that it is entirely different problem. So my app is runnning whit FreeRTOS...
I'm trying to sample analog input but there is no value after sampling.
I tested the input by configuring it as digital input and it worked correctly.
Below is code. Any...