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...
Hi! I am using the MQTT simple sample that i have modified to continuously send data after receiving a message. I also have connected a MS5837 pressure sensor to the nRF9160...
I'm trying to get DFU OTA working with SDK 14.2.0, SD 132, on the nRF52832. I'm using the bonded implementation. My DFU event handler is getting passed
BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED...
So I want to run the nRF52811 chip so I removed the nRF52832 chip from its development kit and soldered the nRF52811 chip but I cannot seem to program it. What are the required...
Hi,
I am using ncs 1.0.0 and modem fw version 1.0.1.
I am using PSM mode in my firmware.
I want to toggle state of one gpio when modem goes in active or inactive state...
Hi.
I am developing application with mpu6050 gyro on nRF52832, swd S132 V6.1.1., sdk 15.2. My code is based on ble_app_uart. In main, I add my custom function that calculates...
Hello!
I was going to start to program my Thingy 91 but since I don't have a J Link Programmer cable or a nRF9160 DK. I was planning to use mcuboot like suggest this documentation...
Hi,
I am working with MPU6050 gyro. I run the examples from GitHub for nRF52. Everything works fine, bit I have an issue with gyro output data. In register map documentation...
I'm new to Nordic, I just got an nRF 52 DK. Refreshingly simple to get working with Segger Embedded Studio on Mac. I'm particularly interested in the BLE multiperipheral application...
Hi,
I'm trying to build the asset tracker off the master branch in windows 7. I did do west update. Using gcc version 7.3.1 20180622
It fails like below. Any ideas?
...
Hello,
I have the following issue. I am developing an application very similar to the "ble app hids keyboard" example. SDK 15.0, S132 V6.0.0, nrf52832.
I would like to...
Hi!
Previous tickets 234795 and 231307 asked about the status of field updates of the nRF9160 modem firmware. Some solution is coming, but unclear when.
Are there any...
We are developing with the nRF52840, in this instance present in a Laird BL654 module carried by their DVK-BL654 dev board.
After trying three separate examples that attempt...
Hi all,
I need to be able to reprogram an nRF52832 on a daughterboard from a mainboard with a Cortex M7. I have been able to eraseall and reprogram the nRF52, but it seems...
I have searched this site and not found an answer, although this seems to be a similar question: https://devzone.nordicsemi.com/f/nordic-q-a/41853/usb-driver-install-fail...
Hi,
I am stuck in sending and receiving serial data over Rx and Tx in nrf51 DK. I used arduino to prototype a fingerprint access control system. Now I am shifting to nrf51...