hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Hi,
I'm new to fuel gauging and battery profiling and am trying to understand the process and the parameters used.
Is there a description of how a battery model is created...
Working to comply with EN 300 328 V2.2.2 by reducing Media Utilisation to <10% on my FHSS system. I've been told that over-the-air, the NRF24L01+ actually transmits 9 bits...
I have a device with 3 major components:
Fanstel nrf52840
PMIC1300
spi display (Waveshare 2.13inch E-Ink Display)
PMIC:
BUCK1: power Fanstel
BUCK2: power...
hi professor,
I'm using nrf5340 to design project,now I wan to reduce power consumption to uA level.According to https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
in my own 52833 system.
the same code and the same pcb. but one board can use uart0 well and another board find many charater crashed when uart0 is used.
and I find the...
Hi,
My VSCode extension is not working now. could you please give me some advice? thanks!
1.<Manange toolchains> could not display and select the toolchanis version
...
I was trying to get access to the app_uart library, so I included app_uart.c in the "Source" folder; then added \Include\app_common and \Include\ble\softdevice in order to...
Hi,
We are using nrf51822 custom board.
i want to hard reboot of my device whenever gpio button is pressed for longer than 10 seconds.
i am using ble_app_hrs application...
from the product spec
NOTE: The 3 bit pipe information in the STATUS register is updated during the IRQ pin high to low
transition. The pipe information is unreliable if...
I'm load the UART example (pca10001) to the Evaluation Kit, i can see using hyperterminal the messages send by the kit ( the Start message) but after that i wont be able to...
Hi,
Is there any sample code which is using the sd_ecb_block_encrypt(); API, we are planning to do encryption and decryption of data, which will be transmitted and received...
Hi
1)In a nrf51822 ble app project, The board must have a external 32768Hz crystal,is that right?
or internal 32768Hz RC oscillator can instead of it?
2)when nrf51822 goes...
Adding two services with 128bit GUID's to the advertising data structure fails with NRF_ERROR_DATA_SIZE.
I'm adding the service UUID's to the uuids_complete structure....
I just purchased nrf51822 DK and would like to follow instructions from nAN-36 Creating Bluetooth Low Energy Applications using nRF51822. The document mentioned Program the...
I am trying to use the ble mouse sample in SDK 4.4.1, and iOS7
I am able to view and connect to the HID peripheral "1812"
but for some reason I am unable to discover...
Has anyone implemented the Bluetooth rfcomm protocol on the nrf51822 chip ? Is it possible using the Nordic soft device? I realize this is not a "low energy" protocol, but...
We are developing an app that communicates with a custom LCD display via IIC (TWI in Nordic terms) so it needs to send a lot of data on the IIC bus. We have developed an interrupt...