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...
I am using the proxy server and the proxy client example
Initially Proxy Client and Proxy Server are present in MESH network. Once the Proxy Client recycle the power ...
What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data...
Hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt.our use case is that...
Hello,
I am using sdk12.2.2 and customized board. I am using app_error_check after every api so that my code reboots if any of the api fails. I want to know should I use...
Hi all,
Is there a software way to detect if an external 32kHz XTAL is connected to the nRF52 or not ?
So it could possible to select the internal RC oscillator instead...
Hello,
I have a project that requires the use of the SAADC module for temperature measurement from an NTC Thermistor.
However, I will also like to use the CapSense touch...
Hi,
With reference to https://devzone.nordicsemi.com/f/nordic-q-a/33890/get-x-y-z-values-from-lis3dh-using-nrf52-development-board this thread. I am trying to get data from...
Hello,
My application is really close to the example named BLE relay example in the DK. We could start from this example and adapt it to our needs. The problem is that this...
I have the Adafruit Sniffer which is based on the nRF51822 Bluefruit LE Friend, which contains the Raytac MDBT40 . After searching and finding the CP2104 drivers, I can speak...
I have been reading the forum and there seems to be differing advice to use Timers or RTC, since TIMER0 is used by the soft device, so it could cause issues since the SAADC...
Hi All:
i have a trouble, i need Coexistence mesh sdk 2.0.0 provisioner and nrf SDK 15 template. but mesh not work when nrf SDK 15 run advertising_start(erase_bonds);
...
I'm working with nrf24l01 module and use it in BLE beacon mode.
My main question is how can I decrease the visibility range to 10 - 20 santimeters?
(by some schematic...
Hi Support team,
My search for nrf8001 port to Arm-m3 landed me on a thread , where the support personnel has provided a link for a port to lpc1769 in the last comment....
Hi,
I would like to add sensor data in mesh network to be able to send data in certain intervals. How is it possible when I create a sensor model for mesh client and server...
Hello. I have a nRF52832 DK and I'm trying to modify the SPI example code found here:
/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a/examples/peripheral/spi
I'm using the nRF52832...