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...
Hello everyone,
I remember doing a project with PCA10028 board and S110 SDK a year or a year and a half ago. Now i want to do another project but all my materials which...
Hello,
I am writing this question in reference to this question . I was asked to be more specific about my question by my colegues. I do understand that this is a duplicate...
Hi,
I checked the flash_fds example. I could not tell the address it tries to access to. Is there any way I can find the address? Can I limited it to a certain address range...
According to this article, https://www.nordicsemi.com/eng/Products/Bluetooth-5, it appears that the nRF52 should be able to support standard BLE at 2Mb. However when I look...
Hi Nordic
I am using sdk 14.2.0 version and s332 soft device. Now I have completed the bicycle speed cadence code that works with ble_ant. It worked well as I wanted. But...
hi,
I am a fresher .I am asked to do the communication between nrf51 D K and moblie phone( nrf connect app). Can anyone provide me a sample code and required documents to...
Hi
I am using SPI to talk to an LIS2DH with an NRF51822. I have merged the SPI Master example with the ble_app_rscs example and as soon as the ble advertising begins, my...
nRF Connect has no serial ports to connect to. I've looked in /dev. No unusual tty or cu devices listed. I've checked the forums. Mentions is made about Segger link and "...
Board: custom board
Mesh SDK: V1.0.0
Softdevice: S132
IDE: SEGGER Embedded
BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can control client...
Hi,
I have spent a couple of days trying to find formal documentation on how to update the nrf SDK. I am currently on 11 (as keil pack installer states the version of...
Hello everyone, I come from the 8bits MCU world and I'm used to program my chip with a debugger like Atmel-ICE. But with 32bits MCU I'm a bit troubled to program nRF82832...
I'm using the IoT bootloader from NRF52 SDK 14.2. When the bootloader has nothing to do and starts the main application, the FDS calls all fail in the main application. When...
We're using QuantumLeaps and want to send a message each time a character is received on the UART command line interface transport layer.
Where in the SDK source code would...