hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
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...
Hi:
I use mqtt_ Sample routine: MQTT is connected to the server, and I shut down the server. At this time, the 9160 status has not been updated, but is still connected....