I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
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...
Hello,
I do my first project with nrf52.
I have great working app under the SES enviroment. App is downloaded to hardware under the Segger Studio and it works ok. And...
Greetings,
I am trying to create a bootloader project in VisualGDB (our IDE of choice) and GCC based off of the secure_bootloader/pca10056_s150_ble example. I was able to...
Hello,
we want to use RTC2 (RTC0 is used by SoftDevice, RTC1 by FreeRTOS) to keep track of time. I set NRFX_RTC2_ENABLED and NRFX_RTC_ENABLED in app_config.h. Code used...
I'm having an rather cryptic problem where around 0.01% bytes are simply not transmitted via UART for some reason. This error happens independently from the chosen baudrate...
Hi,
I have just started learning the ble mesh basics.I have started to build code using segger ide. I have to learn the mesh examples code in a detailed way for my upcoming...
Hi,
How do I configure Zephyr to turn off TWI and GPIO while in sleep mode? Once I enable those, idle power consumption doubles. I tried using device_pm_enable() on initialization...
Are there definitive specifications on the minimum pulse duration necessary to trigger GPIO DETECT events and PORT events? I have a sensor that fires a logic-low interrupt...
I would like space in flash that can be written to during production and then never changes or is overwritten. I have explored adding a section in the linker.
Are these...
Hi there...
I am using :
Device :Custom board using nrf52840 (fanstel module BT840)
SDK : nRF5_SDK_17.0.2
SoftDevice : S140 7.2.0
In order to add DFU capability...
Hello,
Any updates on the modem firmware v1.1.3 and v1.3.0 certification status for Verizon? I was told v1.1.3 was supposed to be around Q4 and v1.3.0 was supposed to...
The actual title is too long, the problem is this.
The documentation for s110 says:
Commands to write a buffer to flash
If the SoftDevice is enabled: This call initiates...
Hi All,
I am developing a Zigbee based light controlling product using nrf52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 SDK.
All functionality and features developed...
Hi,
I run the radio test with our PCBA with SDK17.0.2, but when I want to send "start_tx_modulated_carrier 100", there's no callback response "<info> app: The modulated...
Hi.
I am looking to implement a nRF52840 chip in my 5v battery operated door lock.
Sorry if this is asked before or should be clear from documentation, but I am not...