Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I'm working on a prototype that has 8 BLE sensor nodes that are powered by coin cells and placed on different parts of a human body.
The host node is the main processing...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
I have one central and one peripheral device connected over BLE. The peripheral has a custom service characteristic containing the firmware Version value. After connecting...
On a custom board we are using an RTC chip to generate the 32khz clock.
I have verified that the hardware register is set to external, bypass, and the src is xtal. The clock...
when i got a nRF5340 DK,
firstly,i use the vscode to open sdk and build ,
secondly,start to run the ncs2.1.2 sample (path:v2.1.2\nrf\samples\bluetooth\peripheral_uart...
I wan't enable approtect by add this line in main.c:
const uint32_t approtect_set __attribute__((used,at(0x10001208))) = 0xFFFFFF00;
but when i compiled at IAR,its show...
Hi, I'm setting up my environment on a new laptop. The project I'm working on requires tflite-micro and before I found that I needed to add tflite-micro to the 'name-allow...
Hai Team,
I am working on NRF52840 based on the BLE Connection handle
Here I am using the ble_app_multilink_central example of SDK
case BLE_GAP_EVT_ADV_REPORT: { uint32_t...
Hello,
I'm following this tutorial to learn how to create a Matter application from template. I did all steps and wanted to build the application. However, the build failed...
Hello,
I'm using the nrf52-quadcopter example from NordicPlayground. After successfully building the project and connecting the MPU6050 , I got a hang during sensor initialization...
Hello,
I had bought 3 sets of Audio DK and had managed to brought up in BIS and CIS mode using the default sample project, however the output is mono output. Can I checked...
I've started to get this error when trying to do a DFU update on nRF Toolbox (v5.0.8): "Can not create Firmware".
The same firmware file worked before on the same device...
Hi. I'm using nrf5340. I confirm internal clock(LFRC RC osc) exist,I want to remove external 32.768kHz X-tal. If yes, how can I turn on LFCLK RC oscillator in my source code...
Hi,
I was successfully able to flash the peripheral_uart code to the dongle and then connect to the Nordic APP.
But it does not connect with the UART when in BLE mode...
I am working on nrf52810. I raised the RAM size in the linker file, which is larger than the real physical RAM capacity, for the testing purposes. I anticipate a hard fault...