Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
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...
Hello,
I have a product using NUS profile and plan to update it to support connection from multiple phone
Do you recommend to start from Multiperipheral example and...
if i use this code to send data,i sometimes miss data..
do { err_code = ble_nus_string_send(&m_nus, (uint8_t*)data, &data_len); if (( err_code != NRF_ERROR_INVALID_STATE...
I have nrfutil version 5.0.0. I run this command:
nrfutil pkg generate --hw-version 52 --sd-req 0xA8,0xAF,0xB7 --application-version 2 --application ./nrf5/Debug/nrf5.ihex...
Hello! We are trying to use Nordic AndroidScannerCompatLibrary in our Android application to scan BLE devices and measure its RSSI level. BLE devices is mounted on ceiling...
Hello there,
I would like to read the data I sent through a WS2812b LED string. I drove it using I2S. Upon reading it, seems like it is not a good idea to read it using...
Not sure what I did to cause this, but my nRF52840 no longer works. I searched for solutions and came across:
https://devzone.nordicsemi.com/f/nordic-q-a/24592/my-nrf52...
Hi,
I am wandering if it would be possible at all, to wrap a quarter wave antenna printed on flex pcb around a cylindrical battery (LiFePo4)?
Would the radiation be...
Hello,
Information:
SEGGER Embedded studio Studio v412
Windows 10
nRF52832 on a development board.
We are attempting to merge an application with a bootloader...
I have read that the nrf51822 is not supported anymore in the examples of SDK's older then V12.
Does the nrf51 completly not work anymore with newer SDK's or are only the...
I have my system working with softdevice compiled in but not enabled. System communicates with external chip using SPIM peripheral, everything is working fine until I enable...
Hi,
I have my custom board wired to the nRF52 development board. I am using SDK 15 and softdevice 132 for this. I am trying to set up SAADC to measure adc data on Analog...
Hi,
I'm only seeing the GPS_SIM driver in the nRF Connect SDK. Is there any driver to enable any evaluation of the nrf9160 on chip GPS anywhere?
Regards,
Kilian
Hello,
I have read numerous posts about NRF_ERROR_CONN_COUNT but yet able to solve this solve, my setup is NRF52840 Dongle as central and I want to connect to multiple Heart...