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 would like to implement DFU OTA updates without the Master Control Panel, and I have a couple questions:
Is there example code for the client-side of the DFU service...
Our personal phones are set to auto-update iOS apps. Unfortunately our team all got the latest version of the NRF Toolbox app (v2.5) released on February 5th, 2016.
Previously...
hi,
i want to execute a block of code in which timer should start. and stop at end of the block. and the timing depends on manual interrupt. and restart again when the execution...
Im using a board that is not one of the officially supported nRF51822 boards. Im trying to get the ANCS example project to work, but It wont broadcast or even turn on the...
hi,
i want to append data before sending. i am using ble_uart example.
here suppose the data is available on uart buffer at 1data/sec. i want to sent some timer/counter...
SDK 4.0.0-2.alpha
When run garbage collection, sometimes invalid offset on new page is present.
Adding next string fix this.
m_swap_page.write_offset = FDS_PAGE_TAG_SIZE;...
Hi everyone,
somebody recently told me that the PWM library as part of the current nRF51/5 SDK (v10 or v11) is more like a hack?
Since the docs fail to mention specifics...
I would like to know whether the amount of connections for BLE is limited by BLE spec, chip or stack (soft device)?
Also, same question regarding the possibility of the...
Hello,
I need to change my advertising Message periodically. In detail message (A) is sent in every 100ms and message (B) ist sent every 3000ms.
I defined 2 timer: ...
I noticed the nrf52-DK pca10040 comes with different ic revisions.
infocenter.nordicsemi.com/index.jsp
Where can I buy the pca10040 and be sure I got the latest in revision...
Hi!
I'm experimenting with a bare-metal implementation of SPI connectivity among two nrf51 modules. One of them is master, another is slave.
The problem is, the below...
Hi All,
In Flash read am facing one issue .
Am writing some data to Flash and trying to read back, But when I read back I get some corrupted data or am not able to read...
Two questions about advertisement (i'm reading ble_advertising.c code)
I failed to see what is making transition from BLE_ADV_MODE_DIRECTED to BLE_ADV_MODE_DIRECTED_SLOW...
Hello,
I tried to do migration on new SD S132 but some elements changed (typedef uint32_t nrf_clock_lfclksrc_t is not defined, ...) and i get a lot of errors.
When new...