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 have a BLE device with a MIC, which collects voice data and coded to BroadVoice 32k.
So I want to design a central to get this voice data.
What I think is use 52840...
Hi,
Why do all of these AT instructions fail?
1.AT%XPRODDONE=0
2.AT%XPRODDONE=1
3.AT%XRFTEST
4.AT%XEMPR
Thank you for all your assistance. Kind regards, Peter...
Hi,
Since adding a custom board to a app from a sample, the Flash button:
Has stopped working properly.
When i press it, a build is initiated, but the flash does not...
Hi,
I have been programming my custom board using SWD on a DK. It worked fine when I tried blinky example, however, when I tried nrf_ble_uart example, it stopped at the...
The documentation on how the nrf mesh app adk works is impossible to follow and understand for a junior dev like me to make something close to a working app.
I might be...
Hei!
Mid code development my ability to flash new versions went away. The only clue I have is that W11 installed some new drivers, but I'm grasping at straws. I have screwed...
Hi,
I want to understand that in nCS, where do have BLE abstraction layer..?
As in zephyr device driver model, if you use any peripheral driver API, it internally routes...
I have implemented a custom service with a collection of characteristics. Some of the characteristics require configuration information (sample interval, sample duration,...
Hi,
I've gone through the 4.1.0 Border Router example 3 times now and getting same result of not being able to ping from CLI example.
I am using RPI3B+ with nRF52840...
I am having some issues with spi flash and current. Currently I have the NOR Flash, W25Q128JVPIQ, set up on spi 4 with a FATFS and USB MSD as per customer request. This is...
Is it possible to develop the application on nordic chip(nrf52832) without using the nordic provided SDK but only the soft device(S112)?
The benefit of Coding directly to...
Hello,
we are connecting an NRF9160 with a WFM200 wifi chip over SPI using Zephyr RTOS. Additionally, we manually control the chip select pin in the driver code for the...
Our use case is the following:
We have sleeping nodes, that are time synchronized thanks to an external RTC, and that all wake-up at predefined dates, transmit data with...
I am using nRF_Connect_sdk and RTT logs.
In RTT logs, float numbers are not getting displayed.
I am getting just 0.00 for floating numbers.
Can you help me with how...
Hi.
I'm trying to use TF-M to execute part of the code of my application in the secure environment in a similar way as it's described in this guide using SPM, but I couldn...