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
...
Hi Nodic support team.
Can i know which usb example we can use to modify to usb bulk application in nRF52_sdk_17.1.0?
1. nRF5_SDK_17.0.2_d674dde\examples\peripheral\usbd...
I am using the code
err_code = sd_ble_gap_device_name_set(&sec_mode, (const uint8_t *)deviceName, nameLen);
I have made sure that nameLen is less than BLE_GAP_DEVNAME_MAX_LEN...
Hi
i am using twi_hw_master.c for i2c communication of accelerometer.
my accelerometer address is 0x18.
once i call
twi_master_transfer(0x18,dataW,1,1);
in...
Hi,
Can the value of NRF_RTC1->COUNTER be read safely from the main loop without first stopping the RTC or temporarily disabling the RTC1 interrupt etc? (nRF51822 or nRF51922...
I used the nRF51822 Evaluation kit and flashed the BLE_proximity example on to the PCA100001 board.
In the master control panel the USB dongle measured -46 dBm(Nordic_prox...
Hi all,
what if I want a sensor network in my house with BLE. Can I just install, for example, 16 nodes in my house and connect to all of them with one iPhone? Or would...
Hello,
I am currently using nRF24L01P with TI CC2591 in my RF module product.
I have a doubt that need your help to clarify.
Does the antenna impedance given in the...
We've been trying to user the AES hardware module in ECB mode.
To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption...
Hello,
I would like to know if I could interface the nRF51822 with an Arduino Mega Board. Could you give me some advices to do that?
Thanks for your help
Hi,
i need to use a watchdog in my application. I read that i can use the build in one, but i thing my configuration or the usage of the watchdog is wrong.
here is my config...
Hi guys,
I am getting started with your nRF51822 dev Kit. I got the nRFGo Starter Kit (nRF6310 Rev 1.4 mother board) as well. Most of the examples work as expected. But...
Hello,
I'm trying to do a millisecond counter using app_timer but the callback is never called. I think I have missunderstood how it works.
I've tried using the app_timer...
Hi,
Im trying to send 20 packages of 30bytes each as fast as possible, so I created the following loop:
for( pack=0; pack<20; pack++)
{
w_tx_payload_noack(30, MegaBuffer...