Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
I just make some change Tx power level on "ble_app_blinky" app, i see that: when change Tx power(-20, -16,.., -4, 0, 4) like this code i mark red color below.
---------...
Hi,
I was trying to load the agps sample code into thingy 91 for testing. I read the readme document which mentioned that code is compatible with thingy 91 too.
After...
Hello everyone,
I wanted to start with Thingy:91 today, so I first wanted to update the device with the newest firmware.
First thing I found confusing is: On the Getting...
Hi everyone,
I saw a lot of example in SDK (CDC ACM example, Audio example, MSC example,...) and I want to know if is possibile to modify them and use the USBW (USB WIRELESS...
nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_master_with_twis_slave.
I use NRF52810 as a slave, power consumption is 6uA.( nrf_drv_twis_enable(&m_twis);)
I see the...
Hi,
I am using nrf52832 module, sdk 17.0.2.
I have ble nus service added and device works properly had no issues till i add the AES related files and defines.
Can...
Hi,
I would like to use external app firmware to update over BLE a secondary microncontroler behind a NRF52832. I read that it's an experimental feature but it's very intersting...
Hello, im newbie here. I using multilink NUS from example and i want somehow get peripheral (peer) address in ble_nus_c_evt_handler TX event. How can i receive that?
I use nRF52832, sdk17.
First of all, during the sample, you want to implement central using "ble_app_out_c" in the "ble_central" file.
Central wants to connect peripheral...
Hi, I found that after migration from Zigbee Thread SDK to Zephyr GDB debugging functionality is broken. I have read a lot about PRIMASK register, GDB hooks, and so on, but...
Hi everyone,
I am using a third party nRF52840 module and I have developed my own bluetooth application. I have implemented one characteristic for notifying data from the...
Hello,
I am working with nRF52840 and started with SDK15 examples with BLE security mode 1 level 2, No MITM. I have a question regarding bond handling and the deletion of...
Hello everyone,
Using
PTS version is the latest (7.6.2),
nRF52832
SDK14.2.0
Softdevice s332 v5.0.0
When I run the test GAP/ADV/BV-01-C and so on, it constantly...
The settings.hex file is 6 K ,
the bootloader.hex file is 68 K ,
the softdevice.hex file is 429 K ,
the app.hex file is 183 K.
app.hex is just made for DFU function...
Hello every one.
I want to ask about:
Does NRF52810/NRF52811 support BLE_Central role with "S122" and "nRF5_SDK_17.0.2_d674dde"?
I try to convert example "\nRF5_SDK_17...