I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hi, I am in the schematics phase of a new device which may talk via BT to lets say a mobile phone. The communication between the new devices CPU and the nRF52810 shall be...
I'm trying to connect my nRF51 dongle to the DK using the Master Control Panel3.10.0, but I keep getting "no response from master emulator" and failed discovery. I read the...
How do we go about adding servers to the light control example i.e. I would like to control 50 servers via one client. What needs to change in the code besides SERVER_COUNT...
I am modifying the BLE UART example, client and server, in order to have a higher throughput. I have selected that the connection interval is 7.5ms with a total number of...
Now I'm done from send data to the light_client light_service, but I don't know how to send data to another light_server let light_server, I look at the related documents...
I am having issues with the pin_change_int example. I have not changed anything to the code, but it will not load onto my board. In fact, pressing load in this project doesn...
I am trying to implementing eddystone for my nRF52832 and I found two library.
One is with the " /examples/ble_peripheral/experimental_ble_app_eddystone " inside nRF5-sdk...
Hi, I want to NFC connection. so I'm trying to NFC examples.
But, while i was testing NFC_writable_ndef_msg example I have some trouble.
Following the example, I succeeded...
Hello everyone I have a problem where I want to know when a node (server) connects to the gateway (client), how can you control which node, for example, turns light on and...
Hello, I am trying to run the SAADC example code alongside the ble app hrs example. I am able to run both examples individually just fine but when I copy them over to one...
Hello,
I need to implement a simple and minimal serial cable replacement using BLE SoC and external MCU host interfaced by 2-wire UART (without flow control). Is it feasible...
hi
i am beginner to start with BLE.i want create a device i.e bluetooth device and its sevices ,characteristic.which tutorial will most helpful to follow to learn?
Please...
Hi,
My project application is to advertise BLE MAC ID (Company's 6 byte Unique ID) with advertising interval of 30 sec i.e. My BLE will transmit its MAC ID & go to sleep...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
I executed \example\ble_peripheral\ble_app_uart
nrf_log_panic occurs.
I attached...
I'm trying sending and receiving data with spi transaction manager library (nrf_spi_mngr).
The problem is that I cannot receive bytes from SPI device as end_callback doesn...