uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi,
I'm using nRF5 SDK V12.0, I found a strange problem. That is the UART can send data to PC, but it cann't receive data from PC. However, this problem just arise on some...
Hi,
I need a bit of help to fully understand how ADC works on nRF52832.
I am using a Thermistor sensor like the following to measure temperature:
Epoxy Thermistor...
We would like to use the PPK for automating some of our tests. Is there any documentation on how to drive the PPK over RTT? If push really comes to shove, we can always read...
BLE UART This is a problem that I have discovered while checking
the cause of the connection frequently due to communication error.
It is normal... In the nRF52832,...
Hi,
I added following code in saadc example code to set GPIO pin high/low and monitor it in the terminal. The pull up looks ok, but when I set it to low, the reading never...
We created our own PCB for the NRF52 with a Johanson chip antenna but no matter what we do, we can't get a signal from the Antenna, not even a weak one to show up on the spectrum...
Hello,
I duplicated the project example "nrf51-micro-esb-master" under "proprietary_rf" and got it up and running. I now need to incorporate some timer functionality.
...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
As I've tested by using
err_code = sd_ble_gap_address_get(p_addr);
APP_ERROR_CHECK(err_code);
App returns...
hi
i am using nrf51822. i used the radio tranceiver example and it works well. I am planning to advertise the received packets so that the range can also be increased and...
Hi all --
I have a tricky layout "issue" where unfortunately, I've ended up connecting my I2C device to the BlueTooth module on the side of the module where my VDD isn...
I'm reading the SDK 10's GPIOTE doc and I'm wondering if there is a way to read a GPIO state without generating an event, ie, something like foo = PORTx.pin10 or alike.
...
Hi,
I have a central that is trying to pair with a peripheral. I want this connection to be secure and I want to use ECB for encryption of data. My peripheral does not have...
Hi,
I'm trying to communicate the nrf52832 with a LIS2DH accelerometer and when I'm trying to read 192 (32*6) bytes of data (to empty the entire accelerometer's FIFO) my...
Hi,
I want to know what is my execution time for each function.
I am using nrf51822 chip and the IDE is IAR Embedded Workbench.
How can i calculate the execution time...
Can I detect overflow on RTC1 when using timers with S130?
In my App, I use timers but also count time with NRF_RTC1->COUNTER. I need to know If overflow happens.
It seems...