Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Using Segger , only the BLE template is advertising,All other BLE apps such as BLE_UART, will flash the leds very fast but will not show on any Apple device on the Bluetooth...
We have an ISR parsing incoming serial data from the UART. When a valid packet arrives, I'd like to be able to wake the core from whatever low-power state is entered when...
That is probably an old topic, but after doing some research I could figure it out: calling sd_app_evt_wait() on my nRF5832 + nRF5 v11.0.0 SDK + s132 causes my chip to reset...
Hi
I've some troubles with the ble disconnection of S110.
Always when I call the sd_ble_gap_disconnect function after successful connected, the error code 8 NRF_ERROR_INVALID_STATE...
As I can see, I flashed Zephyr to Carbon 96 board, I don't fully understand the process,
I mean, I see .bin and .elf files but i don't see boot.img file, how do i make a...
The nRF52832 datasheet refers to a transmission of multiple packets in Figure 37. I have attempted to load multiple packets to the radio FIFO using nrf_esb_write_payload(...
Hi All,
I have developed an application on the RedBear BLE Nano2, and am trying to port it accross to a custom nRF52 board.
The Hex that the Arduino IDE outputs does...
I have an application which requires protection from passive eavesdropping, but not man in the middle attacks. I want to enforce the use of diffie hellman key exchange.
...
Hello
i am using Nrf52840 with sdk 132 and version 12.2
i am using the Heart Rate example as template.now i am just testing.
Before making connection,i like to Advertise...
I have a sensor which has output in the range of 0-5V. I want to connect it to an nrf51822 GPIO pin and to be able to read the value via it's 10 bit ADC. Is there any guide...
hello, there my application is like that...
(1) calculate size of receive buffer. than read that size of data.
again new data comes, then again calculate that size of...
Issue: With my external antenna design, I get lower dbm than PCB antenna (nRF51DK) with same distance.
My external antenna design: -70dbm
nRF51DK: -40dbm
In this...
Today when I started power profiler kit, it suddenly started to show peak values like 80 mA. This has not happened before, but the values with the same hardware have been...
In the data sheet of the NRF51 and 52 there is mention that sensitivity of NRF51 is -96 dBm and NRF52 -98.
But I read some where that when RSSI is -90 then that signal...