Search found 7 matches

by Smrtokvitek
Sat Aug 05, 2017 12:01 pm
Forum: Other Boards
Topic: SAMD51
Replies: 2
Views: 4672

SAMD51

There is a new mcu from Atmel/Microchip coming out soon. The SAM D51 high performance micro-controller series features a 32-bit ARM® Cortex®-M4 processor with Floating Point Unit (FPU), running up to 120 MHz ,up to 1 MB Dual Panel Flash with ECC, and up to 256 KB of SRAM with ECC. It looks like they...
by Smrtokvitek
Thu Jul 13, 2017 8:36 pm
Forum: Other Boards
Topic: Trezor 2
Replies: 1
Views: 3140

Trezor 2

This caught my eye today. It looks like the new Trezor 2 hardware bitcoin wallet will use micropython and it might be used to build custom applications.

https://blog.trezor.io/trezor-security- ... 9f27b18b6b
by Smrtokvitek
Thu Apr 20, 2017 10:26 am
Forum: Other Boards
Topic: SPWF04 - wifi module from ST
Replies: 6
Views: 6717

SPWF04 - wifi module from ST

This looks like a new wifi board with uPy support. Hard to tell if it can compete with esp8266 or esp32 boards. Eval. board is 25$/23€ module itself around 15€, that looks reasonable. http://blog.st.com/spwf04-low-power-wi-fi-micropython-applications/ http://www.st.com/content/st_com/en/products/eco...
by Smrtokvitek
Mon Feb 29, 2016 8:46 pm
Forum: ESP8266 boards
Topic: MicroPython on ESP8266 Kickstarter
Replies: 91
Views: 209469

Re: MicroPython on ESP8266 Kickstarter

This is my first kickstarter project I'm supporting, really looking forward to it and 26k is around the corner. :twisted:

If the ESP32 will be good it would be nice to have a support for it in the future too. :)
by Smrtokvitek
Sat Jan 02, 2016 11:04 pm
Forum: Drivers for External Components
Topic: Si7005 driver
Replies: 0
Views: 5658

Si7005 driver

I made this support for Si7005 relative humidity/temperature sensor. Hope it will help somebody. :)

https://github.com/Smrtokvitek/micropython-Si7005
by Smrtokvitek
Mon May 11, 2015 12:33 pm
Forum: Announcements and News
Topic: UPDATED: New users post approval
Replies: 33
Views: 267194

Re: New users post approval

well, so I'm not a bot... :D
by Smrtokvitek
Mon May 11, 2015 12:29 pm
Forum: Drivers for External Components
Topic: Anyone working on HD44780 library?
Replies: 28
Views: 40422

Re: Anyone working on HD44780 library?

SDA is data and SCL is clock so you should connect data to data and clock to clock ;)