This is an E-Ink raw display, 4.2inch, 400×300 resolution, with embedded controller, communicating via SPI interface, supports red, black, and white three-color display.
Due to the advantages like ultra low power consumption, wide viewing angle, clear display without electricity, it is an ideal choice for applications such as shelf label, industrial instrument, and so on.
No backlight, keeps displaying last content for a long time even when power down
Ultra low power consumption, basically power is only required for refreshing
Comes with development resources and manual (driver board schematic, examples for Raspberry Pi/Arduino/STM32)
To connect with the cloud, you need to gather three identifier:
userShortId: the short identifier of you
deviceShortId: the short identifier of your device
deviceKey: the secret key of your device
Step 3
Create a new Arduino sketch, copy-paste the following code and replace the ssid, the password, the userShortId, the deviceShortId and the deviceKey with your Wifi credentials and your device’s values:
Compile the sketch and put it to the device with the old common way., the first firmware installation is inevitable. Also, you need to find the compiled firmware binary, but it is an easy task:
Sketch - Export compiled Binary (Ctrl-Alt-S)
Sketch - Show Sketch Folder (Ctrl-K)
Step 5
Upload the firmware binary to your Firmware storage:
Step 6
Set the Device firmware version field of your device:
Step 7
Your device will periodically check to see if its own version and the set version match; if so, then nothing will happen. If the two versions are different, it will reboot and update itself to what you specified in the Device firmware version field.
6288: {check(ota_version):72} - ENTRY
6292: {check(ota_version):75} - Send request to the cloud: http://api.iotguru.live/firmware/check/xxxxxxxxxxxxxxxxxxxxxx/example-1.0.0
6402: {check(ota_version):84} - Response received from the cloud (status code 304)
6402: {check(ota_version):86} - EXIT
Quantum Mini Linux Development Kit consists of a SoM (System on Module) and an Allwinner H3, Quad-core Cortex-A7 CPU running at 1GHz and an expansion board with rich peripherals and interfaces.
Ultra-small (31mmx22mm) and highly integrated Linux development board
Expansion board with rich peripherals and interfaces for project expandability
Integrates a complete ARM-Linux system for advanced development
Ability to design your own baseboard due to the M.2 interface
We are creating a device that measures soil moisture, based on a WEMOS D1 mini and a Capacitive Soil Moisture sensor.
With cloud integration the measurement of the sensor sent to the IoT Guru Cloud, where we get fancy graphs and we can set a warning that we need to watering the plant.
Supplies:
WEMOS D1 mini
Capacitive Soil Moisture sensor
Step 1
The Capacivite Soil Moisture sensor has three pin:
Ground
Vcc
Analog output
You can connect this pins to the WEMOS D1 mini in same order:
D5
D0
A0
Step 2
The source code is contains an IoT Guru Cloud integration, you can check out our Tutorials about the integration. You will need:
userShortId
deviceShortId
deviceKey
nodeShortId
fieldName
Step 3
The code will send an analogue measurement in every one minute. Compile it and upload the firmware to your WEMOS D1 mini.
The RS485 Board (3.3V) is an accessory board used for adding the RS485 transceiver to your application board.
The RS485 Board (3.3V) features a SP3485 onboard, integrates pinheaders and connectors to support multiple communication interfaces. It is designed to use 3.3V power supply.
WT32-SC01 is an ESP32 Development board with a 3.5-inch color touch screen. The touch screen enables a new way of interacting with the ESP32. The board is equipped with a graphical user interface (GUI) firmware, which supports graphical drag-and-drop programming and helps users develop a customized control platform.
Highly integrated ESP32-WROVER-B module with low power consumption
3.5-inch 320×480 capacitive 2-point multi-touch screen for easy interactions
Easy to program using the graphical drag-and-drop programming
Wireless connectivity with Wi-Fi and BLE
Customize functions such as button operation, voice control, and camera operation through the expansion interfaces
WT32-ETH01 is an embedded serial to Ethernet module based on the ESP32 series WT32-S1 MCU. The module integrates an optimized TCP/IP protocol stack, which is convenient for users to easily complete the networking functions of embedded devices while reducing development time cost. In addition, the module is compatible with half-pad and through-hole connectors. The board width is a universal width and therefore, it can be directly soldered to boards, connectors, or even breadboards, which is convenient for users to use in different scenarios.
Support complete TCP/IP protocol stack
Rich wireless communication interface
Multiple working modes using through holes and half-pads
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok