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 purchase nRF51822 Bluetooth Smart Beacon kit.
How to load the new program into this board.
I downloaded nRF51822 Bluetooth Smart Beacon kit firmware files...
Hi,
is there a simple way to enable serial logging instead of rtt in a mesh application for nrf52840DK, as example in the light switch server or client mesh applications...
On our custom board it can happen that an ASSERT triggers (suspect UART error due to EMC injection) on the connectivity chip, this meas that the application controller is...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
Hi,
I have an app that uses freeRTOS
My app runs OK , however when I am debugging it in segger studio with my SWD connector, it crashes with no reason
If I check the...
Hi All,
(Segger IDE SES Ide version = 4.10)
Various posts have attempted this, some claiming success with the following tools command :-
"$(LINTDIR)\bin\pclp64...
I'm in the process of trying to port my SDK 14 project to SDK 15.2. I've made a pretty good amount of progress, but I have two issues that I can't seem to figure out.
The...
How do I find where else in the program pin 6 is being used and disable its other functionalities in the BLE_UART example?
I am trying to read data from a sensor via SPI...
Hi, I am a novice and need help to get stated with Segger and the nrf52DK. I have installed the latest SDK 15.2.0.
I have manage to run couple of exemple with no or only...
Hi,
I am using nRF52832 chip with SDK15 and S132 softdevice.
I want to change manufacturing data dynamically in advertising frame. I would like to know step for that with...
Hi all!
I've read that nRF9160 DK comes with modem configured as LTE-M.
At the moment in Spain, only have NB-IoT coverage so... how should we do to setup the nRF9160 as...
Hi,
I would like to obtain printf and NRF_LOG separately from two TX ports.
I made a test application of serial output based on blinky.
P0.06:TX (and P0.08:RX) were...
I'm working on the project where data from nRF52840 need to be send to Android over wire. The customer does not want to use BLE.
I can connect nRF52840-DK development board...
I am first time using Nordic development board 52840. I want transmit zigbee frame from application processor to network processor via UART. Please check below communication...
Hi, i use SDK 15.0.0 ble_app_uart_pca10056_s140 nrf52840
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...