Dear Nordic Teams :
I find the NFC current and find the current is quite large in the datasheet version 0.8. The value is much bigger than nRF52840. Is it correct?
Hello,
Hopefully this will be a quick(ish) one since I think I found the answer, but just need confirmation.
To preface (My setup):
nRF9151DK
Modem firmware: mfw_nrf91x1_2...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Dear all,
i building the example light_switch_server_nrf52832_xxAA_S132_7.2.0 from solution l ight_switch_server_nrf52832_xxAA_S132_7.2.0 in configuration Debug (SDK nRF5...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hello.
I am measuring the current of nRF52832 using Power Profiler Kit(PPK).
I used the following case with PPK setting.
infocenter.nordicsemi.com/index.jsp
At...
Hello Folks,
I am using PCA 10056 Eval board. I am using SPIM0 to connect 5 slave sensors. The Chip select is done by the UART Tx pin. So If I send 0x01 over UARt then...
Review_4Jan.zip
Hello All,
Please review the attached revised schematic and give your valuable feedback.
Please find below queries:
In case you want to know the...
Hii everybody,
I want to do ble pairing(nrf 52832 development board) with android phone. after searching on nordic devzone how to pair device i found that pairing mechanism...
Hello all,
I have below queries on my custom board and mesh.
I have designed my custom board using nRF51824 and i am using J link debugger for programming , I can able...
Hi, I know there are already lots of threads around this but it seems none is like mine.
I'm running my toolchain on a Mac so I think I have a more challenging debug setup...
Hi,
I would like to know is there any shopping sites selling beacon modules that we can configure later based on our requirement?
I searched on few shopping sites where...
Hi,
We are developing a pretty complicated multi-threaded application on nRF52832.
Part of the requirements are storing a large amount of data over time (Megabytes)...
Hi
I am using gpio for input interrupt as below
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;
...
According to PS, external reference min. voltage is 0.83V. However, I've experimented with voltages of about 0.2V and it appears to work. Specifically, I connected a voltage...
Dear all,
I am planning to develop a system which has the same functionality as N550M8CC SoC.
I cannot use directly N550M8CC module because space limitations so I am...
Hello everyone
I am trying to write to SDCARD with FATFS.
Data received from BLE and SAADC incoming data.
Writes every second.
The size is about 100 bytes.
SAADC is 1000...