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...
Hello everyone,
i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem...
ISSUE: The spi driver does not seem to send/receive data and returns a (-5) error IO-ERROR
QUESTION: What is the details of the error?
The "spi_transceiver" should perform...
Hi,
I am facing following compiling issue while integrating the buttonless DFU to ble_app_uart code.
I have done whatever this case has instructed. Still i am getting...
I have set APP_ADV_INTERVAL to 100ms. Now when my device is rum=nning i want to manually change it say to 1000ms/300ms.Kindly assist how can this be done for ble_app_beacon...
I would like to use the flash in legacy way. My application collects data in small chunks and I would like to store it in a continuous area.
The recommended flash manager...
I succeeded in implementing the desired function using the NRF52832 development board.
I had to modify the project to include the NUS function of NRF52810. However, it has...
Hello, in zephir/include/drivers/can.h, in can_set_bitrate there is an error - you define local struct can_timing timing, but timing.sjw member wasn't initialized nor later...
In a previous post Related post it was mentioned that the below posted code would allow for a transmission of 20 bytes. However when I try to run this code I see a reported...
Hi everyone,
So I am having this weird behavior when i try to use the PWM with pin(1,9). In my case, i want to do pwm with a number of pin most of them are in port 0 like...
Hi support team,
We're planing to implement the scenario like this. In the mesh network, there are a few LPN nodes (i.e., 10 nodes) and one server node(non-low power node...
Hi,
Just need a quick checking on this.
Currently we using nRF5 SDK, after production, is it possible we OTA update the firmware which using nRF Connect SDK?
This...
Hi,
I tried to build and programm this DTM example from this SDK example: ncs\v1.6.1\nrf\samples\bluetooth\direct_test_mode
I got this following error. Do you know where...
Hi,
With the NRF Connect / NCS SDK, I can build the asset_tracker and serial_lte_modem without issue.
I want to make my own project, so I copied asset_tracker entirely...
Again I am asking a question I should not because I cannot find it documented.
I get a pairing request from the central. I need to respond with sd_ble_gap_sec_params_reply...