I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...
SDK 16.0 and SDK 17.0 (tried both versions)
nrf52832
Segger Embedded Studio
Windows 10
When Adding an additional ADC the sleep current increases to greater than...
I am currently using SWO to get tracing data from ITM and DWT successfully.
Now I want to use parallel trace for more throughput. For that I use an FPGA, no JTrace or similar...
I have NRF51822 softdevice, STM link v2 for flashing, segger embedded studio and nrf SDK. I have seen some videos on youtube on how to flash nrf softdevice using ST link....
Hi, all.
I'm using nRF52840 pca10056. s140.
I'm communicating with the CO sensor via uart, but there's a problem.
Sensor-side set to send rx steadily, and when debugging...
Hi, does Nordic provide the "works with all hubs" Zigbee cluster?
I see this blogpost mentioning " Watch out for more information on future Zigbee 3.1 SDK All Hubs support...
SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Board: nRF52840
Hi, I'm a newbie in zigbee stack. I have been get started with the door lock example.
I want to make custom...
Just wanted to share how to interface a thermistor (103) with Nrf52840 and get the values over a BLE android app (Nordic toolbox). refer here,
github.com/.../Thermistor...
Just wanted to share the project for interfacing IR distance sensor with Nrf52840 and get the values over BLE app (Nordic toolbox)
github.com/.../distance-sensor-with-N...
Hi..
I am working nrf52832 with accelerometer sensor, I want to store the data about 100hz for 1sec in flash, I want to store it an array and send it over ble how to do...
- I used https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1 and https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library to code My Ble...
We plan to develop a temperature and humidity sensor based on nRF52832, which needs to evaluate power consumption to confirm battery selection.
are there any similar data...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
I'm trying to optimize an Azure project based on the Asset Tracker example. I was recommended setting CONFIG_SERIAL=n in both the Application FW and SPM. However when I add...