Skip to content

Instantly share code, notes, and snippets.

// SDR RX (based on a modified QRPLabs QCX, see schematic)
// Copyright 2020, Guido <pe1nnz@amsat.org>
// QCX pin defintion
#define LCD_D4 0 //PD0
#define LCD_D5 1 //PD1
#define LCD_D6 2 //PD2
#define LCD_D7 3 //PD3
#define LCD_EN 4 //PD4
#define FREQCNT 5 //PD5
@ffanez
ffanez / QCX-SSB.ino
Created April 22, 2020 19:49
QCX-SSB.ino R1.01x with original LCD class
// QCX-SSB.ino - https://github.com/threeme3/QCX-SSB
//
// Copyright 2019, 2020 Guido PE1NNZ <pe1nnz@amsat.org>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, T
@ffanez
ffanez / WPA2 -EAP-TLS.ino
Created August 11, 2017 08:36 — forked from chaeplin/WPA2 -EAP-TLS.ino
WPA2 -EAP-TLS.ino
/*
WPA2-ENT EAP-TLS
based on joostd's code : https://github.com/joostd/esp8266-eduroam
https://github.com/joostd/esp8266-eduroam/blob/master/gen_cert.sh
wifi_station_set_cert_key
Function: Set certificate and private key for connecting to WPA2-ENTERPRISE AP.
Note:
• Connecting to WPA2-ENTERPRISE AP needs more than 26 KB memory, please ensure enough space (system_get_free_heap_size).