Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
Hi,
I am testing with ble_app_uart code for handling UART data. If the data is more the device is getting disconnected from the central device. I am thinking that, BLE...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I have the test that spi communication between nRF51 DK(Master) and nRF52 DK (Slave).
use the example projects in SDK 12.2.
success build and writing but i have got...
I would like to utilize six Sampo S1 readers (yes, I only read for now, I know they can do much more) to count people entering and leaving a conference.
I am looking for...
I implement it with sdk 11.0 and a third party board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,secondly,i program dfu_dual_bank_ble_s132_pca10036. then...
Hi experts
I am trying to interface an external ADC to NRF51-DK i am presently reading SPI ADC code values on BUTTON press event. I am able to read the values from ADC...
Post in reference to link
After flashing light control server or client app on PCA10028 app crashes with HARD FAULT.
Steps how I built the app:
Using freshly downloaded...
Hello,
I find that some examples such as ble_app_uart uses a GATT_MAX_MTU_SIZE of 158, and it has initialization in function ble_stack_init().
// Configure the maximum...
Hi. I'm using nRF52832. I need more GPIOs and UARTs. So I think nRF52840 is very good solution to me.
But as I know, nRF52840 is just engineering sample now.
When can...
I am running the Iot SDK Cloud MQTT example on a nrf52 DK. Is there are reason why MQTT will only let me subscribe to a maximum of 9 topics. Anymore and some of the topics...
I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED)
doSomthing();
Is there such a function available...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...