Hi,
I'm working on a custom board based on nRF52840 and a 2.9" ePaper display (SSD1680) connected via SPI using the mipi-dbi-spi interface. I'm using nRF Connect SDK v3...
I am trying to create a custom sensor for CT1711 temperature sensor. I have created the sensor driver code and device tree binding, but it won't start (initialize) and the...
Hello,
Before I start to over-develop I need to ensure that there isn't a better solution based on the nPM1300 behavior or capabilities.
Context
I'm using an nPM1300...
Hi,
currently I'm migrating my application from SDK5 to NCS and I'm facing a problem with the application size for a BLE update. In the previous SDK5 there was the softdevice...
hi support team,
I was testing 7002dk with a Asus router,i found two questions:
1.5340tfm jump to application taks about 8 seconds, why it takes so much time?
2.7002dk...
Hi,
I am currently working on a two way communication between an nrf52840 thread host and an nrf52840 thread client over coap. I have nrf connect sdk version 2.9.0 in both...
Hi,
I got a question on power consumption:
In my case, I do not need RF functions on most of time. If disable RF function, what working current of nRF51822 would be? ...
when phone connect to the device, I print the connected address.
However, I find that the bluetooth address is not same with the phone bluetooth address.
here is the debug...
Hi,
I am trying to include temperature (read from DS18B20) in advertisement data using BLE_UUID_HEALTH_THERMOMETER_SERVICE. So far it works fine, but my temperature is...
Hey,
I am using twi_hw_master.c and twi_master.h libraries for twi and want to disable i2c to save power when not in use.
I use the following two lines to disable the i2c...
Hi,
i am using Eclipse 'Mars' and Segger V5.10c to debug some of the SDK examples. The Eclipse command line shows only binary garbage. How can I get the garbage readable...
Hi,I am using s130 softdevice and SDK9.0 .I add static passkey(123456)in my project base on ble_app_uart project and basic functions have been achieved.But I have a question...
Hello!
Is it fine to ready NRF_RADIO->FREQUENCY right after receipt of BLE_GAP_EVT_ADV_REPORT?
Does its value have a relationship with recent adv. report?
hello there when i am trying to open project C:\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\ble_app_template - Copy\pca10028\s110\arm4. i am getting error like
Third...
Hi,
I have set connection interval as 1.8s.
But i have transmit data every 1 min.
I noticed that BLE transmits data every 1.8sec.
Can someone please tell me what is...
I have just exported a project from mbed, to the Keil uVision4 tool chain.
Create New Project "BLE_Thermometer" on mbed.
"BLE example for the Health-Thermometer...
I see in the information about the nRF51 talking about the support of 4.2. But it is not clear to me the extend of it. I am focus on the link layer and I would like to know...
Is it possible to implement 2 peripheral in one device (need to connect a peripheral device with two different centrals)? When should i expect for this feature?
I have a question about how much memory is required for app timers.
The comments for APP_TIMER_BUF_SIZE state that the buffer size must be one more than actually needed...