Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
I use IAR to debug nRF51_SDK12.0.0 ble_app_uart example application. The origin application is for nrf51422, and my device use nrf51822. Therefore, I first change the device...
I'm using a S130 on nrf51822.
connect to 3 peripherals (in case of the master)
connect to 1 central (in case of the slave)
But, I want to use 1 peripheral and 1 centeral...
I'm using nRF52+SDK11.0.0+S132 with an application based on the ble_hrs example.
In main() , if I call a blocking nrf_drv_spi_transfer() to configure some SPI sensors before...
Hello I tried to do a application update with my own key and it does work.
But then I tried to create zip with all 3 parts: APP+BL+SD (application+BootLoader+SoftDevice...
Hi
With the introduction of softdevice v2.0.1, the connection bandwidth has become configurable to be low, medium, or high; and can be specified independently for TX And...
Hi,
Now I'm using nRF52 SDK v12 and S132, I have some data(about 300 bytes)need to write to the flash. I have seen the fstorage but I donn't know how to use it. Could anyone...
Hi,
I am trying to implement a biometric group telemetry system for my gym and experimentation.
In the past I used a nRF24AP2 module and an ARDUINO PRO MINI 3.3V 8MHz...
Hii,
I want to assign name to my custom service. how can i add it i am using nrf52 chip and s132 softdevice.
I have add new service using sd_ble_gatts_service_add() A...
In my project I need to be able to get time from a continuously running RTC. The softdevice uses RTC0, and app_timer uses RTC1 (and starts and stops it).
(annoyingly I...
Hi ,
I am working on one application in which i am using UART service. Whenever i am connecting to device using nrf connect or master control pannel app, UART service empty...
Hello.
I use the BLE multilink central example to connect to 2 sensors. I changed the example in that way that i successfully connect and read data from a Wahoo Cadence...
the application is examples\peripheral\csense , cap sensor can sense my touch, but when I cover a 1mm acrylic on the cap sensor, will not sense my touch.
so I want to know...
Hi ,
We are using BLE nano board as a connectivity board and mDot board as application chip which is running on mbed platform.Connection deatsils are same as described here...
Hi,
I am working in one application in which I need SAADC to sample two channels at 1ksps and 500 samples per seconds.
I am sending 1 and 2 to switch the sampling rate...
After trying to run keil project after setting conditional breakpoit it raises error.
is it right that nrf52 doesn't support conditional breakpoits? or something wrong...