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 Nordic,
I just started with nrf52840 DK and my custom board. I derived my custom_board.h from nRF5_SDK_15.0.0_a53641a/components/boards/pca10056.h. I need to reroute...
use nordic demo example
i think the problem is crystal oscillator(external 32mb)
follow is the different:
//nordic kit board 0> clock state start*******************...
use nordic demo example
i think the problem is crystal oscillator(external 32mb)
follow is the different:
//nordic 官方开发板 0> clock state start***********************...
Hello,
we want to evaluate the nRF52832 chip with a example project. This project has the following functions:
- low power
- system wakeup by RTC running with external...
Hello,
I do want to simulate the behaviour of several nrf51 chipsets that communicate over the air. Do you have any suggestion, how to start with this? The best would be...
Hello everyone! I am interested in running some simulations to test a series of algorithms for BLE on nrf52832. Is there any simulator which can easily simulate nrf52832?...
Hi All,
This may not be 100% nRF-related, but:
I have a set of algorithms that are written with Keil uVision 5 for nRF52840 using the CMSIS-DSP library. Now, I would need...
Hi,
recently i made the mesh works but now i need to add OTA.
i've found this tutorial. I'm still trying to generate the keys... every time i try i get some error from...
I can read from the driver using appropriate instructions. But i am not able to write to any of the registers. Please Help. I have attached the functions and datasheet.
...
hi,
I’m new to nRF5x BLE devices.
I need to create a code for a project where i’m using a nRF51-DK device. So, I’m trying to demonstrate that the further the nRF51-DK...
The current pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ) does not seem to support the SoC Library API of a Softdevice e.g. S130 ( https://infocenter...
I am trying to develop a Mesh application using Nordic Thingy. I was trying to allocate memory space for SD132.
As mentioned in the SD release notes, I had updated the following...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hello everyone
Now i am trying to import Freertos to my project BLE mesh in SEGGER studio. However, it had library name duplicate and i dont know how to solve that problem...