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,
my BLE device is NRF52840, I am using softedevice s140_nrf52_6.1.1
using the ble_app_uart example as peripheral .
I have a problem to send data to our android ble...
Hi,
I'm trying to erase flash pages from 0x1f000 to 0x28000 (page 31- 40) and for three pages (33, 34, 35) I get NRF_ERROR_FORBIDDEN.
I'm using softdevice 132, version...
We are using NRF51822 MCU on our PCB design and we have a problem that we can’t program it, uKeil doesn’t recognize MCU. It seems that then we start programing NRF51822 it...
Hi,
we found problem with PID, we send individual messages to many nrf24 devices. When we have for example only 2 devices we have losses of around 40-50% but its not a problem...
Hi,
I am following below step for Installing micro_ecc_lib_nrf52.lib.
Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM...
I just bought a nRF52840 dongle and tried it out today. When I plugged it into a USB port on my computer running windows 10, it does not appear as a external drive. The red...
I am wondering if there is an API to determine the number of retransmissions (if any) a particular packet required to transmit OTA. Specifically, we are periodically sending...
SDKv14.2 SR3v1.2
If we want the RCU stay awake all the time when BLE is connected with a host, would it cause the possibility of random BLE disconnection?
Is this all...
Hi,
I want to implement SWD (and potentially UART lines) over a type A to C USB cable to talk to the NRF52832 on our board.
Currently, we only want to sink power only...
I am really green, so please bear with me. I have been experimenting with the bicycle ANT+ examples in the nrf52-dk API, and have been able to get BSC working to point of...
Hi, I modified sdk15.2.0 BLE_CSC example to work with ble_app_uart and got error ble_link_ctx_manager.h: No such file or directory. I added file to project, added file path...
I have created a custom board in the boards.h file.
I then created the fanstel header file and copied the PCA10056 information accross. Everything is working as it should...