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...
Using EmbeddedStudio_ARM_Nordic_v452_macos_x64
I am trying to build a sample for 9160-DK
I get
CMake Error at CMakeLists.txt:20 (find_package): Could not find a package...
Hi guys,
I am developing an tracking app based on NRF9160. As I know, LTE only works with GPS when enabling PSM.
Here is my PSM configuration:
CONFIG_LTE_PSM_REQ_RPTAU...
I am using 2 nRF52840 DK for range testing using sample code available in SDK V16 (nRF5_SDK_16.0.0_98a08e2\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput...
Hello
I would like to use the extended advertisement feature of BLE 5 and sometimes update the data. My code works but there is one of your functions which returns me an...
Hi,
I am trying the example project "light_switch_server_nrf52840_xxAA_s140_7_0_1_dongle.emProject", facing some errors as show in image below:
If anyone has any kind...
Hi (aimed at Nordic really, this one),
Having the nrfutil available as nrfutil.exe (Windows executable) would be HUGELY helpful.
It's a real nuisance for us as developers...
I'm using 3.6v battery and I want to read the battery voltage, can I get the power ping directly to the any ADC pin of nrf52833 ? Or it cause any damage to the ic ?
Hi,
In the attached study from Nordic and Energizer there is data regarding the discharge behavior of a CR2032 Coincell battery under different conditions. I wanted to...
We are using nRF9160 as the host MCU and Modem for communicating to server. If VDD_GPIO is powered by 3V external supply and SIM card is powered by VDD_SIM i.e. 1.8V Do we...
Hi,
I have a hex file generated by uVision Keil 5 IDE . I would like to combine this with the hex file form the soft device. These two hex files once combined would help...
Hi,
I would like to change the manufacturing data with time. My advertising_init function implements the following line
init.advdata.p_manuf_specific_data = &manuf_data_response;...
I've been using the nRF52840 DK to load the firmware into my custom nRF52840 board using nRF Connect v2.6.0 and programmer v1.0.2.
However, on another laptop when I install...
Hi,
We have developed a custom board using nrf52832 chip and currently everything like (BLE, TWI, ADC etc) is working fine but we are having issues with the UART. we have...
Hi,
We are using nRF52840 with nRF5 SDK ver 16.0.0 with Softdevice S113 ver 7.0.1.
We use the radio timeslot to implement low level radio comm with very tight timing requirements...