BASCOM-AVR : AVRISP MKII programmer : REPLY
see http://avrhelp.mcselec.com/index.html?libusb.htm and http://avrhelp.mcselec.com/index.html?elektor__avr_isp_mkii.htm
View ArticleBASCOM-AVR : how to save more power ? : REPLY
@MWS If you would have paid any attention to what I was writing, then you would have noticed that there was a from and up to depending on supply and TJ (JUNCTION TEMP.). How come if you make a wrong...
View ArticleBASCOM-AVR : AVRISP MKII programmer : REPLY
Hi there thanks for the reply, i actually already went through all those details, but still i can't understand. I bought my programmer from Atmel i've seen some threads about the same programmer but...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:4bcc816fac="hgrueneis"]then you would have noticed that there was a from and up to depending on supply and TJ (JUNCTION TEMP.).[/quote:4bcc816fac] At the TO's test conditions, which one can...
View ArticleBASCOM-AVR : AVRISP MKII programmer : REPLY
yes it is the same. it is the original programmer.
View ArticleBASCOM-AVR : how to save more power ? : REPLY
Hi Everybody, I see that this interrest a lot :-) Ok I will explain little more about the mosfet etc. ... The wireless remote is powered by a Li-ion 3,7V Then this type of battery don't like to go...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
do you have the AT command list for the modem? Its really easy to receive sms messages
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:d480a1d2d2="Vincent"]The wireless remote ... ...stay in power.[/quote:d480a1d2d2] A schema would do the better job to see what's up. [quote:d480a1d2d2]output pin on the mosfet go in logic 0...
View ArticleBASCOM-AVR : GLCD different pins : NEWTOPIC
Hi Board; This is about the following directive; Config GRAPHLCD = type , DATAPORT = port, CONTROLPORT=port , CE = pin , CD = pin , WR = pin, RD=pin, RESET= pin, FS=pin, MODE = mode I have a board...
View ArticleAVR-DOS : Update Program from Card : REPLY
Hi Adrian, you said a long time ago [quote:b78eef9e86] You should set up the processor to boot into the bootloader space on reset, then drop back into normal program if a new bin file is not detected...
View ArticleAVR-DOS : Update Program from Card : REPLY
Could you number the image files , you update a eeprom entry to that number and set another eeprom byte to indicate ok for that number so if it fails you can see the number with no ok flag so load...
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
@mmarlette: did you measure at 85°C (185°F)? The internal oscillators are temperature sensitiv. I did a quick measure with my XPLAIN Board and get +1,4% at 25°C (=77°F) and +0,2% at 60°C (=140°F)....
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
As we have many viewers of this thread... Investigations are ongoing to what the reasons might be, but it is at least clear that Studio 6.1 in principle can read and simulate Bascom OBJ files. Some...
View ArticleBASCOM-AVR : XMEGA crystal oscillator can not be turned off : REPLY
@Per Sorry, the osc register need no CCP, you are right at the point. The clocking system is pretty complicated and has a lot of depencies. Maybe the PLL or DFLL also locks the bit. Or it is simple an...
View ArticleBASCOM-AVR : XMEGA crystal oscillator can not be turned off : REPLY
Latest news: When I finally managed to run an OBJ file real time under Avr Studio 6.1 (It works sometimes..) I found that XOSCEN was set true already from program start. So I realized that something...
View ArticleBASCOM-AVR : XMEGA crystal oscillator can not be turned off : REPLY
yes, when you need to alter 1 bit of an extended register that will not work. yes the boot loader can complicate things. still think it should be possible to turn it off. the data sheet does not...
View ArticleBASCOM-AVR Old versions : GLCD different pins : REPLY
it is not a good idea to connect an LCD that way. an LCD should work quick. And when all the data is at one port, there is only 1 instruction needed to write data. but when you do it like that, you...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
[quote:96de96734c="njepsen"]do you have the AT command list for the modem? Its really easy to receive sms messages[/quote:96de96734c] yes, I've tried but have not succeeded as well. I only just...
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
WinXP & AS 6.1 & Xplained 128A1 & AVR Dragon, works both for debugging via JTAG and simulator.
View Article