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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
in the past, i have created blog posts in the devzone, e.g. about the publication of Fruitymesh: https://www.bluerange.io/docs/fruitymesh/index.html
I would now...
Hi all,
Does anybody know how to use NRF_LOG in Mesh SDK, because I need to print float numbers. I know that I need to use NRF_LOG_FLOAT_MARKER because I was using it inside...
Using NCS V1.4 for Mesh on a nRF52840, My customer wants to send higher rate sensor data via mesh. It seems the fastest continuous rate they can obtain is about 1Hz. When...
Hi,
How is the Inter processor communication handled between NRF52840 and NRF9160 in Thingy91 ? It was not very clear from the schematics for me
Can you tell me which...
hello Nordic
recently i encounter a claim that nordic to nordic BLE is faster, or capable of transferring more bits of data per second, then a nordic communicating with...
Hi,
I Have been trying to understand how to flash the nrf9160 IC using SWD and segger. Completed up to the build and run.
Need to know If I make some changes in code...
I am on SDK15.3, NRF52840, armgcc, makefile, console
I need to print a double float number in format of "x.xxxxE-xx". I already know that NRF_LOG can only print float with...
I am using sdk17. I'm implementing central, and I'm using app_ble_out_c to implement it. But there's a problem. This example matches only the specified nus uuid with the service...
Hi, I want to send Door Lock Event Notification commands.
so I modified ZB_ZCL_DOOR_LOCK_SEND_LOCK_DOOR_RES macro in zb_zcl_door_lock.h file.
The result...
hello,
i added scan_rsp_data to add a name on my beacon, but now i cant see manufacturer data on the ble_gap_evt_adv_report_t structure but i can see that perfectly on my...
I'm seeing the modulated output of %XRFTEST offset by approx. 1.675 MHz from the set frequency. Modem version is v1.2.2
Here's my command:
AT%XRFTEST=1,1,1,19500,23...
Hi!
Looking at the schematics for the nRF52833 reference circuitry I see that when USB is used, the VBUS is connected to the C18 capacitor, then GND, and if USB isn't...
I have programmed my device with ble_app_rscs available on nRF5_SDK_15.3.0_59ac345. I was expecting it the main loop
the device will only consume 2 uA however it is consuming...
After a few configuration issues we have finally got a connection with the asset tracker application. However we are not getting far enough to send data.
The log shows a...