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...
Hi,
I am facing hardfault when i try to enable low power in a ble application. i want to enable trace on my PCA10040 board to find out the cause of this hardfault. can...
Hi,
We are using our own custom nRF52832 based board, with revision B silicon however we are having trouble getting trace functionality to work.
Our code uses the Nordic...
Hi,
I am going to design a new product around nRF51422 and I am planning to buy the nRF51 DK but I am really confused about the sw I need for development and additional...
I found this recent Q&A very helpful on the topic of reading voltage on analog hardware pins via the ADC: devzone.nordicsemi.com/.../
In that Q&A, a helpful Nordic person...
I want to use the MultiActivity Example with the nRF52 with GCC and Eclipse.
In the documentation I ve read that S130 and S132 are supported, but in the directory of the...
When I using the UART port, if I float the port after init the UART it will restart the code, is it need a external pull-up resistor? How about the value?
A quick one, where do I find a list of the err_codes? I have had a look in the documentation and I was expecting to find a table of them, but I couldn't locate one.
Thanks...
Hello!
I am trying to send a notification to a peer device when a certain event occurs. To do so, I'm using the same procedure as with every other characteristic with enabled...
I used the example of the ble_central\ble_app_uart_c and ble_peripheral\ble_app_uart.
It seems no problem for operation when I check only this example.
But I modified this...
Hello Everyone ,
I ahve deveoped the custom board using NRF51SOC and i have flashed the custom board by usign P20 Connector referred below figure now i would like to debug...
If I let the SoftDevice write to my variables directly by having the characteristics point to my app's variables through BLE_GATTS_VLOC_USER - when are these variables actually...
HI,i have some problems about RSSI (51882)
BELOW IS MY CODE. who can tell me why I can not get RSSI from variable t
int main(void)
{
uint8_t *p;
uint8_t t = 0;
...
Hi,
In S130, both central and peripheral modes are enabled. How do you enable just the peripheral mode and not the central mode for S130 so that less RAM space is used...
I am just working through the tutorial on radio notifications and imported "ble_radio_notifications.c" to my application folder and included the header in included directories...