Skip to content

Instantly share code, notes, and snippets.

View Sheimy's full-sized avatar

Ahmed Sheimy Sheimy

View GitHub Profile
@Sheimy
Sheimy / can-packages-and-tools.md
Created December 24, 2023 08:50 — forked from jackm/can-packages-and-tools.md
Collection of CAN bus packages and tools

Collection of CAN bus packages and tools

This document assumes the use of Linux as the chosen development platform. Items in bold are highly recommended.

It is recommended to use SocketCAN when working with CAN bus on Linux. It is supported by the Linux kernel mainline and follows the Linux interface model, allowing you to use other network tools such as Wireshark. This also allows the creation of virtual CAN interfaces where no physical hardware is required to simulate or replay CAN messages.

@Sheimy
Sheimy / TOPIN ZX903 GPS
Last active July 2, 2024 13:13 — forked from emilio-martinez/alibaba-vendor.md
Topin 365GPS Server config
365GPS office address
Contact: Erik Liu
Address: 505 Block B, Donglian Building, Chuangye Second Road, Baoan District, Shenzhen, Guangdong, China(广东省深圳市宝安区创业二路东联大厦B座505,洪浪北地铁站旁)
Mobile/ wechat/ whatsapp: +86-13480999031
Alibaba: 365gps.en.alibaba.com
Skype: topin.sales
E-mail: topin.sales3@qq.com
=============================================================
Hi
@Sheimy
Sheimy / esp8266-amg8833.ino
Last active April 2, 2020 12:17 — forked from NeoCat/esp8266-amg8833.ino
ESP8266 + AMG8833 WebSocket-based Viewer
// ESP8266 Pins
// 4(SDA) --- AMG8833 SDA
// 5(SCL) --- AMG8833 SCL
// 13 --- LED (Anode) via 100ohm
#include <pgmspace.h>
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <WebSocketsServer.h>
@Sheimy
Sheimy / send_firebase_notification.php
Last active January 24, 2020 09:48 — forked from prime31/gist:5675017
Simple PHP script showing how to send an Android push notification. Be sure to replace the API_ACCESS_KEY with a proper one from the Google API's Console page. To use the script, just call scriptName.php?id=THE_DEVICE_REGISTRATION_ID
<?php
// API access key from Google API's Console
define( 'API_ACCESS_KEY', 'AAAAyql**********************************WrKqD905aAdie-**********************E3bkVcmXV4iP_33nm0hO' );
$registrationIds = array( $_GET['id'] );
// prep the bundle
$msg = array