Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
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...
We seem to be seeing slowness in a bare metal implementation. We would like to confirm the nrf52832 CPU speed. How can this be confirmed from within the codebase and/or logger...
Hi All,
Does anyone know what the maximum altitude is available for the nRF9160 GPS?
I know some GPS devices stop working properly if above pre defined heights.
The...
I have a PCA10040 board and use the development soft of SEGGER Embedded Studio for ARM 4.50.
I ran the project \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon...
While I was working with my dev kit this morning, the board has suddenly stopped responding to commands.
When I attempt to connect via jlink using Segger Embedded Studio...
This is definitely a stupid question but the uart ble example is littered with the likes of " NRF_LOG_INFO("Connected");". Where is this printed and how can I view it? I can...
Hi,
I'm using latest master branch of nRF Connect SDK and pre-released modem FW 1.1.2 which is including ANT->AUX switching. I'm developing a firmware for a custom board...
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...