I hereby claim:
- I am bshambaugh on github.
- I am bshambaugh (https://keybase.io/bshambaugh) on keybase.
- I have a public key ASBtdJRT98MfsrE4TecWbTTPLlZfrpuMDcsfdy4434OtwQo
To claim this, I am signing this object:
| https://www.hostinger.com/support/how-to-install-openclaw-on-hostinger-vps/ | |
| https://github.com/sodofi/openclaw-onchain-quickstart | |
| https://github.com/sodofi/awesome-onchain-agents | |
| myclaw.ai, openclaw.ai, https://ethskills.com/ | |
| learn how to write better prompts | |
| Master the Perfect ChatGPT Prompt Formula (in just 8 minutes)! -> https://www.youtube.com/watch?v=jC4v5AS4RIM | |
| Give Me 18 Minutes and I’ll Make you Dangerously Smart (with AI) --> https://www.youtube.com/watch?v=A8_nNYLTXEQ | |
| somewhat related: https://github.com/VibeCodingNights/information-primitives |
| @jeffreydunaway and @LokiMetaSmith meet each other. I am open to faciliting discussion, either in text or audio or video. |
| I am trying to use a pro micro nrf52840 nice nano with E22-900T22D, but I have heard that Meshtastic does not support UART due to lack of support in radiolib. Is there a way to modify the Meshtastic firmware to support this setup? | |
| Most relevant references: | |
| Transciever Manual [1] https://github.com/bricomp/EBYTE_E22/blob/main/E22-900T22D_UserManual_EN_v1.3.pdf | |
| Board Definition and Variants for running pro micro nrf52840 nice nano with platformIO [2] https://github.com/ICantMakeThings/Nicenano-NRF52-Supermini-PlatformIO-Support | |
| Meshtastic candidate variant [2a] https://github.com/meshtastic/firmware/tree/106a052950ffbb34a6365f17eb87a7a0ca98239a/variants/nrf52840/diy/nrf52_promicro_diy_xtal | |
| Meshtastic candidate board defintion [2b] https://github.com/meshtastic/firmware/blob/106a052950ffbb34a6365f17eb87a7a0ca98239a/boards/promicro-nrf52840.json | |
| Connections: | |
| E22-900T22D pro micro nrf52840 |
| https://www.youtube.com/watch?v=qoAPRBonXG8 (NanoVNA v2 Unboxing) | |
| https://www.youtube.com/watch?v=_pjcEKQY_Tk (#359 How to properly use a NanoVNA V2 Vector Network Analyzer & Smith Chart (Tutorial)) |
| https://hackaday.io/project/202154-meshtastic-diy-how-to-build-your-own-meshtastic/details | |
| https://github.com/meshtastic/firmware/issues/926 | |
I hereby claim:
To claim this, I am signing this object:
| https://www.youtube.com/watch?v=vaCVh2SAZY4&list=PL3bNyZYHcRSUhUXUt51W6nKvxx2ORvUQB [KiCad Tutorial : Shawn Hymel] | |
| https://www.youtube.com/playlist?list=PLbWc6Q71G_qUsLTo624W0_NVtuTcFMpnc [ KiCad Tutorial : Creating Custom Symbols ] | |
| https://www.youtube.com/watch?app=desktop&v=Qx0kQdFYC7o [ KiCad Tutorial - How to create your own Footprint in KiCad ] |
| https://github.com/espressif/esp-idf/blob/master/docs/en/api-reference/system/efuse.rst | |
| https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/efuse.html | |
| https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32c3/api-reference/peripherals/ds.html | |
| https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/efuse.html | |
| https://github.com/espressif/esp-idf/blob/master/examples/system/efuse/README.md |
| what does this mean? | |
| _lightMqttSettingsService->addUpdateHandler([&](const String& originId) { registerConfig(); }, false); | |
| ChatGPT | |
| The line of code you've provided is a C++ code snippet, and here's an explanation of each part: | |
| _lightMqttSettingsService->addUpdateHandler([&](const String& originId) { registerConfig(); }, false); |
| https://community.platformio.org/t/enabling-usb-cdc-on-boot-on-esp32-c3-devkit/33346/2 (for platform.io) | |
| config: | |
| ------------ | |
| ; PlatformIO Project Configuration File | |
| ; | |
| ; Build options: build flags, source filter | |
| ; Upload options: custom upload port, speed and extra flags |