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 looking at porting (i.e. re-implementing) an Arduino project to the nRF52832 to take advantage of the s212 or S332 softdevices. This chip is a few orders of...
I want to created a connectable iBeacon with nRF52810. I would like to connect my beacon through an app like nRF Beacon app and would like to configure....
* UUID
* Major...
Trying to run the SPI Master application on a custom nrf52382 based device (custom PCB) to communicate with an ADC chip that is taking analog values from a Multiplexer. Not...
I've designed a custom board for the NRF52832. Current consumption is not a major concern, and the pin location was convenient, so I wanted to use P0.00 and P0.01 for I2C...
Hi,
This is a problem report for the Programmer App v1.0.1 on nRF Connect v2.6.1 on MacOS 10.14.2. I have been attempting to use the programmer app with the nRF52 Dongle...
Hi all,
I have a trouble. I use 2 Dev Kit NRF52832. Flash light switch server proxy and light switch client proxy. Issue is when I erase and flash the first time, Client...
I'm developing an application for the nRF52832 using the nRF5 SDK version 15.0.0. We're using the s132 softdevice, the sample secure bootloader (modified to use our company...
Hi, I have been running into a problem where I am getting inconsistently failure to start advertising.
Calling:
err_code = ble_advertising_start(&m_advertising, BLE_ADV_MODE_FAST...
Hello, I'm trying to write code to a custom PCB with a nRF52832 using the nRF52 DK and the following wiring:
However, everytime I try to connect the JLink is says...
I'm fairly new to working this close to hardware and am playing around with a few things. I'm trying to bit bang i2c over a couple of gpio lines and everything seems to be...
1.Does nRF52840 and nRF9160 have conformal shielding in manufacture procedure?
2.Do i need reserve shield cover for these two module when I develop product?
Hello,
I'm having trouble adapting my code which works for reading the MAX30100 sensor using TWI input with the NRF51 DK kit.
I would like to adapt this code to be used...
Hello, I am at a loss because this question has come up several times in your forums and the solution is not working for me. Every time I run my program I am receiving a NRF_ERROR_NO_MEM...
I have a nrf9160dk and I setup the whole tool chain by following the Getting Started Assistant. I can't figure out how to connect to the board. Probably just a simple switch...