Skip to content

Instantly share code, notes, and snippets.

View mhanuel26's full-sized avatar

Manuel Iglesias Abbatemarco mhanuel26

View GitHub Profile
@mhanuel26
mhanuel26 / install_ruby_rpi.sh
Last active October 31, 2020 08:18 — forked from blacktm/install_ruby_rpi.sh
A Bash script to install Ruby 2.6 on the Raspberry Pi (Raspbian)
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby 2.6 using rbenv/ruby-build on the Armbian (Olimex A20)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/mhanuel26/616c67b17b962820ed3f2c1822d91b2f/raw/e6061c88854663978fe3141ba82af53e3276c5ca/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Welcome message
@mhanuel26
mhanuel26 / testscript.m
Created March 17, 2020 18:05
Matlab script to communicate with RSL10 and get sensor values
% a clean start
clear all;
pause on;
% list all bluetooth devices
list = blelist;
% Address is the Bluetooth device address
% Address = "E5FFFF221194"; RSL10 Eval board
Address = "60C0BF2891E6"; %RSL10 SENS baord