Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
H ello Nordic team,
I'v found a bug on mqtt sample (using both ncs 3.0.0 and 2.6.1).
Description
Settings CONFIG_MQTT_SAMPLE_TRANSPORT_CLIENT_ID and trying to connect...
Hello Team,
I have flashed the bap_unicast_server bluetooth sample on my nRF5340 Audio DK. No build or flash errors. When I connect to my phone it connects properly. I'm...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up accordingly to read raw value from the potentiometer...
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...