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...
I have no power on my nrf6350 display
I programed the board with the display jostick example but cant see nothing on my lcd of the nrf6350
any advice?
thanks
...
Hi:
I'm fresh in use BLE.
when i installed SDK, i could not install the lastest version v4_4_1,but can install v3_0_0.
My system is MS win XP Pro SP3.
Please tell me what...
hi,
i took the same example of BLE_LBS, as it is working properly in case of writing to the device, but when i implemented my own for writing to the server, it is not working...
Hi,
I need to send more than 500 packets(each 20 bytes) to the master for every 1 minute, through the timeout handler. But i cannot able send all the packets, btle_connection_timeout...
Hi,
i have some trouble with the method __WFI ();
I have the following code:
while(device_status == false) // Gerät ist im Schlafmodus
{
checkPowerConnector ( );
__WFI...
1.Can we use the Timer0/Timer1/Timer2 for doing something?
2.What source of IC the SD have used?
3.What source of IC we can use for our application?
4.I used the compare...
Hi - I am completely lost and I'm really hoping someone can point me in the right direction. I'm simply trying to get started with the nRF51922 development kit and nRFgo Motherboard...
I opened both the NordicSemiDemo.xcodeproj and nRFDemo.xcodeproj in Xcode 5.0.2. When I try to run them (Product->Run), I get the splash screen in the simulator, but when...
this time i have some encryption related questions to ask.
I use the "BLE_GAP_CONN_SEC_MODE_SET_XXX" to enble link encryption, doese this correct?
can i set the encryption...
Quick question regarding the boot process of the nrf51822. If a bootloader address is written to 0x10001014, will the bootloader code always be executed, regardless of whether...
Hi
I am using ble_app_hrs for my application.
in this case ble has highest priority , next gpio then timer.
if i send continuous data over ble, by using function...
Hello Nordic expert,
In nRF51822_PS_v1_3, the max bit rates for SPI master is 8Mbps(section 8.8, page43).
But in nRF51822_PS_v2.0, the max bit rates for SPI master change...
I heared a rumour that the NRF581922 will be withdrawn and an other solution will become available. We have planned the 581922 for implementation and want te release the product...
/* YOUR_JOB: Use an appearance value matching the application's use case.
err_code = sd_ble_gap_appearance_set(BLE_APPEARANCE_);
APP_ERROR_CHECK(err_code); */
Shoult...