Hi:
I use ncs v2.8.0, using external flash(w25q128).
this is test flash project.
And this log:
Device_is_read returns a failure. But flash read/write successful...
Hello,
I wanted to verify if two devices are communicating by using a sniffer.
After running the radio_test example, I set up parameters for each transmitter and receiver...
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...
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...
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...
Do I still have to call sd_ble_gatts_value_set() on the characteristic handle [using whatever temporary buffer I would have been using anyway for BLE_GATTS_VLOC_STACK]?
...
Hi,
I would like to use the app_gpiote files from Nordic in combination with the softdevice enabled.
In the app_gpiote.c file interrupts are enabled using the standard...
As far as I can see buttons_init() initializes GPIO and sets up button_event_handler().
button_event_handler() calls ble_lbs_on_button_change() and always set static uint8_t...
I have problems with my iPad to catch data coming from key presses of HID keyboard profile. First, I programmed the dev tool nRF6310+PCA10005 with the HID keyboard profile...