Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
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...
Hi Nordic Team/Fellow developers,
I wanted to understand how you guys made sure BLE stack/application is working properly? Like, how did you guys debug your application...
(SES + SDK15) Hi! I am trying to create an new firmware prototype based on ble_app_template_sample Until now I have a connectable firmware, with one service and several characteristics...
Hello, I have simple custom board with simple firmware. It's just nrf52811 advertising with 0,5 s interval. I'm considering to use Long Range advertising, but wonder how it...
Hello,
if I want to use the Nordic crypto library, I include all nrf_crypto_xx .c files. While compilation, I get in IAR an error:
"explicit type is missing ("int" assumed...
hi
i am using the nrf52832 board.
I am trying to build the ble_app_template code but i am geeting the following build error
.\_build\nrf52832_xxaa.axf: error: L6050U...
Hi, I'm using SDK15.3 on a NRF52840 chip and have some questions wrt to the peer manager and its ranking system. Once we bond with a peer, we print the full list of peers...
Hello
I currently use SDK 15.0.0 and write a program in SES. and use nrf52832(BLENano2).
I'm trying to merge BLE and fatfs examples.
After writing to the SD card in...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral...
Hi
I'm using SDK 15.2.0 SD 6.1.0
I'm using external RTC device and I am connected the external RTC 32.7k Hz output square Wave to XL1 and XL2 is connected to ground...
Hello,
we are developing on the nRF52840DK, and are using directly using the CRYS API.
Is there any API in the SDK that would encode/decode the output format of CRYS_ECDSA_Sign...
how to configure rtc for nrf52 dk and i want to update time from my phone then how to read the current time in device ? How create service not in the nrf connect for deskop...
Hi,
I am using mechanical QDEC which doesn't have LED and simply A and B pins. After going through forum I set the QDEC confguration as follows.
Then changed function...
When I tried to compile bootloader example code of sdk bootloader_secure, I am facing some of the errors when I tried to compile using Segger Embedded Studio , which could...