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 used SES and wrote a printf message at main entrance: when I run in nRF Connect I can see the message that I wrote just after I press the RESET button (OK). Still, as I...
Hi,
What is the GPIO pin state during reset, and during startup ? I have seen that it is a high impedance floating input. How much is the value of this impedance? Can I...
Hello,
We're beginning FCC certification next week and I've been creating radio test and DTM versions of firmware that can run on our hardware for the lab. Everything looks...
I am using the nRF51422 for BLE data. My antenna matching network is this:
However, compared to the DK I am getting lower gain (DK gives -50, my PCB gives -64). I have...
Hi,
I want to load both "SPM" and "http_update_ota" code separately to the nRF9160.
For that as suggested in " http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4...
I've been trying to configure a second UART for use on the nRF9160 DK. However, I'm having some issues getting anything to send over the UART. I feel like I'm missing something...
Hi,
I use the nrfx_rtc_tick_enable() function to enable tick interrupts for the RTC.
I have a statemachine that in some states disable the interrupt and sometime enables...
Hi everyone !
I want to use serial communication with my ble project. So i tried to implement "/example/peripheral/serial " project into my ble project. I encountered too...
im using Feather EVM. im using the app_ble_uart . after i added SPI to the project i dont get any errors but the code does not run (goes to main) and when i press run it goes...
With an Objective to test mulitple DUTs that provides BLE4.2 data, We are in process of procuring the nRF52840 Dongle.
I would like to understand if i will be able to do...
I successfully installed the NRF9160 DK toolchain on my linux desktop the other day using the "Getting Started Assistant" App, but when attempting to install the same toolchain...
Hi!
I'm currently evaluating Thread using a few nRF52840 DKs.
The network will be used to gather and provide sensor values.
For various reasons, I want to avoid using...
Dear all,
I have two nRF52 Preview DK boards with the SoC nRF52840. I am testing the light switch example on both boards. I have changed the light_switch_server, such that...