Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
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...
I am trying to make couple templates for S113 with nRF52832 and nRF52840 with and without FreeRTOS and because there is no such in the examples, I’m not sure I made it right...
Hello,
I'm using SDK for Thread and Zigbee v4.1 and I developed a network using mqtt-sn library. Since the developed application requires data publishing at a high rate...
I want to get logs via RTT (JTAG) in the connectivity firmware example of SDKV15.
I have built the connectivity firmware project using cmake and opened the project in SES...