Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
i am using ble central example from sdk15.the peripheral i want to connect with Nrf52832 is not a Nordic device.Peripheral have 5 different services.now till i successfully...
Hi Nordic,
I am using Segger IDE on windows 10 to verify the mpu9250 functionality based on nRF52832.My doubt is that do we need to have two interrupt pins i.e., one for...
Test environment:
Mesh SDK: V2.2.0 example ‘proxy server and ‘serial’
Development kit:PCA10040
Computer: Window 7(X86)
Other tool : Power supply
Test Description...
On Linux, I am following the instructions in the nRF Connect SDK (very helpful, BTW).
At the step 3, Download SEGGER Embedded Studio, it says download Nordic Edition of...
Hi all,
I am wondering if devices cache received messages when it has a Time to Live (TTL) value of 0. Since those messages have never been relayed, you will only receive...
Hi,
I have implemented the Master Serial DFU to send my bootloader.bin , application.bin file and Softdevice.bin files.
I'm facing with updating these file.
I want to...
I'm using the nordic android scanner and ble libraries for my BLE implementation. I was hoping that using these libraries would handle some of the issues I'm running into...
Hello to everyone.
I´m trying to make a project in my SDK nRF52 with the nRF52832 microcontroller, I have Windows 10 and I´m usinf Keil uVision v5.26.
I´m interested in...
Hi,
I am using the light switch example with the mesh SDK version 3.10
the provisioning is done with NRF Mesh application (android phone)
1. is there easy way to get...
The table under 5.4.4.3 in the datasheet for the nRF52840 lists the shunt capacitance for the LFXO as 2pF max
C0_LFXO (Shunt capacitance) 2pF max
What is the risk if the...
Well - Where shall I begin? The more I look around on the web the more confused I get.
I need to create a Connection betwen a PC running Windows 10 and a sensor device server...
Hi,
I have setup TWI peripheral for async transfers via IRQ and callback. After firing the transfer operation, I feel uneasy about having no control until the interrupt...
Hi
I need to certify a product in FCC and they sent us what they want. Radio_test_example is basically what I need, but the problem is that I'm using SoftDevice 110 and...
I was working with the buttonless DFU service that requires bonds and I was able to update my firmware just fine. Then I added Just Works OOB pairing using the nfc_ble_pair_lib...