Search found 57 matches
- Tue Jan 07, 2020 9:26 am
- Forum: Other Boards
- Topic: Smart home and home Automation!
- Replies: 14
- Views: 1955
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...
- Tue Jan 07, 2020 8:53 am
- Forum: Other Boards
- Topic: Smart home and home Automation!
- Replies: 14
- Views: 1955
- Tue Jan 07, 2020 5:49 am
- Forum: Other Boards
- Topic: Smart home and home Automation!
- Replies: 14
- Views: 1955
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...
- Mon Jan 06, 2020 9:08 pm
- Forum: Other Boards
- Topic: Smart home and home Automation!
- Replies: 14
- Views: 1955
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...
- Mon Jan 06, 2020 4:18 pm
- Forum: Other Boards
- Topic: Smart home and home Automation!
- Replies: 14
- Views: 1955
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....
- Sat Jan 04, 2020 6:12 am
- Forum: General Discussion and Questions
- Topic: Upgrade to 1.12
- Replies: 5
- Views: 825
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...
- Fri Jan 03, 2020 9:29 pm
- Forum: General Discussion and Questions
- Topic: Upgrade to 1.12
- Replies: 5
- Views: 825
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...
- Fri Jan 03, 2020 2:20 pm
- Forum: General Discussion and Questions
- Topic: Upgrade to 1.12
- Replies: 5
- Views: 825
Upgrade to 1.12
Hello Since Micropython 1.12 was released every build I make still says 1.11 when checking in the console. My Micropython source code has been updated using git pull origin master git submodule update --init --recursive I built a STM32 build today and says on MicroPython v1.11-725-g10709846f-dirty o...
- Sat Dec 21, 2019 6:28 am
- Forum: ESP32 boards
- Topic: Hall Effect sensor?
- Replies: 6
- Views: 1286
Re: Hall Effect sensor?
Hello
Taken from http://docs.micropython.org/en/latest/e ... ckref.html
Regards Mike
Code: Select all
esp32.hall_sensor() # read the internal hall sensor
Regards Mike
- Tue Dec 17, 2019 6:27 am
- Forum: General Discussion and Questions
- Topic: hackable consumer electronic products with microppython ?!?
- Replies: 13
- Views: 3346