https://github.com/getlarge/nodewebcam
Send pictures through https post, based on ESP8266 and Arducam
https://github.com/getlarge/nodewebcam
Last synced: about 1 year ago
JSON representation
Send pictures through https post, based on ESP8266 and Arducam
- Host: GitHub
- URL: https://github.com/getlarge/nodewebcam
- Owner: getlarge
- Created: 2017-12-20T10:48:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T10:49:53.000Z (over 8 years ago)
- Last Synced: 2025-02-14T06:51:17.607Z (over 1 year ago)
- Language: Arduino
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODE WEBCAM
## Requirements
Arduino IDE - download the latest from arduino
- https://www.arduino.cc/en/Main/Software
Packages for ESP8266 and ArduCAM development on Arduino IDE
- http://www.arducam.com/downloads/ESP8266_UNO/package_ArduCAM_index.json
following libraries are required :
- ArduCAM
- ArduinoJson
- FS
- Pubsubclient
- WifiManager
## Installation
```
git clone https://github/getlarge/NodeWebcam.git
```
Edit Arduino/libraries/ArduCAM/memorysaver.h to :
```
#define OV2640_MINI_2MP
```
Then in `config.h` file you may edit the following :
- Protect the acces point
```
char ap_pass[30]="yourpassword",
```
## Usage
- Open any .ino file of the folder with Arduino IDE
- Edit your preferences
- Set resetConfig to true, to make FS format and wifiManager resetting
- Upload the code on your ESP8266 board
## Reference
- resolutions:
- 0 = 160x120
- 1 = 176x144
- 2 = 320x240
- 3 = 352x288
- 4 = 640x480
- 5 = 800x600
- 6 = 1024x768
- 7 = 1280x1024
- 8 = 1600x1200
## Dev
Go to the dev branch for the latest and unstable development