Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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...
Have an application that configures a wifi SOC using spim before enabling BLE scanner.
When it is running there are 4 timer events running and the main loop check status...
Hello,
Zephyr 1.14.0 includes the nrfx code to use GPIOTE and PPI and my code compiles but I get
undefined reference errors to the nrfx_gpiote_ and nrfx_ppi_ functions...
Few issues I'm facing -
1. I have gone through the related blogs, tutorial, documentation for DFU. nRFConnect cannot connect to the Fanstel BM832 chip. It gives me an error...
hi
I connect AT24C02 EEPROM with nrf52dk.
I already test EEPROM with arduino and it work fine.
Now i want to communicate with NRF52DK kit,so which example I would prefer...
Hi Nordic.
I have an issue that I'm really stuck on. I am trying to send data from a radar sensor via your nRF52 DK BLE board. I've managed to make a working connection...
Hello,
we would like to use a nRF52DK for a simple bluetooth production testing as mentioned in AN34. If we are using an external 50R antenna on J1 do we need to cut the...
I am using nRF52832 SDK 15.2.
I would like to avoid using the 32.768kHz oscillator to save space and cost.
I am using BLE and sleep mode ON.
I defined in sdk_config...
If I build/flash from the command line with "west build -b nrf9160_pca10090ns" and "west flash -d build" it loads a fully combined image with mcuboot and (spm+application...
I am trying to write a program in C to have my central device(nRF52840 dongle) read the RSSI from a peripheral. I have never written C code before and was told to use:
TASKS_RSSISTART...
Hello, I am using nrf52832. My BLE device is slave device and its sending notification to master. I want to know if there is any feature to know if notification from particular...
Hi,
I am trying to read signal strength inside my code. At the moment I know I can do this with AT commands:
AT+CESQ +CESQ: 99,99,255,255,255, 46 OK
RSRP = -140 + 46...
Hi,
I am trying to develop a high speed application using the nRF51822 chipset. As part of my application, I need to send at least 125 HID IN reports (each 20 bytes long...
Hello Nordic,
I'm developing app with nrf52840, SDK15.3.0 and s340.
The work almost has done, so we need to test ourdoor.
The problem is that we don't find out the...
Hey, I would like to connect the "image_transfer_demo" example (running on a nrf52840) with the "Nordic_UART_Service" (BLE central) example (running on another nrf52840)....