I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...
nRF52832, SDK15.0.0, S132
Hello.
I want to go into system on sleep and not wake up until I press the button.
But I'm using timer 1, so it seems to continue wakeup. ...
Hi ,
I am using nRF52832 soc and I am using segger embedded studio 3.34 (windows 10) and SDK 15.2
I have a doubt
1. Is BLE_central can able to scan and display the MAC...
Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hello,
I am developing a project based on combining two example projects;
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\ spi
and
\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral...
Looking at the instructions to add Zigbee to a SDK example here , I am instructed to define FDS_VIRTUAL_PAGES_RESERVED to 0x30 to reserve some flash for Zigbee persistent...
Hi,
I use SDK 15.2 and nRF52832 PCA10040 EVB to develop.
The SoftDevices version is s132_nrf52_6.1.0_softdevice.hex.
I use ble_app_hrs_freertos sample code on IAR. ...
I used nRF52832 , SDK 15.0 ,S132,FreeRTOS 10(From "ble_app_hrs_freertos")。
My work needs to be realized three functions:
(1) From "ble_uart_c" method receive another BLE...
Sometimes fds_record_find returns wrong record, but most of the time it returns the correct record.
Our subroutine called uint32_t ble_gls_db_record_get(uint16_t rec_ndx...
I was trying the nRF Connect SDK but I encountered an error laoding sample program.
I'm following "Getting Started Assistant" instruction.
Python version is 3.7.2
...
Hello Nordic,
As the subject states, why are these two modules still experimental? From what I can see, they were introduced as early as SDK 10.0.0 which was at least 3...
Hello,
for our device we have an input PIN defined with GPIOTE, we expect an event when this input PIN goes from High to Low (interrupt is set by another device on the...
We're using the nRF52832 and want to trap if various parts of RAM are ever executed. We'd like to restrict as much as possible. We run nRF SDK 14.0.0 and SD132v5.
Seeing...
Hi,
I want to migrate BLE HRS peripheral sample to custom board with Raytac's MDBT42-512KV2 (WLCSP nrf52832 used). The board doesn't have external XTAL.
In sdk_config...
I have a problem with understanding reference layout for the chip antenna I want to use in my project. The antenna is ANT016008LCS2442MA2 from TDK.
Based on the schematic...
In my application, I'm setting a message as manufacturer's data to be sent with the advertising message. To do that is simple, since I have a data type ble_advdata_t , and...