Skip to content

Instantly share code, notes, and snippets.

View JuanM04's full-sized avatar

Juan Martín Seery JuanM04

View GitHub Profile
@JuanM04
JuanM04 / raspberry.md
Created April 19, 2022 20:27
Headless Raspberry Pi

Headless Raspberry Pi Setup

  1. Flash a copy of Raspberry Pi OS into a MicroSD (you can use Etcher).
  2. Go to the boot drive (with Ubuntu, it's in /media/$USER/boot).
  3. Create an empty ssh file with no extension.
  4. And finally, create a wpa_supplicant.conf file with this data:
country=AR
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
@JuanM04
JuanM04 / CMakeLists.txt
Last active May 9, 2025 23:36
Configuración de CMake para AVR
##################################################################################
# Configuración de CMake para proyectos de AVR
# Intenta emular el comportamiento de Microchip Studio
#
# Referencias:
# https://www.kuon.ch/post/2018-07-11-avr-cmake/
# https://github.com/mkleemann/cmake-avr/tree/642828d406e76a875ed2227309f3bf962fa7feaf
#
# Inicialzación de CMake:
# - Para crear una salida de debug: