Search found 8 matches

by QuaakHaak
Tue Aug 16, 2016 8:54 am
Forum: Drivers for External Components
Topic: 1wire devices
Replies: 16
Views: 17709

Re: 1wire devices

This afternoon, I have even updated the Firmware, remade the onewire.py & ds1820.py scripts and then the 'gettemp.py' ... exactly the same result. The last section, is the issue: # If DS18x20 n = 1 def print_temp(): # result = d.read_temp(d.roms[0]) <== commented out as a break point # print(result)...
by QuaakHaak
Tue Aug 16, 2016 4:42 am
Forum: Drivers for External Components
Topic: 1wire devices
Replies: 16
Views: 17709

Re: 1wire devices

Hi All, I followed the instructions with Micropython Latest on a Pyboard v1.1, sourced the OneWire.py & DS18x20.py from the github account as per the instructions above. My module to read the Temp from a single sensor is: ''' Read DS18x20 Temp Sensor(s) ''' # Import modules from pyb import Pin from ...
by QuaakHaak
Sat May 21, 2016 7:03 am
Forum: Other Boards
Topic: What is lowest cost micro to micropy with? (control looping A2D, timers)
Replies: 18
Views: 15743

Re: What is lowest cost micro to micropy with? (control looping A2D, timers)

A quick look on the web suggests that one of the official distributors Little Bird electronics in Australia has the Pyboard V1 at AUD $45 which is £22 (plus shipping). Perhaps I should move to Australia... ;) ... yeah but do not move to New Zealand if you think the prices are better. I bit the bull...
by QuaakHaak
Wed May 18, 2016 9:57 pm
Forum: Other Boards
Topic: Installing Micropython on a Microcontroller
Replies: 4
Views: 5126

Re: Installing Micropython on a Microcontroller

Haha Deshipu,

You educated me both on IRC & the forum, well done :D ... bonus points for you.

Thanks, Quaak.
by QuaakHaak
Wed May 18, 2016 9:54 pm
Forum: Other Boards
Topic: What is lowest cost micro to micropy with? (control looping A2D, timers)
Replies: 18
Views: 15743

Re: What is lowest cost micro to micropy with? (control looping A2D, timers)

Hi Pfalcon, I totally agree however cost becomes a significant factor in you live in Australia or New Zealand, as I do. The "Pyboard" can be sourced from Australia (the closest seller) to New Zealand with current prices being AUD $58.13 & $87.23 (Yes, you read that correctly). Add on AUD $10.00 for ...
by QuaakHaak
Wed May 18, 2016 5:41 am
Forum: Other Boards
Topic: Installing Micropython on a Microcontroller
Replies: 4
Views: 5126

Re: Installing Micropython on a Microcontroller

Hi Platforma, I have been searching for information such as Antoine and while you answer is helpful, I think that the github/micropython page could be more clear. I'd expect that many people (Such as myself today) who come across MicroPython on the interwebs or specifically on Youtube will want to s...
by QuaakHaak
Wed May 18, 2016 4:54 am
Forum: Other Boards
Topic: What is lowest cost micro to micropy with? (control looping A2D, timers)
Replies: 18
Views: 15743

Re: What is lowest cost micro to micropy with? (control looping A2D, timers)

Hi Dave, I read your recent commit on the NUCLEO-F411RE, that was good to see as I am trying to decide what STM32F4*-based board to get. Currently I have an STM32F1 & 3 which I have been using (Trying to use) with Mecrisp-Stellaris Forth. However I found the MicroPython project this morning and I am...
by QuaakHaak
Wed May 18, 2016 4:38 am
Forum: Other Boards
Topic: STM32F411CEU6-based pyboard-lite?
Replies: 5
Views: 6362

Re: STM32F411CEU6-based pyboard-lite?

Hi Steve,

How is your project coming along? I went and looked at your Upverter page, very interesting. Do you have a schedule for submission to a FabHab? Any idea of the initial run scale/costs etc?

Good job, Quaak.