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, is there RSA-512 cryptography (or maybe another asymmetric cryptography system) implementation for nrf51 or some implementation that can be easily ported to nrf51?
Hi. I played around with the MQTT example on nrf51822 module.
I get it connected to an openwrt device and can connect/publish to mosquitto on button press.
In next step...
Hello all
If you could please point me some directions on how to solve my issue, I would be grateful:
Some background info:
SDK used: 9.0
spi master code =...
Dear Nordic Developer Zone,
I have a silly question. After searching in the Nordic and Bluetooth documentation, I didn't find what CCCD and SCCD mean. Theses metadata are...
I had a design on 4-layer PCB with nrf51822, then the requirement was changed, then the 2-layer is sufficient for routing.
But I thought 4-layer PCB is better for RF circuit...
I've run into a problem with an OS API call when running FreeRTOS on an NRF51 due to how ticks are corrected.
vTaskStepTick() is getting called while the MCU is awake and...
Hello all,
I am trying to activate ADC to measure a voltage every few seconds using nrf51822. When it is done, I supposedly deactivate ADC so it does not consumes while...
I am designing an device and i need to communicate with the device using the I2C of my nrf52.
when ever i try to initiate the transfer process using the driver function...
Is there a Peripheral Encryption Example for the nRF52? and can the Master Control Panel tool(3.10.0.14) be used to test the Peripheral Encryption?
If i clcik the down arrow...
Question about usage. I am using the nRF52, and ported product code that was running on the Alpha SDK11 to the release SDK11. I believe that what I will describe is a new...
According to the product specification of the nRF51422 the current between the advertisements is:
i_sleep = I_on + I_rtc + I_x32k
16k Ram enabled: = 2,6 µA + 0,1 µA...
I realize that this code is "experimental", but we are trying to utilize it as a reference and having problems with its stability and scan results.
Specifically, we are...
Hi!
We are currently implementing a time synchronization algorithm using a nRF52s. Currently, we´re getting the min error of 20ms between synchronized slaves. We think that...
I'm using a nRF51 with 32K RAM and SD120. When I started using RTT Viewer I could send data to the terminal, and debug my code. Recently my J-Link plus won't allow me to debug...
I'm trying to secure my peripheral by allowing only bonded devices to connect. I'm using device manager, when I bond a central with nrf master control, the bonding succeed...