Search found 60 matches

by DJShadow1966
Tue Feb 18, 2020 5:39 pm
Forum: ESP32 boards
Topic: ESP32 and LCD1602 with I2C
Replies: 2
Views: 1925

Re: ESP32 and LCD1602 with I2C

Hello

Have a look at this post first reply tells you what you need - viewtopic.php?t=910

Mike
by DJShadow1966
Mon Feb 03, 2020 10:24 am
Forum: General Discussion and Questions
Topic: micropython.js how to run on webpage
Replies: 2
Views: 2341

Re: micropython.js how to run on webpage

Hello

Many thanks for that, didn't need to run a python webserver as already running apache so all I need to now do is build the actal page, working on this tomorrow.

Regards Mike
by DJShadow1966
Mon Jan 27, 2020 9:36 am
Forum: General Discussion and Questions
Topic: micropython.js how to run on webpage
Replies: 2
Views: 2341

micropython.js how to run on webpage

Hello U am trying to get the micropython.js to run in a webpage, I have followed the instructions to build the .js file and that works in node with no issues. Using the html code from the git repo I am only getting a blank page, nothing inside of it ? <!doctype html> <html> <head> <script src="/home...
by DJShadow1966
Tue Jan 07, 2020 9:26 am
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6769

Re: Smart home and home Automation!

Hello So you would need to look at W5500 and can be sourced from https://uk.banggood.com/W5500-Ethernet-Network-Module-Hardware-TCPIP-Interface-51STM32-Program-Driver-Development-Board-p-982668.html?rmmds=search or LAN8720 https://uk.banggood.com/LAN8720-Module-Smart-Electronics-Network-Module-Ether...
by DJShadow1966
Tue Jan 07, 2020 8:53 am
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6769

Re: Smart home and home Automation!

Hello Sniper

Your welcome.

Regards Mike
by DJShadow1966
Tue Jan 07, 2020 5:49 am
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6769

Re: Smart home and home Automation!

Hello Yes that board will do the job as stated previously you will need to compile a version of Micropython for that board see a great post from another user, https://forum.micropython.org/viewtopic.php?t=3086. As well as the board you will also need an Ethernet board I have couple myself but not re...
by DJShadow1966
Mon Jan 06, 2020 9:08 pm
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6769

Re: Smart home and home Automation!

Hello You cab purchase ESP32 from a lot of sources on ebay for around the five pound mark, for the esp32 all you would need to do is download and install the micropython firmware using uPyCraft, one advantage of using ESP32 unlike the STM based boards is that that have wireless networking. Last boug...
by DJShadow1966
Mon Jan 06, 2020 4:18 pm
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6769

Re: Smart home and home Automation!

Hello All of the boards you have specified you would need you to compile your firmware I have a couple of STM32F407VET6 so I know these can run micropython, but as stated you would need to compile yourself. Why not have a look at ESP32 I use quite a few of these around my house, monitoring temp etc....
by DJShadow1966
Sat Jan 04, 2020 6:12 am
Forum: General Discussion and Questions
Topic: Upgrade to 1.12
Replies: 5
Views: 2553

Re: Upgrade to 1.12

Hello sysadmin@mort:~/micropython$ git remote -v origin https://github.com/micropython/micropython.git (fetch) origin https://github.com/micropython/micropython.git (push) and commit 10709846f38f8f6519dee27694ce583926a00cb9 (HEAD -> master, origin/master, origin/HEAD) Author: Nicko van Someren <nick...
by DJShadow1966
Fri Jan 03, 2020 9:29 pm
Forum: General Discussion and Questions
Topic: Upgrade to 1.12
Replies: 5
Views: 2553

Re: Upgrade to 1.12

Hello The mpversion.h is // This file was generated by py/makeversionhdr.py #define MICROPY_GIT_TAG "v1.11-725-g10709846f-dirty" #define MICROPY_GIT_HASH "10709846f-dirty" #define MICROPY_BUILD_DATE "2020-01-03" and the git is v1.11-725-g10709846f-dirty So these match, Also just built the esp generi...