This commit is contained in:
Stavros Korokithakis 2021-05-26 01:07:31 +03:00
parent 782e1d7516
commit b1eaf2ac88
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -13,10 +13,16 @@ This is a bunch of miscellaneous info that wouldn't fit anywhere else:
What you can do for the other ground wire, though, is twist it around the signal wire and only connect it to the FC side, to reduce emissions.
If you have coaxial cable, you can do the same, connect the outer shielding to the FC's ground, and don't connect the other side anywhere, and use the core as signal.
- If you want to embed knurled nuts in foam so you can use screws, use a soldering iron. Set the iron to 150 C, put the nut on the tip of the iron, and push the nut into the foam. It will slowly melt the foam and embed itself quite firmly. Don't use a higher temperature or you'll open a larger hole and the nut won't fit snugly.
- This is the command I used to flash an ESP8285 M3 with [esp-link](https://github.com/jeelabs/esp-link/):
```
esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash -fs 1MB -fm dout \
0x00000 boot_v1.7.bin 0x1000 user1.bin \
0xFC000 esp_init_data_default.bin 0xFE000 blank.bin
```
* * *
<p style="font-size:80%; font-style: italic">
Last updated on May 14, 2021. For any questions/feedback,
Last updated on May 26, 2021. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>