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...
Hi,
Is it possible to use two LPCOMPs simultaneously?
I would like to use analog channel 6 and 5 and if I register a RESULT Above on channel 6 it should start a software...
Good day to all
I would like to get a little more information about the function:
added in softdevice version 7.0.1.
Starting the radio in connection mode is shown...
Hi,
I'm experiencing some UART issues on nRF52832 where it seems like the peripheral is not correctly reset when doing a soft reset. After a soft reset I expect that the...
Hi,
I am using nrf25840 Dongle as NCP with Linux machine. I have used NCP example hex from " nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\ncp\usb_bootloader...
How to achieve the lowest power consumption while "sleeping" but still being able to awake from an internal timer ?
For the timer I'm using the Ticker class from mbed.....
Hi,
I am a Embedded System Engineer working in a Medical device company in Ireland. I have a ublox Modem(Nina-B111), which has a nRF5xxx module embedded into it. The modem...
Dear Sir .
I have on my custom board 2 spi , spi1 and spi3.
&spi3 { status = "okay"; compatible = "nordic,nrf-spim"; sck-pin = <31>; mosi-pin = <9>; miso-pin = <30>;...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi.
I programmed the firmware in " https://github.com/NordicSemiconductor/pc-ble-driver " share folder to a nrf52840 dongle.
NRF_SD_BLE_API=6
I took the example heart...
I can send a command to a custom cluster through the Zigbee CLI, which is installed and running as a Coordinator on a nrf52840 dongle.
However, I must respond to commands...
Hello Nordic!
We are going to develop the device under the following conditions - nRF52832 - SDK11 - SoftDevice S132 v2.0.1
We are planning to add Serial DFU feature to...
Hi, I am porting an app from SDK 14.2 to SDK 16 (nrf52832) and noticed some strange behaviour with nrf_delay_ms - it is not delaying anywhere nearly long enough. I have built...
I have been able to program the nRF52 DK perfectly the past couple weeks and just recently got an nRF9160 DK.
I tried to update the 9160 DK to the latest firmware using...