Just send a note to support@moderndevice.com and I'm sure they will fix you up.
Don
Search found 24 matches
- Mon May 09, 2011 9:43 pm
- Forum: JeeNode and Wireless
- Topic: JeeNode 915 kits
- Replies: 5
- Views: 19801
- Sat Feb 19, 2011 2:52 pm
- Forum: Hardware
- Topic: TMP421 temperature sensor
- Replies: 5
- Views: 15894
Re: TMP421 temperature sensor
It looks like you are not familiar with the pin layout on the Arduino board. In the photo mentioned in my previous post the TMP421 board is plugged into Arduino pins 2,3,4,5 with pin 5 being the one nearest to the 'corner' of the Arduino pc board. Now if you look at the "Arduino Pin Mapping ...
- Fri Feb 18, 2011 1:01 pm
- Forum: Hardware
- Topic: TMP421 temperature sensor
- Replies: 5
- Views: 15894
Re: TMP421 temperature sensor
Maybe this will help:
Go to http://shop.moderndevice.com/products/tmp421-temperature-sensor and click on the lower right photograph at the bottom of the page. This uses the V+,SCL, SDA and GND pins so I assume that the software provides for the V+ and GND at the appropriate pins. It looks like the ...
Go to http://shop.moderndevice.com/products/tmp421-temperature-sensor and click on the lower right photograph at the bottom of the page. This uses the V+,SCL, SDA and GND pins so I assume that the software provides for the V+ and GND at the appropriate pins. It looks like the ...
- Tue Jan 11, 2011 11:52 am
- Forum: Hardware
- Topic: Uploading to AVR with USB-BUB
- Replies: 3
- Views: 11956
Re: Uploading to AVR with USB-BUB
But I don't know what fuses need to be set so I'm not sure what to look for. I was afraid you were going to say that. I'm not sure either - but you can use Studio 4 and your AVRISP to find out your current fuse configuration and then do some research to find out if it is correct. Without the ...
- Mon Jan 10, 2011 9:46 am
- Forum: Hardware
- Topic: Uploading to AVR with USB-BUB
- Replies: 3
- Views: 11956
Re: Uploading to AVR with USB-BUB
When you uploaded the bootloader via the ICSP header did you deal with the appropriate fuse(s) as well?Any ideas on what I could try to get this working?
Don
- Sat Jun 26, 2010 9:17 am
- Forum: Hardware
- Topic: Arduino pins
- Replies: 13
- Views: 32398
Re: Arduino pins
The problem seems to be that the perpetrators of the Arduino software have been at it so long that they have forgotten that there are those who are just starting out.It's so fundamental; how did anybody ever learn to use these boards?
Don
- Tue May 04, 2010 12:35 pm
- Forum: Exhibition
- Topic: New 4bit LCD library
- Replies: 7
- Views: 24260
Re: New 4bit LCD library
Kevin:
Well I looked at your blog and found some errors, at least one of which is obviously a typo.
The typo is right at the beginning - the display uses an HD44780 chip, not an HD44180.
There are several places where you state that a 0x3n instruction will put the device in the 4-bit mode when ...
Well I looked at your blog and found some errors, at least one of which is obviously a typo.
The typo is right at the beginning - the display uses an HD44780 chip, not an HD44180.
There are several places where you state that a 0x3n instruction will put the device in the 4-bit mode when ...
- Tue May 04, 2010 9:10 am
- Forum: Exhibition
- Topic: New 4bit LCD library
- Replies: 7
- Views: 24260
Re: New 4bit LCD library
ke9tv:
I'll look at yours if you'll look at mine.
Follow the LCD Initialization and LCD Addressing links at http://web.alfredstate.edu/weimandn.
73, Don
I'll look at yours if you'll look at mine.
Follow the LCD Initialization and LCD Addressing links at http://web.alfredstate.edu/weimandn.
73, Don
- Sat Feb 06, 2010 8:48 am
- Forum: Software
- Topic: usb bub setup and software
- Replies: 7
- Views: 25185
Re: usb bub setup and software
rep:
You may be able to get your answers by using the technique mentioned here:
You may be able to get your answers by using the technique mentioned here:
and here:
Don
- Sat Oct 03, 2009 7:54 pm
- Forum: Hardware
- Topic: Need suggestions for a project...
- Replies: 5
- Views: 14823
Re: Need suggestions for a project...
Pins A0 - A5 can also be used for digital I/O as D14 - D19.if there were some way to turn analog pins into digital pins
Don
- Wed Sep 30, 2009 9:33 am
- Forum: Development
- Topic: New Development Board Suggestion: "USB BUB BBB"
- Replies: 6
- Views: 21891
Re: New Development Board Suggestion: "USB BUB BBB"
mdAndy:
Sorry, I overlooked the 'Development Board' part of your heading.
Paul:
What I would like to see is a BBB with the analog pins turned 90 degrees so they will plug into the breadboard along with all the other pins. This would make the board only slightly longer than the BBB or Boarduino ...
Sorry, I overlooked the 'Development Board' part of your heading.
Paul:
What I would like to see is a BBB with the analog pins turned 90 degrees so they will plug into the breadboard along with all the other pins. This would make the board only slightly longer than the BBB or Boarduino ...
- Tue Sep 29, 2009 5:03 pm
- Forum: Development
- Topic: New Development Board Suggestion: "USB BUB BBB"
- Replies: 6
- Views: 21891
Re: New Development Board Suggestion: "USB BUB BBB"
The whole idea of the BBB is to separate the seldom used USB circuitry from the always used microcontroller.
Microcontrollers are typically used to obtain input signals from sensors and provide output signals to devices in response to those signals. In this context the only purpose of the USB ...
Microcontrollers are typically used to obtain input signals from sensors and provide output signals to devices in response to those signals. In this context the only purpose of the USB ...
- Thu Sep 17, 2009 9:05 am
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
Paul:
too bad I can't order up some time to try it out That was my problem when I was teaching this stuff. I thought that early retirement would be the solution but it just got worse. It was more than ten years after I retired that I finally was able to find enough time to do some recreational ...
too bad I can't order up some time to try it out That was my problem when I was teaching this stuff. I thought that early retirement would be the solution but it just got worse. It was more than ten years after I retired that I finally was able to find enough time to do some recreational ...
- Wed Sep 16, 2009 8:53 am
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
Bill:
a SET_ADDRESS command will turn into a SET_DISPLAY_START_LINE command That certainly explains it. It appears that these graphical LCDs have inherited much of the instruction set structure from the character LCDs. I wonder why they didn't stick with the old technique for identifying the ...
a SET_ADDRESS command will turn into a SET_DISPLAY_START_LINE command That certainly explains it. It appears that these graphical LCDs have inherited much of the instruction set structure from the character LCDs. I wonder why they didn't stick with the old technique for identifying the ...
- Tue Sep 15, 2009 4:13 pm
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
Bill:
I had a lot of fun tinkering with this display. I'm glad you got me started on it.
That's why I had to have 2 wires going over to the analog pins Since I'm not using the serial port I used D0 and D1 for data bits. I did initially use two of the analog pins to drive my debugging LEDs which ...
I had a lot of fun tinkering with this display. I'm glad you got me started on it.
That's why I had to have 2 wires going over to the analog pins Since I'm not using the serial port I used D0 and D1 for data bits. I did initially use two of the analog pins to drive my debugging LEDs which ...
- Mon Sep 14, 2009 9:21 pm
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
Well it's not as neat as Bill's and I am still cleaning up the code, but here is what I have so far.
Don
Don
- Thu Aug 27, 2009 7:57 pm
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
bperrybap:
My display arrived today from BGMicro. Can you share some code to get me started or do I have to figure it out by myself? I generally program in AVR assembly (on a BBB) but any other assembly language or even C would help.
Don
My display arrived today from BGMicro. Can you share some code to get me started or do I have to figure it out by myself? I generally program in AVR assembly (on a BBB) but any other assembly language or even C would help.
Don
- Mon Aug 24, 2009 9:46 am
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 50497
Re: GLCD Fun
It's too neat. It can't possibly work. It must be a fraud.
Where can I get one?
Don
Where can I get one?
Don
- Mon Jul 13, 2009 8:04 pm
- Forum: Development
- Topic: BBB pin overlay card for non Arduino users
- Replies: 19
- Views: 64355
Re: BBB pin overlay card for non Arduino users
bperrybap:
I am using Adobe Reader 8.1.5 running on XP Pro SP3.
The printer driver offers no scaling options. Adobe puts it at 94% when choosing either "Fit to printable area" or "Shrink to printable area".
When I look at the output after printing at 100% I see that everything seems ok from 'rst ...
I am using Adobe Reader 8.1.5 running on XP Pro SP3.
The printer driver offers no scaling options. Adobe puts it at 94% when choosing either "Fit to printable area" or "Shrink to printable area".
When I look at the output after printing at 100% I see that everything seems ok from 'rst ...
- Mon Jul 13, 2009 1:00 pm
- Forum: Development
- Topic: BBB pin overlay card for non Arduino users
- Replies: 19
- Views: 64355
Re: BBB pin overlay card for non Arduino users
It printed out just a little large on my ancient HP-4P but still quite usable.
Don
Don