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...
I am unable to build any example project of nrf sdk for mesh. I have added the SDK root in my global macros as : SDK_ROOT=C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a . And still...
I run the below code on nRF52DK and measure the power consumption of the chip (using nRF current measurement jumpers). The current consumption is 0.47 mA which is a lot just...
Hi,
I am using nRF52832 board. I want to connect serial mesh example with 'ble_app_uart' . I try to use the same method http://infocenter.nordicsemi.com/index.jsp?topic...
Hello,
I have 8 12-bit ADCs that produce 3300 samples per second, which I will send over a Bluetooth link, so I need a data rate of about 320 kbits/s. I was thinking of...
I get to the point of having the EP0SETUP event being generated, I check BMREQUEST and WVALUEH and see that it's a request for the device descriptor,this is on windows and...
Hi, I am using:
SDK v15 with nRF52840 chip running in soft device s140. I am Using Segger Embedded studio.
I want to update a application( Say Blinky) thorugh DFU. I perform...
Hi, I'm using Atomic_FIFO library and for my application I need to know the number of elements currently in the fifo, the library itself doesn't provide any functionality...
Hi,
The program will crash when spi transfer on NRF52810. The crash occurs in spim_xfer function, immediately after spim_int_enable function calling,
but if i remove the...
Hi,
nrf5_SDK_for_Mesh_v2.0.0_src
When complete provision a provisionee , provisioner will assign provisionee a mesh key and device key.
Now i want to know how to calculate...
I can get a clean build and working product with some workarounds, but a couple issues remain from migrating sdk 13.1 to sdk 15.0 (SES nrf52832 s132).
1) After nrf_drv to...
Hi,everyone.
I had learn for below Links and compiling is no error.
https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104063#104063...
Hi,
I'm having problems to run the Loopback example in the Bluetooth Mesh SDK:
infocenter.nordicsemi.com/index.jsp
I'm receiving a timeout.
My setup is as follows...
This is a duplicate of https://devzone.nordicsemi.com/f/nordic-q-a/35127/spi-master-0-uses-300ua-upon-first-transfer but I wanted to be safe because I pre-maturely verified...
Hi,
I have been working on MPU9250 examples given in here .Though the program runs fine in KeilUvision 5, the output in tera term shows only 0,0,0 for Accelerometer values...
Normally one writes 0 to an event register to reset it.
I am writing a uart driver and when I open my interface I want to prime my transmit pump by setting EVENT_ENDTX to...