Difference between revisions of "Software"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) (→KiCad) |
Blwikiadmin (talk | contribs) (→Linux) |
||
Line 66: | Line 66: | ||
* [https://www8.hp.com/us/en/cloud-computing/thin-clients/operating-systems.html https://www8.hp.com/us/en/cloud-computing/thin-clients/operating-systems.html] | * [https://www8.hp.com/us/en/cloud-computing/thin-clients/operating-systems.html https://www8.hp.com/us/en/cloud-computing/thin-clients/operating-systems.html] | ||
* [http://h20195.www2.hp.com/v2/getpdf.aspx/4aa5-3023enw ThinOS] | * [http://h20195.www2.hp.com/v2/getpdf.aspx/4aa5-3023enw ThinOS] | ||
+ | |||
+ | == LTSpice == | ||
+ | |||
+ | * [https://en.wikipedia.org/wiki/LTspice#Scale_factors Scale factors] - Wikipedia page | ||
+ | ** MEG = mega (Hz, Ohms, etc) | ||
+ | ** u = micro | ||
+ | * [https://www.analog.com/en/technical-articles/ltspice-basic-steps-for-simulating-transformers.html Simple Steps for Simulating Transformers] | ||
== Programming challenges == | == Programming challenges == |
Revision as of 11:13, 29 September 2021
Contents
Algorithms
- Graph Data Structure 4. Dijkstra’s Shortest Path Algorithm
- Recursion 'Super Power' (in Python) - Computerphile
- A* (A Star) Search Algorithm - Computerphile
Arduino Code
- Land Boards Arduino Code
- Arduino Homepage
- Download the Arduino IDE
- Arduino Libraries
- Libraries in the architecture esp32
Beaglebone Black Python Code
Cypress PSoC
ESP32
- Arduino IDE with the ESP32 Arduino Core
- Espressif Mesh Development Framework
- Espressif IoT Development Framework (IDF) – official Espressif development framework for ESP32
- FabGL - ESP32 Display Controller and Graphics Library
- espressif arduino-esp32
- ESP32 Hardware Reference
- https://github.com/espressif/esptool
- Espressif IoT Development Framework
- ESP32 mqtt component
- ESP32-NESEMU a Nintendo Entertainment System emulator
- ESP32 WiFi Stack Libraries
- ESP32 Bluetooth stack
- ESP32-DOOM a port of PrBoom
- Espruino – JavaScript SDK and firmware closely emulating Node.js
- FreeRTOS
- MicroPython A lean implementation of Python 3 for microcontrollers
- Lua RTOS for ESP32
- Mongoose OS – an operating system for connected products on microcontrollers; programmable with JavaScript or C.
- mruby for the ESP32
- .NET nanoFramework - Coding in .NET C#, deploy and debug from Visual Studio
- NodeMCU – Lua (programming language) -based firmware
- PlatformIO Ecosystem and IDE
- Simba Embedded Programming Platform
- Whitecat Ecosystem Blockly Based Web IDE
- Zerynth – Python for IoT and microcontrollers, including the ESP32
KiCad
Linux
- HP T610 Thin Client
- https://www.parkytowers.me.uk/thin/hp/t610/[ HP t610: Hardware]
- Hynix HMT41GS6BFR8A-PB 8GB DDR3-1600 2Rx8 1.35v SODIMM
- https://www8.hp.com/us/en/cloud-computing/thin-clients/operating-systems.html
- ThinOS
LTSpice
- Scale factors - Wikipedia page
- MEG = mega (Hz, Ohms, etc)
- u = micro
- Simple Steps for Simulating Transformers
Programming challenges
Python
MicroPython
- MicroPython
- Ampy File Manager
- Land Boards MicroPython Card Support libraries
- MicroPython Documentation
- MicroPython downloads
- GitHub for MicroPython
- Installing micropython or circuitpython on your ESP8266 and ESP32 - 2017
- Writing fast and efficient MicroPython - 2018