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 want to test sending multiple packets of data with each packet having the maximum possible size of 247 bytes. I am currently testing with nRF Connect app. When i try...
I use nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac.
Example nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\uart\pca10056.
define BOARD_PCA10059.
...
I am using nrf51822. Separately BLE and flash are working perfectly alright. But when I comment err_code = ble_advertising_start(BLE_ADV_MODE_FAST); this line flash is working...
Hello,
As per my understanding, SPP was supported by BT Classic and no more supported in BLE. I have a device, which runs SPP. It has to be connected to the BLE client....
Hi, I am now developing a product which uses nrf51422 chip. In this product, I use buttons to turn on and off (since I don't have hard-power cut off circuit, we use system...
Hi
I wonder if the SDK DTM example can be used with a Rhode & Schwarz CMW500 unit. Are the commands compatible with each other, i.e. expected by the CMW500 and DTM example...
Hi,
we're evaluating NRF52 as a platform for a project in the agricultural space and I have some beginner's questions:
Is it feasible to use a timer firing at 100kHz...
Hello,
I created a custom board with the BMD350 module (it has a nRF52832 chip), and I a trying to program it with the BMD300 eval board.
The module on my custom board...
I am using a nRF51422 device with the SDK 11. The task is to transmit battery service data to an application on the phone. I was wondering if there is a tutorial available...
Hi,
I used "ble_image_transfer" sample code and can get the all the stuff I want and now I'm implementing the central device for it,
but somehow I always got the "cccd_configure...
SDK 14.0.0/S132 5.0.0
When a whitelist is in use and during a connection, a call to ble_start_advertising is made to change advertising to a non-connectable type
since...
This keeps happening every time I stop the program for a while and then resume execution.
N.B. I did put a breakpoint trying to catch the problem.
Softdevice s132 6...
Hi All,
I have more boards on which I have loaded the code ble_app_uart_c (nRF5_SDK_15.2.0_9412b96) which I use as central devices and I have other boards on which I have...
I need to send the following sequence of bits through TWI
start bit | 7 bit address | write | slave ACK | stop bit
I looked through the twi_hw_master.c and it seems...