Difference between revisions of "Software"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 76: | Line 76: | ||
* [https://micropython.org MicroPython] | * [https://micropython.org MicroPython] | ||
* [https://github.com/joewez/AmpyFileManager Ampy File Manager] | * [https://github.com/joewez/AmpyFileManager Ampy File Manager] | ||
+ | * [https://github.com/land-boards/lb-Python-Code/tree/master/MicroPython Land Boards MicroPython Card Support libraries | ||
+ | ** [https://github.com/land-boards/lb-Python-Code/tree/master/MicroPython/ESP32 Land Boards MicroPython ESP32 Card Support libraries | ||
+ | ** [https://github.com/land-boards/lb-Python-Code/tree/master/MicroPython/PyBoard%20Clone Land Boards MicroPython PyBoard Card Support libraries] | ||
+ | * [https://docs.micropython.org/en/latest/index.html MicroPython Documentation] | ||
+ | * [http://www.micropython.org/download MicroPython downloads] | ||
+ | * [https://github.com/micropython/micropython GitHub for MicroPython] | ||
+ | * [https://www.youtube.com/watch?v=NU6tmBGsEL8 Installing micropython or circuitpython on your ESP8266 and ESP32 - 2017] | ||
+ | * [https://www.youtube.com/watch?v=hHec4qL00x0 Writing fast and efficient MicroPython - 2018] | ||
== Raspberry Pi == | == Raspberry Pi == |
Revision as of 19:17, 19 January 2020
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
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
Programming challenges
Python
MicroPython
- MicroPython
- Ampy File Manager
- [https://github.com/land-boards/lb-Python-Code/tree/master/MicroPython Land Boards MicroPython Card Support libraries
- [https://github.com/land-boards/lb-Python-Code/tree/master/MicroPython/ESP32 Land Boards MicroPython ESP32 Card Support libraries
- Land Boards MicroPython PyBoard 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