Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hi Everyone
I have been trying to use nrf52840 on a custom PCB . So far everything is working perfectly except only one single issue which is the controller gets reset and...
I'm new to the NRF series, and for that matter Keil. I have a BT832A which is apparently an NRF52810.
I am able to flash my own code using Keil and and control GPIOs to...
Hello, I am battling with weird problem for 2 days already, need little help if possible, I have tried all remedies and nothing worked so far.
Here is what happened, I followed...
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...