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...
i have a custom board with an nrf52840, i use a J-link programmer to flash the chip with the nrf connector programmer app.
I am able to read the memory and erase the chip...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.5.1
Zephyr version: 2.4.99
BLE controller...
Hi,
I want to run the Thread MQTT-SN Publisher and Subscriber example using the nrf52840 DK and the nrf52840 Dongle I have on hand.
I was able to sucessfully build and...
Hi, I'm trying to use BLE/Thread Multiprotocol for BLE RSSI scanning and send values using Thread, is it possible to use BLE and Thread(FTD) concurrently with out time-slice...
Hi all, Using SDK 17.0.2, on a Laird BL653. I've been messing with creating variable PWM sequences and found an issue where a 100%->0% duty cycle transition does not occur...
I once used nRF Sniffer with my nRF51822 module. I see that everything has updated since - Wireshark, Sniffer plugin (now is Python 3.4+), Sniffer firmware. As I can see,...
Hi all, i don't have any issues I am just now using the nRF Connect power profiler after a ~4 month break. WOW, the major update is absolutely phenomenal. The graph is very...
Dear Nordic DevZone community,
we modified the LwM2M client example to fit our application in a LTE-M network. Now we are trying to get GPS to work while still being able...
Hi.
I'm using nrf52832 with SDK-17, and the ESB example (esb_tx and esb_rx)
I'm not much experience in nrf development recently I have a project related to ESB to transmit...
Hello,
In nRF52832, we use nRF Connect to read the board, save the program data into a hex file, and send the file to other developers. They can use nRF Connect to write...
I am using sniffer v3.1. I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC with windows 8.1 it appears as "nRF Sniffer for...
Hello,
In our product, the nRF9160 is configured to use LTE CAT-M1 and we are measuring the signal quality thorugh the AT+CESQ command.
After begin registered on the...
Hi: I have write a spi slave, and write a spi master on STM32, It can receive data from STM32,But I have no time to prepare the response data.
as the code below, I can receive...
I checked the SPI communication using the NRF52832 development board.
Based on the firmware of the previously developed NRF52810 product, the SPI operation code is applied...