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...
Based on nRF51822\Board\nrf6310\ble\ble_app_hids_mouse example,
Used hid consumer page function, like play/pause or volume+ or volume- ...etc function,
In nRF51822 device...
I can't seem to find the hex file to download into the PCA10000 in order to use it with the Master Control Panel. Where is this documented in the dev-kit documentation?
Hello, I'm M.S. Candadate in Korea.
I have a Question.
I heard that nRF51822 can operate only as Peripheral role and can't operate as Central role.
Now, Does it operate...
My project has moved off the devboard and onto prototype PCBAs. I notice that they all seem to have unique MAC IDs on the air! I'm not complaining (one less thing to worry...
So i am using a LiPo battery at 4.2V and running my nRF51822 at 2.0V. Is it safe to connect the battery to one of the I/O pins to read off the battery voltage (as to calculate...
Hi there.
We are developing an IoT device (we are planning to use nRF24L01+) we would like to implement with microchip uC, the question is if there is a library available...
Dear Nordic Developer Zone,
I am able to ask a Silicon temperature measurement, but not to correctly interpret the answer.
After last measurement, I have got 0x29C....
Hi,
I need to have long attributes. So I need 'Read Blob' operation for read and Queued writes ('Prepare Write' and 'Execute Write'). Does Soft Device for nrf51822 support...
Hello everyone , can i use UART which is not a services or characteristic in bluetooth low energy . It will result in some question or bad effection?
By the way . why I cannot...
Dear all:
recently, I follow heart rate profile to write custom BLE profile,but I also went to a number of issues. how to wake up the device when entered power system off...
Hello,
This is the first time i use NRF8001 chip, i was reading the ic manual nrf8001_PS_v1.1.pdf (see attached file).
It was written that in case i used DC/DC converter...
Hello,
I checked Nordic website for layout of NRF8001 but i didn't find.
Please if some one can share a qualified RF-layout.
Help is appreciated.
Regards,
Hisham
from training document from Nordic company(see the attachments),it mentioned that we can add scan response .but i can not find any information in BLE_HRS demo.could you tell...
Hello,
I made a PWM with the TIMER2 of my nRF51822 (with the SoftDevice) and was working fine, till I read that I should not use the "NRF_PPI" functions and use the "sd_ppi_XXX...