A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...
Hello,
I have a peripheral based on SDK 9.0. I have tried to follow the peripheral proximity example to get bonding working with the app. The App is currently running in...
Hello,
Im new to the Nordic Ecosystem, and have been trying to set hardware uart with Nordic Thingy 52 with CP210x using the sdk13 uart example. I included the uart driver...
Hi Nordic,
I was porting Nordic freertos hrs example(13.0.0-1) to Nuttx system. I can do advertising, connection establishment and data transfer, but bonding failed. I...
Hi,
We are using development kit NRF51822 in our project ...so plz tell me which version of sdk do i need to use ..and also which version of keil do i need to use for this...
Hello,
I want to make a PWM signal that fires an interrupt at the end of the PWM period. I want to use two CC registers - one for the pulse width and one for the period...
Hi,
we developed design with nRF52840, but we have issues.
Propably we have solution for this issues, but we need test it and we need default hex file in nRF52840 for...
As it stands there is some confusion about licensing the DFU utility code in our systems we are concerned about licensing issues. We are compiling the python to an executable...
1.do I need to write a XX_client.c and XX_server.c myself ? is there a basic model that I can build on it ?
2.I need myself model to send a custom message, how to do that...
Experimental Dimming server example was working fine using SDK MESH3.0 in addition to SDK BT 15.2.
Following upgrade of the SDKs to MESH3.1 and BT15.3, the experimental...
Hi,
Does "ble_app_uart" project can print debug message from "UART" interface? How can I do this job?
PS. My UART Port is at P0.18 (TX) and P0.19(RX).
Thank you, ...
After turning on the power,
I did not connect anything on the board.
but it is about 2.7 volts out of the pin (p0.04).
It was almost zero volts before,
but the output...
In my design the nRF52 is connected to an STM32 host MCU. I connected the UART for data communication and the SWD and RESET pins for programming.
The nRF52 needs to be programmed...
Development Software:
nRF5 SDK v15.2.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware:
nRF52840...
Hello ! I encountered a problem in sending and receiving data from one nrf51 card to another nrf52 card
i use this method in (ble_config.c) to send string data :
void...
Hi everyone,
I am developing a quick evaluation demo for a low-power sensor node which consists of the following steps:
- read a couple of GPIOs
- set advertising...