-
```
I use display: LCD-AG-C240064A-DIW
http://www.artronic.com.pl/pdf/pl/AGG240064A04-DIW-R.pdf
I connect all pins buy spec in datasheet.
When the display flashes twice and then do not show anything…
-
```
I use display: LCD-AG-C240064A-DIW
http://www.artronic.com.pl/pdf/pl/AGG240064A04-DIW-R.pdf
I connect all pins buy spec in datasheet.
When the display flashes twice and then do not show anything…
-
```
I use display: LCD-AG-C240064A-DIW
http://www.artronic.com.pl/pdf/pl/AGG240064A04-DIW-R.pdf
I connect all pins buy spec in datasheet.
When the display flashes twice and then do not show anything…
-
Hi,
I have this Zigbee sensor with display: `TY0201 by _TZ3000_bjawzodf`
Module: ZTU
Sensor: AHT20 o flex cable
Display driver: [BL55072](https://www.belling.com.cn/media/file_object/bel_product…
-
Hello Leo
I am trying to use your library with the CJMCI-22 board (GP 22) for a smart flow meter
I receive always this message from TDCtalk :
attached pinChangeISR_debug
\/Temp sensor: no addr…
-
here is what i know
1. followed instructions on how to setup module with mega 2560
http://www.arducam.com/how-to-connect-arducam-shield-to-mega-2560/#more-509
CS - 7
MOSI - 51
MISO - 50
SCK …
-
**显示系统已经内置那些模块**
help('modules')
**sh1107的驱动**
```python
from machine import SPI, Pin
import ssd1306
rst = Pin(33)
dc = Pin(27)
cs = Pin(14)
sck = Pin(18)
miso = Pin(19)
mosi = Pin(23)
…
-
CircuitPython does not implement MCK out for I2S, digital audio, which is fine for audio DACs that create their own. However, other audio DACs require this clock. MCK out should be implemented.
-
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.md
for better deb…
-
Hello there,
currently I am working on a Arduino project, with an arduino and a TMC5160 Stepper Driver.
The goal of this projcet is, to let a Nema 23 Stepper turn in both directions. Easy as that…