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...
The code is running on 52832 (BLE) and transmit msg over BLE (NUS) each time GPIO is active (GPIOTE).
But same code (after adding LE CODED Phy) is crashing once it reached...
I am trying to build the NCS sample project "peripheral_lbs" with multiple peripheral connections. Therefore I added the CONFIG_BT_MAX_CONN. Up to 20 the build is working...
I have a problem when activating the simcard via nrf connect. |
After several attempts, using the IMEI and PIN on the Thingy 91 product, i get the following error.
(There...
Hi. How do I advertise both heart rate service and current time service together?
Seems like the current time service overwrites the heart rate service.
I will appreciate...
Trying to convert a working sample for a BME280 sensor from I2C to SPI
nrfConnect 1.4 on nrf9160-DK
After looking at other SPI examples and noting the syntax I thought...
Hi,
i have changed uart pins to second port. After that it is not advertising. when i connect the FTDI converter to the uart pads from custom board, it starts working and...
Dear Devzone Community,
when trying to get the Zephyr SHT31 Sample running, I stumbled across an error which I was not able to resolve.
I did the following:
Add nrf9160dk_nrf9160ns...
I need to control the BLE ON/OFF state and send some data to MK81 via BLE through UART, we have estalished the Hardware connection between the nRF52832 chip and MK81,
How...
So, I am quite beginer with programming and working with this sensors and nrf, So I need your guys help.
I am trying to get the x,y,z values from the accelerometer of BMX055...
The nRF 52840 RSSI "meter" is not usable.
I tested in an RF (2.4Ghz) quiet neighborhood. Using a reference receiver, I measured RSSI variance around +/-3 dB (95% confidence...
Hi
Q1. Can SES Nordic fork generate unique checksum for code verification? It's like what Microchips compiler did.
Microchips compiler can generate checksum after code...
Hi there!
Okay, we're back again... I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. This time I wanted to use the APP_BUTTON library...
Hi Nordic,
I am a beginner in programming outside of the Arduino IDE. I'm familiar enough with C to understand much of the code in the examples, but using I2C with the...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
My team is implementing a default key for the first connection to device.
During the connection, we plan...
Hello, I am currently trying to build the lwm2m_client sample on my nrf9160DK but I am facing these issues in my Kconfig file, specifically with the BSD_LIBRARY dependency...