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'm trying to implement context switching from handler mode to thread mode using PendSV. I set the PendSV pending bit inside an ISR with SCB->ICSR = SCB->ICSR | SCB_ICSR_PENDSVSET_Msk...
Compiling nordic project I get errors:
compiling main.c...
..\..\..\main.c(37): error: #5: cannot open source input file "softdevice_handler.h": No such file or directory...
I am not sure if this is a limitation with Keil or Nordic SDK. I made another copy of ble_app_uart inside SDK_11 s130 and renamed it with a much longer name. I tested that...
I'm using the nRF SDK5 v11.0.0.
I'm trying to test out UART Logging in the simple blinky example bundled in the SDK.
I added NRF_LOG_INIT() and then a NRF_LOG("Testing\n...
Hello everyone,
I am trying to implement a bootloader to my application to be able to enter in DFU mode.
I am using nrf51822 (32KB ram 256 flash) and s130.
I have taken...
My understanding is that the nRF51 is known to need a fairly stiff external pull-down resistor on SWCLK to avoid noise putting the chip into debug mode. I note that the nRF52...
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application...
Does nRF52832 have battery monitor?
I can't find in the datasheet if there is an externarl circuit to monitor the battery. I'm using a CR2032 coin cell battery.
Tha...
Hi,
I'm developing some firmware that will hopefully run on a few different kinds of nRF52 device.
Is there a way of detecting if the DC-DC converter's inductor/capacitor...
Following situation:
My device acts as central (connecting to ble sensors) and as peripheral (transmitting and receiving data from mobile). Several services (Heart Rate...
Hello,
I followed this tutorial:
devzone.nordicsemi.com/.../
and added the RTT files to the project, however, after I compile i get this message :
and when...
Hi guys,
I am using the RFduino nrf51822 chip. I am using the TIMER2 interrupt and it works fine. But when I try to use the BLE along with the timer interrupt both don...
Hi,
I have have one ble project which is using softdevice s110. so that i want to extend this project by adding DFU service to it like shown here
devzone.nordicsemi.com...
hi,
i have PCA10028 dk board. i want to flash code in this board using dfu. i have generated Zip file(both soft device and application(example ble_app_hrs example)) using...
I am using this DFU library github.com/.../IOS-DFU-Library . On iOS 10 while processing DFU I receive error RemoteInvalidState in didErrorOccur method with description "Device...