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 am trying to accomplish the following:
Read values from a number of sensors
Put the device in sleep mode (while keeping the samples from sensors in memory so that...
I found a project named "nRF51-ble-app-uart-static-passkey" on Github,
but I want to set a static passkey on nRF52832(PCA10040).
How can I do that?
Thanks!
Dear Nordic team
It seems there is a small mistage in the mechanical specification of the AQFN package in the nrf52840 datasheet v1.1 p582
The e2 dimension seems wrong...
Hi all;
I want to know how to get setting file data in application layer , which means I want to know the value in address 0x3FC00. From the web , it is easy in bootloader...
Hi,
We are using a custom circuit with nRF51822 chip and Taiyo Yuden BLE module. Currently we are encountering an issue that we cannot detect our PCB over BLE. We used to...
I want to know the version of Bluetooth to connect with. Is it possible to execute the following in an application? Is it possible to reference values in the application?...
Dear Nordic,
I'm trying to make a Bluetooth device that only needs to transmit 2 bytes to tablet/smartphone apps running on android, iphone or ipad. The 2 bytes only need...
Dear nordic,
I face an issue in coded phy scanning. I have two device each advertise in coded. one device is nrf another is not from nrf.
First test:-
scanning(nrf52840...
Hi,
I know that for a time there was a limit to the count of characteristics an Android phone could discover - 40. (See open AOSP bug report )
For what I understand the...
Hi all,
I using SDK MESH 3.0 and light swich server exam. If I send data in button_event_handler function. All run correct.
If I send data in int main -> error in function...