before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi,
We have been designing a more robust version of the SLM application and in our testing we noticed a problem that we couldn't work around.
If the modem library's RX...
Hi -
I can't seem to find the answer to this question in the docs, or in the forums. What I'd like to know is - what happens if I update the bootloader and its size increases...
Using nRF5 SDK v16.0.0 on nRF5232. IDE = SES
When advertising is started, I want to advertise initially for 30 seconds, so I set APP_ADV_DURATION to 3000, and the device...
I'm working on an nrf52840 dk. I need to print the sensor data on the command line. I've added the sensor config to the prj.conf file as well as the sensor and sensor_shell...
Hello, Support
I am looking for AT Command example running on nRF52833, host interface is UART interface , and the SoC will be running like a AT Client?
Could anyone help...
I tried to work the zephyr MPU6050 out of the box but it returns "failed to find sensor MPU6050". I can't seem to find a solution to this. The overlay and prj.conf file were...
Hi!
I am working with an nRF5340.
- Is it possible to somehow fill an array with values read from a GPIO OUT register using DMA or PPI?
- Is it possible to assign...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
By default, CONFIG_ZBOSS_OSIF_LOG_LEVEL_CHOICE was set to ZBOSS_OSIF_LOG_LEVEL_INF. But I'd like to increase the log level to debug a problem I'm seeing. When I increase verbosity...
Whilst I recognise some of the NC pins on the nRF52833 are IO pins on the 52840, but I also noticed apin mapping difference on a common port...52833 A16 is P1.05 and whilst...
We are using SDK 15.3.0 and S140 v6.1.1 SoftDevice. We are using an external LF crystal with tolerance of +/-20ppm, and are therefore using
#define NRF_SDH_CLOCK_LF_SRC...
Hi,
As per this link , the memory requirement of Thread 1.2 based application in nRF Connect SDK is around 487KB, over which more will be added as per application development...
I flashed a nrf52dk - nRF52832 board with a sample project (peripheral_hr) and the name is displayed correctly in the nrf connect app and other BLE discover apps.
After...
I need twoADC channels. I tried to configure using :
CONFIG_ADC= y in prj file,
&adc{ #io-channel-cells = < 0x2 >; }; in overlay file .. the compile error appears as shown...
HI
I am using VS for the firs time and I am trying to build the project Blinky but when I try to add the blinky folder to applications to build I get
: Element with id...