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...
Hi,
I am using ppi to read some continuous data from a sensor through SPI and i got it working, it reads data in evry 8ms from the sensor through ppi.
but it fails when...
I am working with the secure bootloader example. I copied the firmware zip package to my phone. It contains only application.hex in the package, there is no softdevice or...
Hi,
I am working on an application where the device will be in off mode(only timer and BSP initialized in main ) initially and when I long press button_0 for 5 sec the remaining...
Hi,
We are looking for DFU mode GATT protocol source code for reference to implement custom android application which uses DFU mode GATT service to update firmware distribution...
My static code analysis tool complained something, so I took a deeper look and found the following declaration inconsistencies as of nRF5 SDK v17.0.2 in the DTM area. So I...
I am in the process of programming the MAX30105 sensor with the NRF52840 board to obtain the oxygen concentration values I tried to use the library that already exists in...
Hi ,
I am trying to connect my NRF52840 with the application NRF Toolbox using bleuutooth technology when I use this DK
it works very well and the application detect...
I have an nRF5340 DK board. I have followed the online installation instructions and *believe* I have successfully installed (win 10) nRF Connect and Segger Embedded Studio...
Hello, I'm routing on the nRF52833-QI. I want my RF track (ball H23) to go without bends. I don't use J24 ball. Can I remove the ball J24? What is your suggestion? Best regards...
Dear Sir,
Moving to zephyr new installation 1.4.99
The code of getting the IMEI number no longer works.
Modem firmware is mfw_nrf9160_1.2.3
reply_buf_len = at_exec_reply...
I'm trying to connect a 52832 board to a peripheral BLE device. NRF52832 SD: s132 v7.0.1 SDK 16.0.0 As a first step, I'm not setting flters, I just want to connect to any...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice 6.1.0. We are able to perform a DFU for our application by downloading the .bin and .dat files...
The nRF53 data sheet defines the minimum clock period for teh SPI slave and master as 125nSec - which equates to 8MHz. The SPI Slave also gives the max data rate as 8MHz with...
I tried out a ble_app_hrs_freertos_pca10056_s140.emProject and was able to compile but a couple of questions:
- how is heart rate info calculated? where's the sensor even...
Hi,
I want to write to the NVMC UICR Customer[n] memory addresses during code execution.
I noticed that I can write/read/erase those addresses only before the initialization...