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 use nRF51822 powered by CR2032 battery. Same decoupling as dev board PCA10001.
Would you recommend different values of decoupling capacitors for battery powered...
I have SPIM working at 8MHz on nRF5340-PDK
I want to increase the SPIM speed to 16MHz.
The errata for nRF5340 states "In 128 MHz mode, SPIM max receive frequency is 16...
Hi Team,
We are using nrf9160-DK. We have tested assert tracker application, where we got the real time GPS data(DK location) we are happy with that. We also tested the...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Environment :
Host : Macbook Catalina
SDK : 16.0.0
Toolchain : ...2018-q2... (the pre-configured toolchain in the SDK)
SoftDevice: (not used yet, planning to use...
Hi, I'm using mesh_ SDK and nrf52840, I want to know whether the relay node in a BLE Mesh can wake up at a specified time to receive or send packets, and sleep the rest of...
Hi,
I am developing a device based on nrf52840 soc, and the rule of my device is peripheral. I want to know, if a connection was established, could my device start the...
Hello,
we are currently in the development of a low power, battery powered device that needs to count slow pulses (period between ~10ms and several seconds).
At the...
I have a custom nRF52840 board that transmits sensor data (using UART) to a PC with an embedded Bluetooth adapter. I have a code on Matlab that works just fine (using blelist...
Dear Sir.
I am using Master SPI to drive 2 slaves.
Both spi are referenced within Interrupt routine ,
When both spi;s slave are referenced I get an error
err = spi_transceive...
This question has been asked before. I have been using the previous threads to cobble together what is below. I opened a new ticket as reopening (really) old threads is generally...
usb hid how to send 6 bytes of data, app_usbd_hid_kbd_key_control can only send 1 key value, I see that app_usbd_hid_kbd_ctx_t can fill 6 bytes, please see
typedef struct...
Hello,
We're needing a lot more RAM than what nRF91 has, does current nRF Connect SDK support parallel PSRAM on Zephyr somehow or is the development on a roadmap?
Hi there, I want to use CppUTest on the nRF52 to start developing my personal and not so personal projects. I am using the SDK for nRF52, with PCA10040's board. For the moment...