I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
The PPB sounds like a great piece of technology but i dont see much documentation on how a user can utilize it. For example i collect data from 3 sensors at different rates...
we want to develop Educational toys. the toys is communication with the IOS \ Android APP .when power on ,the toys start to sent the package with a frequency of 200 HZ, and...
what can we do with the SCAN_RSP?I know SCAN_RSP is for more advertising data.Can the scanning side get all of the data which the advertiser did in advertising side?
TKS...
if set breakpoint at DEF(), OK, ABC() can execute.
if set breakpoint at ABC(), then Step(F11) in ABC() -- it's not function call, OK,
if set breakpoint at ABC(), then StepOver...
I'm using simple_uart_init to enable UART I/O from my target. This all works fine but I'm not sure what to do with the UART before I sleep (by calling sd_app_event_wait) so...
Hi Nordic!
I am building a Bluetooth application that uses Alert and Notification Service. We are using Evaluation board PCA10001, our code is based on the example app...
Are there any code examples available that show how to use the ram retention while shutting down the processor to it's lowest power consumption mode? Also does anyone have...
Hi,
I am currently designing a PCB to accept the BGA version of the nrf51822.
The Altium reference designs for the CEAA package (BGA) all include vias directly in the...
Hi,
We have a hardware application that prevents us from using flow control to interface with external hardware. We require the NRF51822 to be able to buffer up to 256...
I have a working design on the nRF51822 Evaluation Kit, and I now need to port that into a module that sits on a custom board. Any recommendations for making this process...
Could someone can tell me what is the difference between BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME? I tried BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME
advertisement...
I am trying to figure out how interrupts are set up for say a sensor with an interrupt line which signals when new data is ready.
I am assuming you set up a GPIOTE somehow...
I have been looking at the NRF51822 for data logging sensor measurements from the ADC. Currently, I have run into some limitations with iOS and can only get approximately...
Hello,
Its me again.First of all I want to say thanks to HÅKON ALSETH, with his help I was able to work with hardware interrrupt. now I am facing another problem, I need...