[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
I am using nrf51822. Separately BLE and flash are working perfectly alright. But when I comment err_code = ble_advertising_start(BLE_ADV_MODE_FAST); this line flash is working...
Hello,
As per my understanding, SPP was supported by BT Classic and no more supported in BLE. I have a device, which runs SPP. It has to be connected to the BLE client....
Hi, I am now developing a product which uses nrf51422 chip. In this product, I use buttons to turn on and off (since I don't have hard-power cut off circuit, we use system...
Hi
I wonder if the SDK DTM example can be used with a Rhode & Schwarz CMW500 unit. Are the commands compatible with each other, i.e. expected by the CMW500 and DTM example...
Hi,
we're evaluating NRF52 as a platform for a project in the agricultural space and I have some beginner's questions:
Is it feasible to use a timer firing at 100kHz...
Hello,
I created a custom board with the BMD350 module (it has a nRF52832 chip), and I a trying to program it with the BMD300 eval board.
The module on my custom board...
I am using a nRF51422 device with the SDK 11. The task is to transmit battery service data to an application on the phone. I was wondering if there is a tutorial available...
Hi,
I used "ble_image_transfer" sample code and can get the all the stuff I want and now I'm implementing the central device for it,
but somehow I always got the "cccd_configure...
SDK 14.0.0/S132 5.0.0
When a whitelist is in use and during a connection, a call to ble_start_advertising is made to change advertising to a non-connectable type
since...
This keeps happening every time I stop the program for a while and then resume execution.
N.B. I did put a breakpoint trying to catch the problem.
Softdevice s132 6...
Hi All,
I have more boards on which I have loaded the code ble_app_uart_c (nRF5_SDK_15.2.0_9412b96) which I use as central devices and I have other boards on which I have...
I need to send the following sequence of bits through TWI
start bit | 7 bit address | write | slave ACK | stop bit
I looked through the twi_hw_master.c and it seems...
When building a project that compiles the hal_nfc_t2t.c, it errors for nRF52840, but works for nRF52832.
For the nRF52840, I get these errors:
Looking for some of the...
Hello, I want to transfer a large file (approx. 1.5MB) over BLE using nRF52 Module in a way where BLE Host and BLE Controller will be on the nRF52 SoC and the application...