Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi,
I am using nordic nrf51822 ble device and I am using bluzDK-firmware from
github.com/.../bluzDK-firmware
I want to add passkey in this firmware. Please help...
My shell msg: Cannot connect to any nRF device. Please make sure a device is connected to the debugger and supplied.
i use :nrfjprog --log
log file:
nrfjprog -e ...
Hi,
My target is to create prototype of ANT application with the continuous scan mode. The application works as ANT slave. It is expected to monitor the message boardcast...
Hi,
I am using arduino to sample sensor and it sends out the value to the digital pin. I want to read this digital value using nrf51dk. Is there any example using digital...
Hi Nordic Tech support team,
I have some questions about nrf51822 dfu OTA.
Nrf51822 application code can't be more than 144K,however ,my application code have 196K because...
we follow the nRF51_Series_Reference_manual v3.0, set the master SPI clock to 8M. but found when in mode 0, the MOSI change near at SCLK rise edge, not in fall edge.
our...
This should have been a very simple question. I don't want to use CTS/RTS flow control signals with my UART-USB-converter ("FTDI chip"). For that case, the document says ...
I want to highlight some items in RTT Viewer
So I tried the color control, but didn't work
This is my code.
SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED...
Hello.
I am trying to port BLE serialization code to a host MCU, to say STM32F4.
I am looking through porting documentation (BTW, it is quite well documented. Well done...
According to Microsoft's instruction on HID touch device, msdn.microsoft.com/.../dn672271(v=vs.85).aspx , a HID touch device should create a report (descriptor) as below,...