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...
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...
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, I am testing nRF9160 DFU over LTE function.
Here is guide: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_application_update/README...
HI,
i want to add aes ctr library files. i tried to add the files from crypto, but i am getting errors i.e header files are missing.
what is the process to add the crypto...
I have two nrf9160, one with modem firmware 0.7.29-alpha and the other with modem firmware 1.0.0. With the latest firmware the search for LTE-M network fails while with the...
Hello,
We use NRF52 and the SPI protocol to read the ADS7866. But we are facing a problem when reading at high speed, we want to make one read transaction of 2 Bytes every...
Hi everyone,
in our project we transmit from an android app to Nordic BLE big amount of data (up to 180.000 bytes). I do it by using hvx notifications (MTU 247) and each...
I am trying to get nRF52832 working with Segger Embedded Studio. All the examples happily compile and load and run on the board.
But, I want to write my own basic hello...
Hello, I'm using SDK 15.3.0 throughput test and I want to change TX power to +8dBm. In documents it says change the power from sd_ble_gap_tx_power_set but I couldn't find...
Hi everyone,
I'm using the nrf52832 Dev Kit PCA10040
SDK version: 15.3.0
OS: Fedora
I try to use DFU following this tutorial but I can't see my application on...
Using SDK v11.0 and SD v2.0.0 on nRF52832 with ARM GCC.
I want to copy page(s) content to another page(s), I tried the following but couldn't succeed.
When I used the...
Hi,
I am using nRF9160 DK with Zephyr RTOS and able to successfully build asset_tracker in SES with the help of getting started tutorial. But I have getting problem to send...
Hello there,
I have used the nRF52840 DK to find the rssi values of all peripheral devices using the interactive example. I would like to create a command to find the rssi...