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!
We would like to have a peripheral product with an nRF52832 use a public GAP address. Is it okay to just replace bytes 6..4 of the predefined random static address with...
Hi, I am looking for a recent example for twi sensor driven by interrupt(NRF52840), and specifically looking for an example that works with soft device(15.2) and allows for...
Hi folks,
I want to some changes uart project. So i added nrf_drv_timer.c but i din't header file and i encountered 3 errors when i compile my project. Here is some screen...
Hi,
I been looking around at the different questions about SD card interfacing, but can't find the solution I am looking for.
I would like to use the nRF52840 to interface...
dear i am developing dfu function and face a problem as follow:
rfjprog.exe --program whole.hex --verify -f NRF52 Parsing hex file. ERROR: The file specified is not a valid...
Hi,
I'm trying to implement timeslot api in my app and have 2 questions:
Referring to this article describing timeslot api, in step 8 the text says to add the timeslot...
Using SDK15.2 on nRF52832 in file nrfx_saadc.c function nrfx_saadc_abort.
I keep getting an error in the nrfx_saadc_abort function when I try to abort. Looking at the logic...
Hi,
I am developing custom board with reference to nRF52840. For that I am using nRF52840 DK for programming, but meanwhile board is not getting power from USB cable. Battery...
Development environment: windows 7
HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor 28-pin Land Grid Array /...
I am using NRF 52840 dongle, SoftDevice 3.1 and connectivity firmware 1.2.3. I have a node js application, I am using pc-ble-driver-js 2.4.3. I am testing the application...
What's the schedule for updating either the pip repository or https://github.com/NordicSemiconductor/pc-nrfutil/releases with an nrfutil.exe that knows about s132_nrf52_6...
I'm trying to update the modem firmware on my new nRF9160 DK using nrf9160_mdm_dfu --update , but I get the following error: pynrfjprog.API.APIError: An error was reported...
Hi all. I am trying to work out if the following is possible;
At the moment I have setup a freq counter (analog signal) on the nRF52832. It uses the comp to detect up crossing...
Hello everyone, I'm using the nrf9160-DK and I'm trying to read data from an external sensor over UART and I'm a bit lost. I would appreciate if someone could point me in...
I'm in the process off trying to learn the world of BLE. Currently, I'm using nRF Connect for Desktop (w/USB dongle) as the learning platform. Using 'Server Setup' I configure...