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
...
hi all
i want to use a chip antenna for nrf52840
but un data sheet there is not any sample layout or component details
for example i want to use this chip antenna
...
I was able to add Manufacturer Specific Data to the advertising packet on the nRF51822 without any problems, but I don't see any straight-forward way to do this on the nRF8001...
Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where
can I find more detailed document exept <<nRF51_Reference_manual v1.1>>
I am just starting with NRF51822 (can't even program the BLE example as IAR support is inadequate but that's another story) and trying to figure out power requirements for...
Just wondering,
What if I configure the Tx power level or some other attribute. What do I have to do to save the value to be used when the unit restarts?
Hello all,
I would like to ask you something,
I've done all my development with NRF24L01+ but now I have some NRF24L01 modules.
I know that NRF24L01+ is fully compatible...
Hi
I am created one more timer in ble_app_hrs
like in timer_init()
err_code = app_timer_create(&m_current_timer_id,
APP_TIMER_MODE_REPEATED,
current_timel_meas_timeout_handler...
I'm a little lost on the GPIO mappings from the code to the outside world. I'm playing with the UART example on the nRF6310 board. In the sample code, IO 16 is RX and IO 17...
Hi,
I am using ble_app_hrs application as a reference code.
in our case i have gpio interrupt for every 25 ms.
what should i keep BUTTON_DETECTION_DELAY for 25ms...
Does the lcd clobber the tmr0 and/or ANT ???
We just went through several days of working w/ ns on running ANT w/ RTC with a resolution of using sd_ calls.
Is the LCD...
Hi,
i am using nrf51822 custom board.
For our application i am using ble_app_hrs source code.
in that i have gpio interrupt for every 500ms, to get data from accelerometer...
For example, if I have a GPIO pin configured with low sense, and it goes low just before I call sd_power_system_off(), will the device return to System ON mode immediately...
Hello,
I've got a nRF51822 DK which I try to program with a SoftDevice using the nRFgo Studio (nRF51 Programming). My chip/programmer seem to recognized properly since...
Hi,
For developing our application i am using ble_app_hrs
in my case i have gpio interrupt for every 500 ms to get data from accelerometer.
question:
in heart...
Hi,
I am attempting to understand the timing of events when a mobile application connects to my nRF51822 based device. The reason being is that I have to enable the UART...