Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...
Hello,
i am trying the nrfsniffer 3.0, but all the packets seems to being dropped.
I am using:
* BLE400 with nrf51822 module (firmware flashed with stlink )
* Linux...