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 Nordic,
Using nrf-connect 1.9.99 and Zephyr 2.7.99 (*** Booting Zephyr OS build v2.7.99-ncs1-1 ***)
I am using then nRF9160-DK and everything is fine. Getting 40uA...
I'm running Manjaro Linux and have ran through the installation instructions for the nRF Connect Desktop. I have separately downloaded the Segger JLink software as instructed...
Hi Team, In my project i am using nrf52833 and i have established a network using Open Thread protocol to communicate . I am able to pair my device with the network. One scenario...
Hello, I am using 52832. There is an external interrupt count with a maximum frequency of 1kHz. I have two hardware. One I transmit to the mobile phone at an interval of 50ms...
Hello sir ,
i am trying to build file from given sample code file name is "azure_iot_hub" , i don't make any changes in this file .
on adding build configuration it show...
I have an issue from few days with the nrfCloud.
I am not able to see the live data from my devices.
However historical data is available up to the last sending so the...
I can't quite seem to figure this one out.
We've got the APP_ERROR_CHECK macro on our functions that return NRF errors. When there is a genuine error, the system does not...
Hello, I am trying to communicate with a Bosch BMI 270 device( datasheet ) using the nrf5340dk. I originally tried to use I2C since there was an example file available for...
I have an issue when registering the SIM card on nRF cloud. The save button on the form shown below won't active and can't be clicked. I have tried to fill just the asterisked...
Can anyone comment on, or point me to specific documentation, regarding creating custom control points under nRF51? I'm using both nRF51822 and nRF51922 parts. I have read...
I have a semi-working app which executes Zigbee commands that it receives from other nodes, but the latency is sometimes unacceptably high. I would like to check some of the...
Hello All,
I want to use the io function of freertos, but there is no routine for nrf52833 to use this function in the community and Google, so I want to ask whether the...
I used mergehex.exe to generate a merge.hex with firmware appcore.hex and firmware netcore.hex.
and use nrfjprog.exe flash merge.hex to nrf5340.
Prompt error:
How...
Hi,
I want to simply get RSSI at each scan in the connection less example (direction_finding_connectionless_rx). I have running two nRF52833-DK. One is flashed with RX and...
Hi,
I would like to know if there are sample programs for getting GPS sentences through UART using Zephyr. I am using Fanstel (BT840X) board. I would also like to know the...