WINDA PROJECT

所属分类:单片机开发
开发工具:C++ Builder
文件大小:546KB
下载次数:0
上传日期:2021-04-01 02:07:56
上 传 者Hamdi75
说明:  Face recognition with opencv and arduino based

文件列表:
WINDA PROJECT\absensi_finger\absensi_finger.ino (11016, 2020-07-17)
WINDA PROJECT\fingerprint\fingerprint.ino (2709, 2020-07-09)
Sim800l-master\examples\getTimeRTC\getTimeRTC.ino (1742, 2018-12-27)
Sim800l-master\examples\readSms\readSms.ino (1576, 2018-12-27)
Sim800l-master\examples\readSmsAndFilterNumber\readSmsAndFilterNumber.ino (2905, 2018-12-27)
Sim800l-master\examples\sendSms\sendSms.ino (1570, 2018-12-27)
Sim800l-master\examples\updateRtcWithGSM\updateRtcWithGSM.ino (1817, 2018-12-27)
Sim800l-master\images\power_supply.png (8384, 2018-12-27)
Sim800l-master\images\RESET.png (19597, 2018-12-27)
Sim800l-master\keywords.txt (891, 2018-12-27)
Sim800l-master\Sim800l.cpp (7931, 2018-12-27)
Sim800l-master\Sim800l.h (2365, 2018-12-27)
Sim800l-master\_config.yml (26, 2018-12-27)
WINDA PROJECT\SMS\SMS.ino (1318, 2020-07-17)
Sim800l-master\examples\getTimeRTC (0, 2018-12-27)
Sim800l-master\examples\readSms (0, 2018-12-27)
Sim800l-master\examples\readSmsAndFilterNumber (0, 2018-12-27)
Sim800l-master\examples\sendSms (0, 2018-12-27)
Sim800l-master\examples\updateRtcWithGSM (0, 2018-12-27)
Sim800l-master\examples (0, 2018-12-27)
Sim800l-master\images (0, 2018-12-27)
Sim800l-master (0, 2018-12-27)
WINDA PROJECT\absensi_finger (0, 2020-07-17)
WINDA PROJECT\fingerprint (0, 2020-07-17)
WINDA PROJECT\SMS (0, 2020-07-17)
WINDA PROJECT (0, 2020-07-20)
WINDA PROJECT\Absensi_Finger_Untuk_Video\Absensi_Finger_Untuk_Video.ino (11087, 2020-07-20)
WINDA PROJECT\face recognition\face_detection.py (797, 2020-07-08)
WINDA PROJECT\face recognition\haarcascade_frontalface_default.xml (930127, 2020-07-08)
WINDA PROJECT\face recognition\komunikasi.py (116, 2020-07-09)
WINDA PROJECT\face recognition\test_wajah.py (488, 2020-07-08)
WINDA PROJECT\face recognition\user1.jpg (59115, 2020-07-13)
WINDA PROJECT\face recognition\user2.jpg (110092, 2020-07-13)
WINDA PROJECT\face recognition\user3.jpg (105134, 2020-07-13)
WINDA PROJECT\face recognition\user4.jpg (116942, 2020-07-13)
WINDA PROJECT\face recognition\wajah.py (5104, 2020-07-20)
WINDA PROJECT\Absensi_Finger_Untuk_Video (0, 2020-07-20)
WINDA PROJECT\face recognition (0, 2020-07-20)
... ...

## Library SIM800l Module for Arduino UNO The Purpose of This library is to use the module in the most easy way and transparent. Website: [Sim800l library](https://cristiansteib.github.io/Sim800l) ## Download and Install. Go to [Releases](https://github.com/cristiansteib/Sim800l/releases) click the " Source Code (zip) " button, then rename the uncompressed folder to **Sim800l**. Check that the *Sim800l* folder contains Sim800l.cpp and Sim800l.h Go to arduino IDE Sketch >> Import Library >> add library... Select the folder Sim800l OR Place the Sim800l library folder your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE. ## Connections & pinouts Arduino Uno | Sim800l | Notes -------------|-------------|------------ +5v| (3.8v)~(4.4v)!| Power supply input 10 RX_PIN | TX | 11 TX_PIN | RX | 2 RESET_PIN | RST| Reset Pin GND | GND | ## Methods and functions Name|Return|Notes :-------|:-------:|:-----------------------------------------------:| begin()|None|Initialize the library reset()|None|Reset the module,and wait to Sms Ready. sendSms(number,text)|true or false|parameters must be Strings. readSms(index)|String|index is the position of the sms in the prefered memory storage getNumberSms(index)|String|returns the number of the sms. delAllSms()|true or false|Delete all sms answerCall()|true or false| callNumber(number)|None| hangoffCall()|true or false| getCallStatus()|uint8_t|Return the call status, 0=ready,2=Unknown(),3=Ringing,4=Call in progress setPhoneFunctionality()|None|Set at to full functionality activateBearerProfile()|None| deactivateBearerProfile()|None| RTCtime(int *day,int *month, int *year,int *hour,int *minute, int *second)|None| Parameters must be reference ex: &day dateNet()|String|Return date time GSM updateRtc(utc)|true or false|Return if the rtc was update with date time GSM. ____________________________________________________________________________________ You can regulate the voltage to the desired with this, is not the best, but for start it's easy. ![alt text](https://github.com/cristiansteib/Sim800l/blob/master/images/power_supply.png "LM317") For the **reset pin** they need NPN transistor, this is an example circuit that you can use. ![alt text](https://github.com/cristiansteib/Sim800l/blob/master/images/RESET.png "reset_circuit")

近期下载者

相关文件


收藏者