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...
Hi,
I need some very simple file system to use on an external SPI flash. I gave a quick look at Flash Data Storage and it should be ok for me. I am not sure though why it...
Hi,
Disclaimer - this is definitely a question where one picture worth a 1000 words... ;)
My app use timeslot api to get a free time period to do some hard real-time...
Hello. How can I send binary data (in order to not convert it to ASCII string) over UART?
I have sensor data (obtained over BLE). Every measurement is 13 bytes, sample frequency...
Good day!
Thank you for your consideration of my problem! The system is an nRF52832 utilized as a motor driver of a small 2W high rpm maxon motor. The system performs as...
Hello,
I am trying to evaluate the nRF52 dev kit. The "getting started" HTML documentation has a link for "Setting up the development kit". This links loads "Oops (400)...
Despite all the questions on this forum for how to change PWM frequency on the fly, I found no mention of anyone using "WaveForm" mode. Perhaps it's new? There are also no...
Dear all
I have a service with an UUID. Let's say 11111111-2222-3333-4444-555555555555
I also have two characteristics that belong to this service:
66666666-7777...
I am using an nRF52 DK to build a prototype for a product. The device needs to have a connectable advertisement (as peripheral with multiples connections possible) and at...
Hello, thanks for reviewing this. I am trying to install and run Zephyr on the nRF52840 module that is on-board the nRF91 DK board. I have gone through the setup process and...
I'm doing this:
1. Start a scan, with these parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */ #define SCAN_WINDOW...
Hi
We are evaluating the nRF52832 for use in a medical application, I have modified the example ble_app_cgms_pca10040 to drive our evaluation hw. We are using the Nordic...
I am trying to interface nRF52-DK (PCA10040) with an external MCU (PIC24FJ128GC010) using UART. When trying out the ble_app_uart example in the SDK version nRF5_SDK_15.2.0_9412b96...
Hello,
Will the new nRF Connect SDK that will replace the SoftDevie let us modify the BLE Link Layer specifications? Will the Nordic BLE LL implementation be open source...
Hi,
I'm using SEGGER Embedded Studio in order to build and flash my applications on nRF52840 DK.
I have observed the following behavior:
I try flash the application...
When should I use nrf_calloc (malloc) instead of static declared variable on nrf52840 chip. I mean it has a huge ram memory for as much static declared variables as I would...