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...
I'm trying to update my project to use the latest S110 softdevice release. The trouble is that I have written many of my own hardware abstraction layers and they are conflicting...
Hello,
I am trying to program a nRF51 chip with a dev kit. When I install the base nRFGo Studio, it is able to detect the board but it won't read the chip because it is...
Hi,
I am experiencing an interesting case ( I am not sure if this is a problem indeed).
I have been trying to develop code for ISP1507 (nRF52832 PC10040 based) on two...
Hi ,
I have tried to test the current consumption on NRF52840-DK (PCA10056).
DCDC is enabled.
RTC is running.
No BLE is advertising.
The DK is powered via USB. ...
hi,all
i got the nrf52832 dk and run the ble_app_uart example ,
but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") ,
so could...
Hi.
I did the secure bootloader DFU. I attained step 8 in document .
I instal softdevice and secure bootloader to flash nRF52832. After make the ble_app_buttonless_dfu...
Routing the DCC pin on the nRF52832 with the chip scale package is pretty tough. The bump is surrounded on all sides by other bumps, so I don't have room for a via in the...
Hello,
I'm using nRF Connect V2.6.1 on Windows 10, I launch " Bluetooth Low Energy V2.2.0 " that uses PCA10059 Dongle as central.
Also, I have developed a peripheral application...
There are 12 LEDs which are connected using shift register HC595 ,the module used is nrf51822(bluetooth module). I want the LEDs to go off after 3 seconds interval. My code...
Hi there,
We are having issues with our boards that uses nrf52832 chip. Our first built had this chip and everything was working fine. We built a second batch and all boards...
Hi,
In nRF52832 datasheet I found that it is having internal oscillators, like 32.768Khz RC oscillator and 64MHz RC oscillator. If it is having internal oscillators what...
Hello
Most of the time we shall use the BT TX 0dBm. In special cases when we want to increase the communication distance we may select the 8dBm mode.
For RF type approval...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...