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...
Dear, I have bought the nRF5340 DK. I have installed nRFConnector and Segger Studio. Now, I want to test Blinky project. I connected a USB cabel to USB connector which is...
I have a receiver , transmitter application. I use a custom board as transmitter. I would like to use pca10040 as receiver but currently i use it as debugger to my custom...
Hi,
Our company has produced a batch of BLE products, and the 10uH inductor model used above is SDFL2012S100KTF. The rated current is not as large as the current value...
Hi,
I close the uart log and open the rtt log
why uart log can be used still?
why rtt log display error state?
I set the log config like this:
I set the test...
hi
i have this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_timer_cnt_get (referred from max30105.o).
in this code part.
the example is...
I have a program that runs great on the dev kit, however after uploading the code to a custom board based on the nRF52810, it does not seem to run.
I upload the code by...
Hello,
I need to connect a custom I2C device to the nRF52-DK, and I am using the sdk v1.6.0-rc2.
I am new to this development environment and I don't know how to initialize...
What is the max nb of periodic advertisers that can synchronize to a single receiver?
The bt_le_per_adv_sync struct defines a uint16_t sync handle so I infer that at least...
I am using the following example to load the code with Segger debugger and it works.
nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c\pca10040\s132\ses
Now...
I noticed that when a BLE client disconnects and then reconnects to the, instead of receiving all data arriving over the UART from nRF9160 to nRF52840, there is a delay of...
Is it possible to perform two TWI Consecutive reads without sending the stop bit in between?
Example: Read 1 Byte - represent length (xxx) of data to come with second read...
I am trying to build a project with Visual Studio Code that uses MCUBoot. I have created a new project based off of the "Hello World" sample, which runs on my nrf52840 without...
Hello,
I have created different characteristics with the CCC macro (BT_GATT_CCC) that share the same "Configuration changed callback" function.
Inside the function below...
Hi,
I am using the download client library (MFW 1.1.4 due to Verizon compatibility) and am noticing that the TLS handshake with my server only succeeds after the first few...
Hi,
I am trying to build the bluetooth sample peripheral_lbs from the nrfconnect sdk. I get the following errors:
/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs...