Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
Have seen many good thread explaining this model. But didn't find any full example code for it for client and server Model.
I have tried light switch demo and working fine...
Hello!
So I have a new nRF52811 board which was designed by someone else, that I need to develop some pretty simple firmware for. Full disclosure, the design is based on...
Hi I am working on nRF 52832 and nrf 52840 dongle. I want UART service to be used in my application and application should allow me to scan peripheral devices with user command...
I am a freshman. And I am doing some research on BTE by nRF52832(PCA10040). I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Many...
It takes time for fs_event_handler to be called back after nrf_fstorage_erase is executed.
In SDK13.1.0, it didn't take much time, but in SDK15.3.0 currently being developed...
Is there a way to create a command that gets throughput information from a device in the ble_app_interactive example? I want to get the throughput of a peripheral device once...
I am developing an universal remote which can be controlled via Bluetooth. For that I need to decode an IR signal.
I am using TSOP decoder.
The steps I think, I should...
Hello, we have made cars that play laser tag against eachother using infrared emitters and receivers. The problem is that the infrared radiation bounces off the surroundings...
Hello i have a rigado BMD-300 module and i would like to flash a new version of softdevice app and bootloader but i want to protect the UICR memory because that is where the...
Hi my goal is to put the NRF into system on low power mode every other second. I have a repeated app_timer that increments counter variable m_custom_value every second. I...
Hi,
I am developing a project using the nRF52840 DONGLE. As part of the process, I need to be able to debug my code, so I am using IAR and a J-TRACE PRO for that. The...
I am using NSDK 15.3, MeshSDK 3.2.0, SoftDevice 6.1.1 and nRF52840 DKs.
I successfully integrated the DFU capabilities in my firmware that uses BT Mesh. I am downloading...
I'm studying nRF52811 manual, there are moments not clear to me:
1. Is I/Q sampling paused during SWITCHING slots? For example, if I configure 16 1-msec slots (8 switching...
Hello again Nordic Pros,
I am trying to get some debug logging going using the 52DK running ble uart central under SDK 12.3 and RTT Viewer v6.4.
I have setup config.h...
Hello, I do connection between one nRF52840 (central / NUS) to multiples nRF52840 (peripheral NUS)
in my function static void on_adv_report(nrf_ble_scan_t const * const...