Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hello,
I am using SDK5 for my code that builds successfully under Linux, but not under windows.
The error occurs in the SDK, not in the application. I am wondering what...
Hi,
We are trying to optimize the speed at which we send data over BLE UART with the nrf52832. Currently, we are using the ble_nus_data_send() function in a while loop with...
Hi, I am a beginner at this and I want to make a scroll wheel that connect to Android devices as an HID device. I have a custom BLE board from Skylabs (SKB569) with NRF52832...
I'm having trouble using the NRFX SPIM driver on the NRF52810 w/ Softdevice (S112). (SDK15.0.0)
I'm able to initialize but when I go to use nrfx_spim_xfer without the callback...
I'm trying to change the advertising interval for a non connectable BLE device, but this does not seem to vary regardless of the value set.
The code I used is:
#define...
I went through the process of migrating a custom app from SDK 14.2.0 to SDK 15.0.0 running on nRF52840 dev board, and I am having mixed results when pairing through nRF Connect...
Hello,
I am trying to move the
err_code = ble_advdata_set(&advdata, NULL);
return err_code;
Looking the documentation the new functions to update the advertisment...
nrf52810,sdkV15.0.0
err code:
nrf_gzll_init(NRF_GZLL_MODE_HOST) ; nrf_gzll_enable();
An hardware error occurred when I called the function nrf_gzll_enable()。
but:...
Hi,
I am trying to insert the fatfs code example into my custom project. I already added all the files e dependences and when I call the fatfs_example function from main...
I use SDK15 and ble_app_uart_c example.
static void db_disc_handler(ble_db_discovery_evt_t * p_evt) { ble_nus_c_on_db_disc_evt(&m_ble_nus_c, p_evt); ble_ser_c_on_db_disc_evt...
Hey,
we want to change our product-bluetooth-chip for new products.
In the example the 16 Bit UUID overrides the byte 12 and 13 in the 128 bit ID. Where I could change...
Hello,
I am having interface nRF51 with RF receiver. Output of RF receiver connected with GPIO pin of nRF51.
How can I detect interrupt on gpio pin?
Thanks & Regards...
Hi,
I'm using Secure_Bootloader example of SDK 15.0.0 and I can't get the Logger module to work. I set NRF_LOG_ENABLED to 1, increased memory regions in make file, so the...
Can the esb bugfix timer (currently TIMER_3) be set to another un-used timer without any side effects? I need to implement the async uart from SDK15 and it uses TIMER_3 and...