This commit is contained in:
Stavros Korokithakis 2021-01-04 13:59:06 +02:00
parent c648eae08a
commit d3a551f7d2
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63
15 changed files with 89 additions and 13 deletions

View File

@ -10,4 +10,7 @@ These are general tips for building RC planes/quads/whatever:
* * *
*Last updated on November 30, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 30, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -16,4 +16,7 @@ To break this out to the SBUS pad, I had to remove/bridge the resistor that is c
* * *
*Last updated on November 24, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 24, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -19,4 +19,7 @@ On firmware 2.1.0 FPort, I actually got the uninverted FPort signal on the CPPM
* * *
*Last updated on November 24, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 24, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -33,4 +33,7 @@ Adding a piece of black, porous foam (so wind can pass through) over the baromet
* * *
*Last updated on January 01, 2021.*
<p style="font-size:80%; font-style: italic">
Last updated on January 01, 2021. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -12,4 +12,7 @@ Now the servos' 5V rail can be powered from another 5V supply to avoid servo cur
* * *
*Last updated on November 24, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 24, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -10,4 +10,7 @@ This is the pinout of the Omnibus F4 V3:
* * *
*Last updated on November 24, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 24, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -20,4 +20,7 @@ It's illustrated in this photo:
* * *
*Last updated on November 24, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 24, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -45,4 +45,7 @@ There is more info on StackOverflow: [Selecting a switching transistor for a 5V
* * *
*Last updated on December 13, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on December 13, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -30,4 +30,7 @@ I hope this guide has helped you, feel free to share it with your friends.
* * *
*Last updated on November 20, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 20, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -68,4 +68,7 @@ These notes are a condensed version of the [FT Arrow build video](https://www.yo
* * *
*Last updated on November 27, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 27, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -56,4 +56,7 @@ Notes:
* * *
*Last updated on November 27, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 27, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -0,0 +1,11 @@
+++
title = "Software"
weight = 5
sort_by = "weight"
insert_anchor_links = "right"
+++
## Contents
Click on a link in the list below to go to that page:
1. [Monero GUI syncing stuck with Ledger](../../software/monero-gui-syncing-stuck-with-ledger)

View File

@ -0,0 +1,26 @@
+++
title = "Monero GUI syncing stuck with Ledger"
weight = 0
sort_by = "weight"
insert_anchor_links = "right"
+++
This is about the Monero desktop GUI, but probably also applies to Monerujo.
If you're trying to sync the blockchain with your Ledger device, you might be getting the conflicting messages of "Waiting for daemon to sync" and "Daemon is synchronized", which then just stays there forever and doesn't move.
You may see something like this in the log:
```
ERROR wallet.wallet2 src/wallet/wallet2.cpp:3449 Error parsing blocks: Unable to send hidapi command. Error 128: Unknown error
ERROR wallet.wallet2 src/wallet/wallet2.cpp:3512 pull_blocks failed, try_count=3
```
These errors are caused by the Ledger not being connected. You need to leave the Ledger connected throughout the syncing, as apparently the node needs some info from it and won't notify you if it's not there. It also doesn't seem to work if you disconnect and then connect the wallet afterwards.
Letting the Ledger go to the screen saver or lock appears safe, at least with the Nano X I tried. Just leave it connected, and it'll sync fine.
* * *
<p style="font-size:80%; font-style: italic">
Last updated on January 04, 2021. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -18,4 +18,7 @@ Otherwise, enjoy my notes!
* * *
*Last updated on November 20, 2020.*
<p style="font-size:80%; font-style: italic">
Last updated on November 20, 2020. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -137,7 +137,10 @@ insert_anchor_links = "right"
* * *
*Last updated on {note.updated_time:%B %d, %Y}.*
<p style="font-size:80%; font-style: italic">
Last updated on {note.updated_time:%B %d, %Y}. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>
"""
)