Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
I have a PCA10040 working with the mesh sdk.v1.0.0 serial example. I can do an Echo via the Python interactive_syaci and get a back a response. I have seen the documentation...
Hi Nordic
I am running ble and ANT + bsc code on our custom board. However, since the sd_softdevice_enable function does not return, I asked the question once. devzone.nordicsemi...
hi i am using nrf52832 soc with sdk14.2.0 ble_central_multi-link example with soft-device s132v5.0
i want to know that is that any way to set connection handle number can...
hi,
i am using nrf52832 mcu with sdk 14.2.0 and with softdevice s132v5.0.0 with ble_app_multilink_central example to connect with nordic thingy 52 as ble peripheral to...
Hi,
I noticed you have added C13 and C14 (12pF) caps. However, they are not visible on Infocenter's reference circuitry. What are these caps for and why they should be...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
Hello,
I want to add NUS service on the SDK_14.1.0_1 example called "ble_app_hrs_rscs_relay".
I added
uint32_t nus_err_code;
ble_nus_init_t nus_init;
memset(&nus_init...
Here: devzone.nordicsemi.com/.../group__ble__api.html
Choose to simply not keep track of available buffers at all, and instead handle the BLE_ERROR_NO_TX_BUFFERS error...
We plan on using 4 to 5 timers on our project. Each timer has different timer intervals (Example 1 minute, 50 ms, 300 ms etc)
We are trying to use 2 Timer instances and...
Hello,
I am working on example
nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c
pca10040\s132\arm5_no_packs/ble_app_uart_c_pca10040_s132...
Hello, I would like to know if there is any way to avoid bootloader start in secureDFU firmware transfer. All the checks on init file and control point are on the application...
My DFU is staying in the bootloader, even after successful download of the application package.
I have modified the secure bootloader for my custom PCB (removed the GPIO...
Hi,
I'm trying to get OpenOCD flashing to work on Windows using the FTDI 2232H adapter and an NRF52 target. I found this site:
https://www.allaboutcircuits.com/technical...
Hello,
I am trying to read multiple registers from a slave of i2c.
The values that I capture are the first value repeated in all the buffer.
The number of readed reg...
Hi,
I would like to use ping pong mechanism to prevent faulty application update on nRF52840. Is there a way to build a single image to run at 2 different addresses? How...