Search found 149 matches

by gratefulfrog
Sun Sep 06, 2015 5:11 pm
Forum: Drivers for External Components
Topic: pyboard driving a HXF1602D1 LCD display
Replies: 6
Views: 13191

Re: pyboard driving a HXF1602D1 LCD display

Thanks again!

That datasheet looks interesting!

At last some real info that I can use...

I hadn't seen that.

Cheers!
Bob
by gratefulfrog
Sun Sep 06, 2015 4:46 pm
Forum: Drivers for External Components
Topic: pyboard driving a HXF1602D1 LCD display
Replies: 6
Views: 13191

Re: pyboard driving a HXF1602D1 LCD display

Man, you saved my life!

Do you know if that lcd can do reverse video easily or does it have to be hand tweaked?
by gratefulfrog
Sun Sep 06, 2015 4:33 pm
Forum: Drivers for External Components
Topic: pyboard driving a HXF1602D1 LCD display
Replies: 6
Views: 13191

Re: pyboard driving a HXF1602D1 LCD display

Hey thanks!

I just wrote to you via email as well since I saw your youtube!

That is just what I needed!!!

I'm guessing that I can use any pins I have available, right?

Thanks so much for your help!!!
Ciao,
Bob
by gratefulfrog
Sun Sep 06, 2015 4:04 pm
Forum: Drivers for External Components
Topic: pyboard driving a HXF1602D1 LCD display
Replies: 6
Views: 13191

pyboard driving a HXF1602D1 LCD display

Hi, I'm struggling with the interface to a 16x2 blue LCD display that I'd like to drive from pyboard. This is where I got it: http://www.taydaelectronics.com/lcd-display-16-x-2-blue-character-with-backlight.html This is the only datasheet I could find: http://www.taydaelectronics.com/datasheets/A-17...
by gratefulfrog
Fri Jul 03, 2015 7:19 pm
Forum: MicroPython pyboard
Topic: Accelerometers and measurement of orientation
Replies: 8
Views: 8417

Re: Accelerometers and measurement of orientation

Hi! Thanks for your reply. I understand the physics of acceleration, but the values I see from the device do not seem to coincide with any that I can guess, or maybe the units need conversion? (In the meantime, I found the data sheet and now see how it works, with the bits for x,y,z, tilt, but not '...
by gratefulfrog
Fri Jul 03, 2015 5:11 pm
Forum: MicroPython pyboard
Topic: Accelerometers and measurement of orientation
Replies: 8
Views: 8417

Accelerometers and measurement of orientation

Hi, I have searched high and low and done experiments with the pyb.Accel but just can't seem to get it. My goal is to detect changes in orientation in the pyboard: - rotation about the x-axis - rotation about the y-axis - rotation about the z-axis Ideally I would like to take a reference value for e...
by gratefulfrog
Thu Jun 11, 2015 6:52 pm
Forum: Announcements and News
Topic: MicroPython and the European Space Agency
Replies: 13
Views: 178468

Re: MicroPython and the European Space Agency

Wow! That's great news!!! Maybe they'll want to send my electric guitar circuit (driven by a pyboard) into outer space ;-)

Seriously, that is really great news! Well Done!

Ciao,
Bob
by gratefulfrog
Sun May 31, 2015 1:10 pm
Forum: General Discussion and Questions
Topic: Pyboard DAC and LED dimmer
Replies: 12
Views: 10800

Re: Pyboard DAC and LED dimmer

Hi, Sorry for this immensely long delay in replying, but I've been busy learning Kicad and designing a massive PCB (it is so so SO Hard! ;-)) Anyway, as promised, I did experiment with the Vactrol driven directly from the Pyboard Pin, using PWM. It works perfectly, and consumes less than 10mA at 100...
by gratefulfrog
Tue May 19, 2015 4:17 pm
Forum: MicroPython pyboard
Topic: Kicad files?
Replies: 1
Views: 2990

Kicad files?

Hi,
I'm wondering if anyone has created the Kicad lib and mod files for the pyboard?

Or, if not, does anyone know how to convert the eagle files to kicad format?

I'm just starting out on kicad after long use of fritzing, now needing 4 layer boards...

Cheers,
Bob
by gratefulfrog
Wed May 06, 2015 7:29 pm
Forum: General Discussion and Questions
Topic: Pyboard DAC and LED dimmer
Replies: 12
Views: 10800

Re: Pyboard DAC and LED dimmer

Sorry, I wasn't clear on this point. I figured that you could drive the Vactrol directly with a GPIO pin and still use PWM to fine-tune the resistance that you need. I admit that I haven't tested whether PWM works in open-collector output mode, but you could use push-pull instead and it will still ...