Search found 42 matches

by jacobli
Mon Oct 18, 2021 10:08 am
Forum: Off topic
Topic: charging lipo batteries
Replies: 25
Views: 16033

Re: charging lipo batteries

I was using an LCD that came with a lithium battery, and I was wondering if this lithium battery was rechargeable?
IMG_5184.JPG
IMG_5184.JPG (87.24 KiB) Viewed 4058 times
by jacobli
Mon Oct 18, 2021 9:56 am
Forum: Projects
Topic: Tic-tac-toe Game Based on STM32
Replies: 5
Views: 15838

Re: Tic-tac-toe Game Based on STM32

code sharing /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include "Uart.h" #include "string.h" #include "ws2812.h" #include "IWDG.h" RGB_COLOR USER_RGB_COLOR; unsigned char TX_Mode = 1;...
by jacobli
Mon Oct 18, 2021 9:55 am
Forum: Projects
Topic: Tic-tac-toe Game Based on STM32
Replies: 5
Views: 15838

Tic-tac-toe Game Based on STM32

Summary Tic-tac-toe is a game played on a 3 by 3 grid, similar to gobang. It gets its name because the board generally does not draw borders and the grid lines are arranged into tic-tac-toe. The tools needed for the game are only paper and pen. Then, two players representing O and X take turns to l...
by jacobli
Mon Oct 18, 2021 9:44 am
Forum: Ideas & suggestions
Topic: What is Arduino?
Replies: 5
Views: 12085

Re: What is Arduino?

Arduino is an open source platform for building electronic projects. Arduino consists of a physical programmable board and software, or an IDE (Integrated Development Environment) running on your computer, for writing computer code and uploading it to the physical board.
by jacobli
Wed Sep 22, 2021 9:37 am
Forum: IDE's
Topic: Can VS2019 and VS2013 coexist?
Replies: 1
Views: 1787

Can VS2019 and VS2013 coexist?

VS2019 and VS2013, I have VS2013 on my computer, can I install the 2019 version? Will vs2013 continue to work after installing vs2019?
by jacobli
Wed Sep 22, 2021 9:31 am
Forum: Projects
Topic: STM32 and relay module to control smart home appliances
Replies: 2
Views: 3819

STM32 and relay module to control smart home appliances

This project shows how to use STONE display screen, STM32 MCU, relay module. The aim of the project is to be able to control home appliances through the STONE display as a human-computer interface. STONE 8-inch TFT LCD https://community.st.com/sfc/servlet.shepherd/version/renditionDownload?rendition...
by jacobli
Wed Aug 25, 2021 5:45 am
Forum: General discussion
Topic: Which is better for network communication, the STM32F429 or the STM32F407?
Replies: 2
Views: 1781

Which is better for network communication, the STM32F429 or the STM32F407?

Which is better for network communication, STM32F429 or STM32F407? I would like to ask for your opinion, and is it possible to use DMA transfer? Or maybe any other good solutions?
by jacobli
Wed Aug 25, 2021 5:41 am
Forum: Projects
Topic: Stduino learning - 3 color LED module
Replies: 2
Views: 2065

Re: Stduino learning - 3 color LED module

What you say makes perfect sense, thanks for the correction!
I'll try it as you said!
by jacobli
Wed Aug 25, 2021 5:38 am
Forum: IDE's
Topic: How to call vs2010 libs in vs2013
Replies: 0
Views: 2254

How to call vs2010 libs in vs2013

Please tell me how to call the lib file generated by vs2010 in vs2013, because there is no source code, only header file, and lib file, so I can't regenerate the lib for vs2013 version.

Go to advanced search