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...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Dear all, I try to self provision device by it self following steps below: Step 1 : Bind key Step 2 : Subscribe to topic
Step3 : Set publication topic
Step 4 The main...
I am having issues running GPS and LTE concurrently on the nRF9160DK and am wondering if the rootcause is an incompatibility between modem FW v1.2 and hardware v0.9.0. I am...
Hello,
With regards to the HID Keyboard Example,
1) Is it posible to disconnect from the central side (ios)? I would like to be able to disconnect as follows:
But...
Hi,
I have just started using the Nordic SDK (nRF5_SDK_15.2.0_9412b96) and am developing a low power application for a custom PCB using the rf52840.
I am developing...
I can read the spi flash id by the other mcu with the above code, but can not read correctly by
nrf52832, is there something wrong with my handle?
SPI FLASH ID 0E 40 13...
Hi!
We experience some problems with DFU, and while looking through the code, I saw the code copied below.
This is from the file dfu_req_handling.c from SDK14, and my...
Hello everyone,
I am programming my dongle(nrf52840) with my Dk. To upload the code I click on download "solution_name" in the target menu, it works fine for example without...
I am using NRF52840 Dongle to scan all the BLE advertisement packets.
I wish to scan for the BLE advertisements packets only from a particular device using the whitelisting...
hello all,
i am trying to add ble app uart feature in other ble app project. so i am trying to change those defines variable, NRF_SDH_BLE_GATT_MAX_MTU_SIZE & NRF_SDH_BLE_VS_UUID_COUNT...
1. In the ssdk:ncs v1.3 Example: in 10_hello_world_clock_gettime, test function: clock_gettime (CLOCK_MONOTONIC, last_action_time);
The following error occurred at compile...
Hello,
nRF52811, SDK16.0, Softdevice7.0.1
We had developed our application based on nRF Blinky Android sample app for nRF52840. Now we want to port same app for nRF52811...
Hi,
I would like to ask if it is possible to use both Radio and NVMC at the same time (no SoftDevice)?
My scenario:
Start Radio and configure RX mode.
Write/erase...
Hello
I use nrf52840, Keil uvision 5.26, Win10.....
when i test the board, program run into hardware fault.
that reason is No I2C response, and i delete int the I2C...
I am developing a device which will have Nordic's UART service and it also need to be able to bond with the central. I am using SDK 12.0.0 and VisualGDB for my previous projects...
I'm working on getting an eclipse project working for my nRF52840 application that is currently working with a Makefile. My issue is that once I reset the board, or power...