E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
Hello,
I'm working on a project that needs sha1 hash functionality and I found this thread about the integration of openssl hmac lib:
devzone.nordicsemi.com/.../
...
Hi,
I have been working with Bluetooth mesh. The test I have been performing repeatedly polls a single node and measures the RSSI (as measured from p_message->meta_data...
Hi,
I purchased Thingy:52 I want to develop ble mesh n/w application on Thingy:52.is it possible that I get any sort of support from you in this context.
I'm trying to run the Thread DFU examples on nRF52840, unfortunately I can't get them to work. On the client, I got the bootloader set up and ready, with the client application...
Hello!
I don't quite understand how to properly link NFC tag library (nfc_t2t_lib_gcc.a) to Segger Embedded Studio Project.
Steps I did:
Add nfc_t2t_lib_gcc.a...
Hi Nordic
Do you have a message sequence chart for how to do a Gatt Client Write with response? I can only find a GATTC Characteristic Value Write Without Response in the...
We are using the nRF6707 power profiler kit to measure our EVB’s current consumption in advertising mode. We use the example app ble_app_pwr_profiling. The only change is...
Hi,
Is there any example of adc (saadc) and uart throw ble?
I want to take same measurements from fotoresistor and send data via ble_uart i found same example but no...
I have a problem in selecting inductor(L1). In NRF52832 IC datasheet, mentioned specifications of inductor L1 are: 3.9nH, 0402 high-frequency chip inductor. What should be...
I am writing a bluetooth mesh application with a server and client.
Provisioning is working, but the configuration of the server is giving me problems.
I have based my...
Above image is our design for nRF51822. Design also contains Accelerometer and WiFi (ESP8266).
My problem is, I am not able to see nRF BLE advertisement while scanning...
Hi!
Can someone please help me debug this example. It used to work, then I changed number of peripheral links to 1 (to see what RAM suggestion would be), then returned it...
Hi!
I try to flash nrf52 from keil and message appear:
The firmware of the connected J-link (S/N: xxxxxxxx) does not support the following memory access: Read @ 0x02000004...
Hello,
I want to enable UART only when data transfer is necessary.
I am using nrf 52832 and sdk 14.0.0.
I am using "ble_app_uart".
I could not find the answer I...