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...
Hi all, I'm testing ble adv packets loss rate. I am using a simple scanner example in nRF52832 (Softdevice v2.0.0 & SDK v11), the scanner works in passive scanning, no whitelist...
Hi,
This is strange, I am not being able use p0.02 for digital output from sensors on nrf52840-DK but I am able to use all other analog pins for digital output (p0.03...
In our application we are using SDK13 with FreeRTOS by creating two tasks (xTaskCreate), in certain case one of the task need to shutdown the system. We are using nrf_pwr_mgmt_shutdown...
Hi,
I am working from an existing code base where I had to add the s130 softdevice and BLE scanning capabilities. I have an area of flash that stores application data that...
Hi, I am using nRF52840 DK. I need nRF52840 SDK. I couldn't download it from nordic semicondictor's website as it is not responding. Please some help. Best regards, Daisy...
Hello, I am doing some testing with nRF52840 and its CryptoCell 310 and I am trying to produce an ECDSA signature and verify it using mbedTLS.
CC310 Sign & Verify is working...
Hi,
I am developing an android application which involves reading data from memory card through USB cable.I am using Android studio 3.2.1 with SDK version 28 I need to...
I am trying to use a nordic thingy52 to read the sensor values off the device and relay the values onto a wirepas network. I have found the sdk and unpacked the following...
I'm just getting started with this device, trying to see what it can do. I've inserted the SIM, and set it up to show up in nrfcloud.com. What worries me is that the location...
Hi Support,
I am using
I have my own customized board with nrf52840 . i am using SDK v15.0.0 with Softdevice verison v6.0.0
I am advertising with DFU and NUS services...
Hello,
I used the uart example to print text over serial communication from the SDK v11.
The problem is when I write lot of text consecutively, I don't receive all data...
i use the BLE uart example to test. I delete the UART hardware init and just use the BLE send data to phone every 500ms. I found whatever i set the MIN_CONN_INTERVAL and MAX_CONN_INTERVAL...
Hi,
Some time ago I ask a question about changing the publish address of a node in the mesh locally. I received the answer in the following threat and verified it:
https...
Hi All,
I used the app "ble_app_uart" and "ble_app_uart_c" on two custom boards mounting a n52840 QIAACO.
I know that in the app (nRF5_SDK_15.1.0_a8c0c4d\examples\ble_peripheral...