Skip to content

Instantly share code, notes, and snippets.

View antono's full-sized avatar
Focusing

Antono Vasiljev antono

Focusing
View GitHub Profile
CH1 is at 2.413G, format is 250kbps FSK.
All packet bits are inverted wrt nRF24L01+.
=> TODO: Invert every byte before sending via nRF24L01+!!!
<PACKET>:
0xAA 0xAA 0xAA 0xAA 0xC3 0x68 0xC3 0x68 <PAYLOAD>
<PAYLOAD>:
<CONTROL>
@antono
antono / fedora_rtl8812au.md
Created January 3, 2022 11:40 — forked from gengwg/fedora_rtl8812au.md
Fedora install rtl8812au driver for Realtek Wifi Dongle

Tested on Fedora 32.

sudo dnf groupinstall "Development Tools"
sudo dnf install dkms
git clone https://github.com/gnab/rtl8812au.git
sudo dkms build 8812au/4.2.2
sudo dkms install 8812au/4.2.2
sudo modprobe 8812au
@antono
antono / ЦитатникИпешника.md
Last active October 26, 2016 09:41
Соль земли и Мудрость старцев - без регистрации и SMS (только по инвайтам)
  • Alexei Gusev
    • Себе то не гони !!!
  • Pavel Gabriel
    • Нехватило недели..., теперь страшно смотреть.
    • микросервис у нас 1 :D
  • Alexander Randa
    • когда ищешь работу, никому никто не нужен.
  • Andrey Martyanov
    • Типичная хуйня в айти.
  • Anton Shemerey
@antono
antono / clojure api for google+.clj
Created October 24, 2011 23:48 — forked from anonymous/clojure api for google+.clj
clojure api for google+
(filter
(fn [user]
(let [langs-of-posts (map google.translate/guess-language
(google.plus/get-user-posts user))]
(and
(pos? (count langs-of-posts))
(every? #(#{:be :en :eo :ja :ru :uk} %) langs-of-posts)) ))
(google.plus/select-users-by-cirle "esperanto"))