Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hello everyone,
in one of my project i have to implement button functionalities. using single button, I have to put device into OFF mode and also wake up from OFF mode....
We're developing a custom nRF 9160 based device and our product requires that we also develop our own AWS cloud where we host our own domain, including databases, back-end...
Hello guys,
The size of my bluetooth packets that i want to receive is around 257-260 max.
Can i put CONFIG_BT_L2CAP_TX_MTU to 260 ? i don't want a large value for RAM...
Hello, I have a custom board based on the nrf5340 and I am attempting to get bluetooth working.
The problem lies in the bluetooth initialization step with bt_enable. When...
Hi,
I'm working on Power Profiler with PPK2, I was on version 4.1.1 updated it to 4.1.2 but then the tool Power Profiler was recognizing my PPK2 as PPK1.
Then dongrated...
Hi,
Like in the topic - I wonder, if using internal TEMP for monitoring temperature of environemnt is a good idea? I know it is not accurate nor preciese, but it will be...
Hello DevZone,
I'm developing nRF52840 BLE & ESP32 Wi-Fi coexistence with 3-Wire PTA. I followed this document: https://docs.nordicsemi.com/bundle/ncs-2.5.3/page/nrf/device_guides...
Hi guys,
We are building an IoT device on nRF9160
The main protocol is MQTT and we are using AWS IoT Core as a Cloud provider.
MQTT client is based on nRF Connect SDK...
Hi, i want to use modbus RTU server sample, ive done everything just like in guide, used proper devicetree, commented line in overlay etc. Downloaded pymodbus with the plugin...
Hi,
I'm using the asset tracker example code with the LWM2M overlay to connect to the Coiote server.
This seems to work fine, and messages do get through. But when booting...
Hi,
1. Can the RAM footprint be reduced in the wifi sta example? 2. Can RAM be shared with other applications in the wifi sta example? 3. The following is the RAM usage...
I am trying to set up unit tests with the ZTEST Framework to run directly on my nrf5340 board. The test code is similar to this custom test_main example from the documentation...
Hello,
I need assistance with managing the Bluetooth connection between a smartphone (both Android and iOS) and my device, which functions as a keyboard and mouse (via touchpad...