USB to ESP8266 Serial Module TTL Wifi ESP-01 CH340G Development Board Adapter -US$1.90 https://fr.aliexpress.com/item/USB-to-ESP8266-Serial-Module-TTL-Wifi-ESP-01-CH340G-Development-Board-Adapter/32861757279.html?spm=a2g0w.10010108.1000016.1.1c0c3146iUU4XR&isOrigTitle=true
Broken SD Card Guide
Broken MicroSD slot on Raspberry Pi 3 https://raspberrypi.stackexchange.com/questions/63106/broken-microsd-slot-on-raspberry-pi-3 Micro SD card slot on Pi 2 https://raspberrypi.stackexchange.com/questions/45700/micro-sd-card-slot-on-pi-2 Corrupt SD card — guide Mon Nov 30, 2015 3:05 pm https://www.raspberrypi.org/forums/viewtopic.php?t=127512 How to Repair a […]
GPS Modules
S1216 Family GNSS Module Data Sheet – SkyTraq 2014nov18 Click to access S1216V8_v0.9.pdf — Ezvid Wiki Reviews Computer Accessories Updated January 19, 2018 by Josh Darling https://wiki.ezvid.com/best-arduino-gps-modules The 6 Best Arduino GPS […]
SR04 program
import RPi.GPIO as gpio import time def distance(measure=’cm’): try: gpio.setmode(gpio.BOARD) gpio.setup(12, gpio.OUT) gpio.setup(16, gpio.IN) gpio.output(12, False) while gpio.input(16) == 0: nosig = time.time() while gpio.input(16) == 1: sig = time.time() tl = […]
US-100 Ultrasonic sensor – myscratchbooks https://sites.google.com/site/myscratchbooks/home/projects/project-09-ultrasonic-sensor Using US-100 in Serial Data Mode: Select the operating mode of the US-100 Ultrasonic Distance Sensor by using the jumper on the back of the module. […]
ph testing notes
calibrate PH-4502C pH meter Ask Question 0 I have a pH meter (DIY-4502C) hooked up with Raspberry Pi. However, the instruction to calibrate is in Chinese and seems outdated (https://www.diymore.cc/collections/ph-value-detect-sensor/products/diymore-liquid-ph-value-detection-detect-sensor-module-monitoring-control-for-arduino-m). Does anybody […]
MPU9250
Adafruit 9-DOF or other accelerometer/magnetometer/gyroscope sensor for Raspberry PI 2/3 with Windows IoT Ask Question 1 1 I’m really new to both Raspberry and the whole electronics world: I’m experimenting with the […]
imu notes
Adafruit 9-DOF or other accelerometer/magnetometer/gyroscope sensor for Raspberry PI 2/3 with Windows IoT Ask Question 1 1 I’m really new to both Raspberry and the whole electronics world: I’m experimenting with the […]
latch up notes
Reading Output signal from external circuit using Rpi GPIO Pin Ask Question 0 I am trying to read a signal coming from an external circuit thru the use of raspberry pi’s gpio. […]
AD8232 ECG Problem
Raspberry Pi 3B+ interface with Heart Monitor AD8232 using MCP3008 and SPI pins Ask Question 1 I am making a project of Real-time ECG monitoring device using Raspberry Pi 3B+, Heart monitor AD8232 […]
