first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
I want to make my nRF52 turn on every 5 minutes, send data to a device over BLE and go back to sleep. For some reason once I turn on BLE advertising LED1 becomes solid and...
Dear Nordic Team,
Thanks for supporting.
We are worked in nRF51422 development kit.How can i enable DFU service in all BLE APP examples source codes in main.c
Please...
Hi,
when I use nRF Connect (or MCP before) to browse my BLE service, I get shown some garbage if I use many characteristics in my service.
When I use 45 characteristics...
Hello people,
I'd like to use the NRF52832 (QFAAB0) / PCA 10040 / S132 development board as a data logger. For that I soldered a micro-sd card reader and started using...
I set the connection as follows:
#define MIN_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(500, UNIT_1_25_MS)
#define MAX_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(1000...
I am trying to use the mesh network using the nrf51822. I have to use the app_timer with my application. Mesh library and the app_timer library making conflict with the SWI0...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
I have checked the datasheet between 51422 and 51822,they look the same,but why the NRF51422 can flash BLE and ANT+,but 51822 can't? Is the Radio part different,or the Flash...
I have based my firmware on the Proximity Application example.
Now I need to extend my application to support BLE DFU service.
But as i read Extending your application...
Hi,
I am using the flash memory for a few variables and it works very well. Now I have one flag which is defined by #define statement and if it is enable then the initial...
hi,
i have nrf8122 module . want to flash a hex file in it by using nrf51 development kit. is it possible to flash code in the nrf51822 module. other wise please provide...
Hello everybody,
I'm working in a project & need to listen for notification from installed applications in the mobile phone & update the mobile app with some info about...
I have combined Nordic's serial connectivity code and Nordic's serial DFU example.
Upon initial powerup, the nRF51822 draws an expected amount of current (~600uA). When...