- nordic nrf51802_qfaa processor (16k ram, 256k flash)
- 16MHz crystal oscillator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Downloading QCA9377 firmware..." | |
# qca9377-sdio-wifi firmware | |
mkdir -p /lib/firmware/ath10k/QCA9377/hw1.0/ | |
cd /lib/firmware/ath10k/QCA9377/hw1.0/ | |
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ath10k/QCA9377/hw1.0/board.bin | |
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ath10k/QCA9377/hw1.0/board-2.bin | |
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ath10k/QCA9377/hw1.0/firmware-sdio-5.bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jens@mars:/tmp/explor$ fdtdump -s boot.img | |
**** fdtdump is a low-level debugging tool, not meant for general use. | |
**** If you want to decompile a dtb, you probably want | |
**** dtc -I dtb -O dts <filename> | |
boot.img: found fdt at offset 0x776800 | |
/dts-v1/; | |
// magic: 0xd00dfeed | |
// totalsize: 0x59ba (22970) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### new procedure for CRMPoint -> Unifi Network Controller conversion | |
## install latest crmpoint fw per: | |
## https://community.ui.com/questions/Installing-airControl-on-CRM-Point/a4f1fdcd-114a-4c06-a842-e56eff486570 | |
# login via ssh | |
# change root/ubnt password | |
passwd | |
# stop and disable old services | |
for SERVICE in aircontrol postgresql infctld; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
''' | |
script to upload firmware to FlashForge Dreamer (or PowerSpec Ultra3D) printers | |
''' | |
import usb | |
import hashlib | |
printer = usb.core.find(idVendor=0x2b71) | |
CONTROL_EP = 0x01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install latest crmpoint fw per: | |
https://community.ui.com/questions/Installing-airControl-on-CRM-Point/a4f1fdcd-114a-4c06-a842-e56eff486570 | |
# login via ssh | |
# change root/ubnt password | |
passwd | |
# fix jessie backports repo | |
echo "deb http://archive.debian.org/debian jessie-backports main" >> /etc/apt/sources.list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" reads and parses sensor data from ypyt cloud for given device token """ | |
# see https://github.com/xoseperez/espurna/issues/1644 for more context | |
import json | |
import os | |
import sys | |
import paho.mqtt.client as mqtt | |
import time as t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
worker_processes 1; | |
error_log logs/error.log; | |
events { | |
worker_connections 1024; | |
} | |
stream { | |
lua_shared_dict config 10m; |
- nordic nrf51822_qfaa processor (16k ram, 256k flash)
- 32MHz crystal oscillator
- oled, ssd1306, i2c, 64 x 48 ?
- GT20L16P1Y, SPI, unicode charset graphic rom?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID115 | |
settings write on uuid 0x0af6 to device: | |
responses read on uuid 0x0af7 (notify?) | |
------ | |
startup - scan: | |
> 0204 | |
< Value: 0204f2fc581240a6 | |
> Value: 0202 | |
< Value: 02025b0a8f01076d6b050f06 |
NewerOlder