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,
As per the requirement of my project I need to add a header file into one of the thingy:53 sample.
Can you please guide how can I add a new header file into it...
Hi ,
I am working on thingy53 and using ncs 1.9.1 I need to enable the BMI270 sensor and need the acceleration and gyroscope data from it. So for that, I primary using the...
Hello,
I am using the provisioner example to provision and configure all my sensor nodes in my project. My use case consists of around 60 sensor nodes. While provisioning...
Hi,
I moved my code on a second windows pc, checkout the code from git,download the same nordic sdk and softdevice version, same SES version but running on my board, the...
Devices: nrf52840 peripheral to nrf52833 central
background: We switched the mode from BLE_GAP_PHY_1MBPS, to BLE_GAP_PHY_CODED. The content of the advertisement data was...
Hello,
I want to use standalone logging for each file (/module)(/driver) of my program, therefore register different logging modules with different log levels each. Registering...
Hi,
I am attempting to configure a nRF52840 (packaged as Seeeduino XIAO Sense) for the popular printer software Klipper.
i have the following processor options and am...
Hello I'm trying to use GPIO pins as UART on the nRF 52 DK rather than the default UART pins. How do I change the pin configuration? I'm using nRF SDK version 17.1. 0
I now have two dk's, one as a master and the other as a slave. The slave sends data to the master, and the master forwards the data to the PC. That is, the piece of dk that...
We are seeing an issue with Android 13 on Samsung phones connecting to our device over BLE. After CONNECT_IND the phone will attempt to send a LL_FEATURE_REQ. It takes about...
Above is the code that im using.
Module - BT832x
Debugger - Segger J-link
IDE - Segger IDE
SDK - nRF5_SDK_17.0.2_d674dde (Downloaded from nordic website)
Program...
Hello Nordic Team,
I am facing an issue in my project that uses BLE and FreeRTOS. If I call nrf_sdh_enable_request () in main() before starting the task scheduler vTaskStartScheduler...
Hi,
I use 2 nrf52840 custom board, one is use a peripheral sensor with a lot of services and the other is used as a central with bt_shell_command.
Now i need to be able...
Hello Nordic support,
I am working on an application that works either with BLE or Zigbee and the protocol to be used is determined at application startup. Initially, my...