Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi
I tried to update the nano-pb library that comes with the SDK 12.2 for signed DFU to a higher version. The version in the SDK has "0.36 dev" and i tried to update it...
I'm just checking because search didn't have hits.
Has anyone used JTAG "chain" programming to flash two micros on the same circuit? I assume the nrf52s won't hold this...
In the nRF UART v2.0 App, the app have the "send" command. And I can send the data to my nRF52 DK, and it print what I'm sending on the Serial monitor.
However, in the...
NRF52 DK on SDK 12.2 (using armGCC)
I have the FDS example from GITHUB working - it shows it is writing and reading the example data (0xDEADBEEF and 0xBAADF00D) fine.
...
EDITTED-
I have a project coming up that uses:
BLE Softdevice, a fair amount of GATT data
SPIM with a fairly high data rate, slave has a RDYN (data ready now)...
Makefile.windows Capture.PNG hello i am trying to make nordic project in eclipse.
for that iam following this tutorial.
https://devzone.nordicsemi.com/tutorials/7/
i...
Hello,
I am using a RFDigital Simblee module (nRF51822 chip) and an ADC with thermocouples to measure high temperatures and process the temperature data via BLE. So I'm...
I created an App with one 16 bit service and some manufacturer data, but the maximum length of manufacturer data that doesn't cause an error is 16 bytes, when in theory it...
Hello,
I have followed the instructions for openwrt on rpi2 devzone.nordicsemi.com/.../
and was able to establish connection Bluetooth 6lowpan connection between Rpi and...
HI I am working with nRF52 DK
softdevice s132 sdk v11.1
I tried out the SPI master and slave examples and they work fine (I can transfer and receive data)
I have been...