This post is about using Raspberry Pi and HC-SR505 PIR sensor to record surveillance images and videos.The 1st script uses the SD card as a
Author: AnthonyC
Using an array as a function parameter in C++
Passing an array as a parameter in C++ function (fn) will result the passed array to become a pointer to the index 0 element (
Array Rotation in Python
One of the method: Cut out the number of elements to be rotated, and combining with the remaining elements in the array by placing the
C/C++ programming links
Steps for VS code to run C/C++ program (https://code.visualstudio.com/docs/cpp/config-mingw) When C is ok with VS code and C++ is not, problem with ‘std’ (https://stackoverflow.com/questions/10906275/undefined-reference-to-stdios-baseinitinit)
ESP8266 Weather Station – Getting your weather report
I bought a starter guide by Daniel Eichhorn which teaches you how to set up a weather report station using ESP8266 microcontroller, 128×64 OLED display
