Get a Scamp3 flashforth microcontroller
https://udamonic.com/index.html
Download enumports.f (for connecting to Arduino)
https://code4thcode.gumroad.com/l/enumports
Download a FREE evaluation of SwiftForth
https://www.forth.com/download/
Links to forth content and more.
SwiftForth, what I use for programming in forth:
https://www.forth.com
Forth beginner tutorial + answers to questions:
https://www.forth.com/starting-forth/1-forth-stacks-dictionary/
https://www.forth.com/answers/
eForth beginner guide:
https://wiki.forth-ev.de/lib/exe/fetch.php/projects:430eforth:eforth_lessons.pdf
Embedded forth, for ARM, AVR, MSP430, and more
https://mecrisp.sourceforge.net/
https://home.hccnet.nl/anij/nof/noforth.html
https://udamonic.com/index.html
Windows Api. (win32 stuff) ————————
Use this site to figure out Win32 api stuff for Forth.
https://www.magnumdb.com/
C++ Notes for Win32. Long, but explains low-level windows programming:
https://caiorss.github.io/C-Cpp-Notes/WindowsAPI-cpp.html#org1b5c244
LONG tutorial on x86 assembly:
https://www.ic.unicamp.br/~pannain/mc404/aulas/pdfs/Art%20Of%20Intel%20x86%20Assembly.pdf
Windows GUI Programming book that I use:
https://amzn.to/3B3xyW2
Arduino LoRa (FlashForth)
A good website for figuring out LoRa used with FlashForth
https://arduino-forth.com/article/FORTH_FlashForth_LoRa_premiereTransmission
Forth Forums
https://comp.lang.forth.narkive.com/
https://groups.google.com/g/comp.lang.forth
https://old.reddit.com/r/Forth/
WiFi HaLow Bridge that I use for long range (LoRa + Wi-Fi)
TCP networking sockets
https://www.gta.ufrj.br/ensino/eel878/sockets/sockaddr_inman.html