When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hello,
is it possible to use use timeslot API on s140 while BLE is in "central" mode?
I was able to use timeslot API when BLE was running as peripheral. However, same...
Hi,
I need the bigger the size of bootloader. So I changed IROM1 0x78000 0x6000 to IROM1 0x77000 0x7000.But nrf_dfu_transports_init returned error code after I changed the...
Hello I would like to use the malloc function but the function send me all the time a null pointer... I have the same problem on all examples. In this case, I use the "ble_thread_dyn_template_pca10056_S140...
Dear all,
the latest documentation I have found for the "nRF5x Command Line Tools" is version 9.4.0. Is this still valid and sufficient for the recent version 10.7.0 ? ...
I have a BLE device which I can connect to with nRF Connect on Android (v. 9, Samsung Galaxy S8).
After disconnecting in the devices tab, the connection is opened and closed...
Hi, Im developing a Zigbee concentrator. I used nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 ble_zigbee_template as start point of my project. The project is full working...
Hi Nordic,
There is a question about the default setting for Advertising PHY type. if there is no config value setting like case (PHY_1M ) . (all memory already set to 0...
Hi,
can you please tell me in what cases I get this assertion?
SOFTDEVICE: ASSERTION FAILED, PCxxx: 0x25252
For background: using the timeslot API works for about...
Hello!
I have Nordic dev board 52 and I would like to establish communication nrf52832 -> (one way) computer com port and advertise/send data line by line from nrf52832...
Hi,
Do you guys test the the nRF91 modem with any kind of Bast Station Simulator? since i dont have any CatM1/NB network in my region most of the time i need to rely on...
Hello, I'm using nrf52832, SDK 15 e softdevice 6.0.
Smartphone with issue has Android 9 or 10 and Bluetooth 5. Instead, all works fine with smartphone with Bluetooth 4.2...
Hello, I have this scenario : I want each of my board to have a set of unique data, that I want to write along with the program, at the board initialization (this data will...
Hi,
I have the nRF52DK setup with SES. I can build the example ble_peripheral projects and I can run them in the debugger without any issues.
I also have a Telit BlueDev...
I have taken the examples\peripheral\serial example and made minor changes (NRF_UART_HWFC_ENABLED to NRF_UART_HWFC_DISABLED, commented out bsp_board_init).
I have a USB...