I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...
Hi there.
I'm woking with sensor in board nRF51822.
Do we have any tool to test oscilloscope i2c?
I want to check the signal is same as what I sent or not.
Thanks...
Since nRF51 is multi-protocol, why don't Nordic provide support for Zigbee? This way, customers can simply buy one single chip and have several standards supported. Are there...
I received a NRF_ERROR_INTERNAL error from a pstorage_store() function. As far as I can tell this error should not result from this function. It occurs fairly randomly. This...
In the examples delivered by Nordic, there is ble_app_hrs in ble_peripheral and ble_app_hrs_c in ble_central. But I cannot find a ble_app_hts_c in ble_central for the ble_perifpheral...
I am using Master Control Panel to check some off the shelf BLE product. I noticed that some of them don't provide characteristic value when I press "discover services". ...
I am using the "nRFgo SDK 2.3.0.10040".
The datasheet of 24LU1P says the size of the bootloader is 2K.
But when I build it in Keil, the build information is "Program...
Hello.
I am using a nrf51822 with sdk 10 and softdevice 130.
It has an accelerometer mma8653 to read the orientation of the chip, I am trying to get the x,y and z co-ordinates...
Hi there!
I have nRF51 DK (PCA10028).
I config GIPO as below:
nrf_drv_gpiote_out_config_t out_config = GPIOTE_CONFIG_OUT_SIMPLE(false);
err_code = nrf_drv_gpiote_out_init...
Hi, I am generating PWM waves using GPIOTE, PPI and Timer. (I cannot use the app_pwm library from SDK 10.0 because there is an intial delay of ~600usec for the PWM to get...
Hi,
I want to generate PWM pulses of width 14uSec(off time) and 42uSec(on time). Is it possible to achieve the above
with app_timer module
without app_timer module...
Hi,
I need to configure pwm with 14uSec off time and 46uSec on time. I had a look at the pwm example in the install directory and also : developer.nordicsemi.com/.../a00039...
Can someone at Nordic ask Keil to update their package manager databases to include the v2 S130 softdevice? The version in the Keil pack repository is only the alpha version...