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...
Hi,
I am trying to implement QSPI flash data storage functions in the external memory of nRF52840 DK with other peripherals like TWI or GPIOTE, but it seems to conflict...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
Hello,
I am having trouble understanding the SAADC example in the description. Can anybody tell me what do the following instructions in the code do?
1. NRF_SAADC->SAMPLERATE...
Hello,
I am using nrf52840 and I have successfully uploaded the SAADC example. I do not understand why is V(p) = VDD? How can I configure Vp to be equal to voltage that...
Hello,
I want to build firmware with ZephyrOS for nRF52840. I set up the toolchain (on Windows) and everything works so far (Pyhton, West, CMake..). I can even build the...
What is the right way to use the debug possibilities of Segger Embedded Studio (or another allowed IDE) in case of the client Zigbee OTA upgrade application example? For now...
Hello guys,
I am using SDK15.3.0 and BL654 modules containing nRF52840 on my custom board. In addition to that, I have both nRF52-DK and nRF52840-DK boards. I can program...
Using: NRF52832, SD 132 6.1.1, SDK 15.3.0, Mesh SDK 3.1.0.
I started using the mesh SDK advertiser, with a single advertisement packet with infinite repeats, and that...
Hi, I want to enable mbed TLs library and what I saw from latest release v0.4.0 it can enable it by CONFIG_NORDIC_SECURITY_BACKEND=y in prj.conf My primary goal is to use...
Hi Devzone!
I'm using the nRF52DK (nRF52832 mcu).
I've conifgured the SAADC to use:
Single-ended
Resolution = 12-bit
Gain = 1/4
Ref = Vdd
AIN0
Everything...
I have changed name_type in ble_app_beacon example to have the name displayed and application get stuck into Error.
// Build and set advertising data. memset(&advdata, 0...
I downloaded SDK14.2 and loaded S132 v5.0 and then compiled and loaded the ble_app_uart example code (I also tried the precompiled hex provided with the SDK). It all compiles...
Hi,
I received my nRF52840 yesterday, I believe I've set up my dev environment well-enough to run the demo programs supplied by Nordic (namely the proximity and heartrate...