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...
Hello there,
I'm trying to use the hci_usb sample provided in zephyr 2.0.2 to turn my nrf52840dk into a bluetooth scanner of sorts. there seems to be issues with the way...
Hi Nordic.
I am developing with nRF52832, and I need to proceed with DTM test to verify the chip in the production process.
So, I am trying to operate the DTM tool by...
Hi All,
Hardware : nrf52840 early DK (PCA10056)
I modified Zephyr code from " central_multilink " sample to connect to 15 HR devices. The connection to all 15 devices...
The datasheet for the nrf52832 specifies two key constraints:
I/O pin voltage max VDD + 0.3V, min -0.3V
The AIN0-AIN7 inputs cannot exceed VDD, or be lower than VSS...
We use the pc-ble-driver with the nRF52840-Dongle and we experience intermittent issues where communication with the dongle will just stop and result in a NRF_ERROR_SD_RPC_NO_RESPONSE...
Hello,
I am having an issue with trying to install the nrfutil program from this Nordic download page . When I click on the download for the Linux(x64) version of the nrfutil...
I'm not totally clear from the SDK documentation on when I can expect NRF_ERROR_BUSY from sd_ble_gap_data_length_update(). Would it happen in the case where both sides attempted...
Hello,
My peripheral device is nRF52840, central is an Android device, Sniffer hardware is PCA10040 kit.
Using this guide https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3...
We have an application that needs to read device battery voltage and a sensor value every 10 seconds. The ADC is using burst mode and 8X oversampling to take each sample....
I created a new dts folder for nrf5340 appcore. The application works fine on the project, but I find netcore is not working properly. I found that the BOARD_ENABLE_CPUNET...
Hello,
My device is already implementing DFU over BLE and all is working fine. But now, I want to add the update over LTEM (Quectel BG77).
I want to proceed like this...
Basic OpenThread application built for 5340 crashes in net app.
The same application works fine on 21540 (52840 + 21540)
The crash seems to happen when some thread packet...
Hello,
I have 2x PCA10040 dev kits connected via SPI.
Device #1 is talking to a custom board MCU by UART
Device #2 is connected by BT to my android app
The task is...
Hello,
I am planning to use the balun BD2425P50100AHF with the nRF52833. The voltage on the pins BAL1 and BAL2 can go up to 15V.
I am wondering what is the maximum allowed...
Hi,
We have developed an application in central mode using BLE nRF52833 chip running on SoftDevice140 , Version 7.2.0
We now need to add support for FEM nRF21540 ...