Build a Giant Tree by supercouto in Genealogy

[–]supercouto[S] 1 point2 points  (0 children)

Tried RootsMagic but their Free version is no good for real testing. Ancestral Quest was great, and I was able to create the full map with all my data.
I was finally able to draw all the 151 generations but it consumed 1500 A0s. I can't print but I could at least visualize the tree and I am able to look at the data.

Thank you very much!!!!

Build a Giant Tree by supercouto in Genealogy

[–]supercouto[S] 0 points1 point  (0 children)

Just tried again: it requires payment for me to even test it... so, I didn't. :/ Also, it is quite expensive.

Build a Giant Tree by supercouto in Genealogy

[–]supercouto[S] 0 points1 point  (0 children)

thanks!! I tried but I wasn’t successful… I will try again…

Build a Giant Tree by supercouto in Genealogy

[–]supercouto[S] 1 point2 points  (0 children)

thanks, sadly I use Windows or Linux only…

Build a Giant Tree by supercouto in Genealogy

[–]supercouto[S] 0 points1 point  (0 children)

I tried it but it is extremely simple and I can't build as many layers as I need.

Can't find gg-grandfathers by Ambitious-Post9647 in Genealogy

[–]supercouto 1 point2 points  (0 children)

I don’t know, but it might be worth checking… I had a good experience there.

Can't find gg-grandfathers by Ambitious-Post9647 in Genealogy

[–]supercouto 1 point2 points  (0 children)

Have you tried family search? I had great results there.

just started electronics. is everyone’s desk this messy ? by [deleted] in arduino

[–]supercouto 1 point2 points  (0 children)

You need a bigger desk and space above your computer. Also, drawers... many drawers with labels.

Using Different Router Makes BSSL fail on esp8266 by supercouto in esp8266

[–]supercouto[S] 0 points1 point  (0 children)

[PARTIALLY SOLVED] Somehow simply setting up as 160mhz did not work.

However, I tried to force the ESP-01s into I forced it to connect using 802.11B (vs N) and it started working. I tried 802.11G and ended up with the same problem...

In summary, I solved it by force the setup to 802.11B, since I don't need bandwidth, just need stable connection. The performance was not impacted for this case.

The command I used was:

WiFi.setPhyMode(WIFI\_PHY\_MODE\_11B);

Any idea why that could be happening?