Difference between revisions of "Scratchpad"

From Family History Book
Line 21: Line 21:
 
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 
* [https://github.com/Seeed-Solution/sensecap_indicator_esp32 Firmware on GitHub]
 
* [https://github.com/Seeed-Solution/sensecap_indicator_esp32 Firmware on GitHub]
 +
 +
==LoRaWAN Helium Network==
 +
 +
* [https://www.nytimes.com/2022/02/06/technology/helium-cryptocurrency-uses.html Article recommended by BingAI]
 +
* [https://docs.helium.com/faq/helium-network Helium Network FAQ]
 +
* [https://www.seeedstudio.com/SenseCAP-M2-Light-Hotspot-and-Software-License.html SenseCAP M2 Light Hotspot] usingLoRaWAN & Helium Network
  
 
==TinyML==
 
==TinyML==

Revision as of 12:09, 7 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects