BASCOM Project Blog : My 10 year Project Finally complete : REPLY
using the 74C922 chip :) very quick and easy keypad. :)
View ArticleEASY TCP/IP : Arduino Ethernet shield not working with atMega1280 ? Modbus :...
All "misterious problems" at the end, have simple solution. In my case, it is unproper reading documentation. :) I connected control pins (miso, mosi, sck) directly to PORTB connector on ethernet...
View ArticleBASCOM-AVR : Config Timer0 for ATtiny2313 : REPLY
Thanks Adrian and Bob; It looks like I am getting the benefit of some experienced Bascommers for sure! I found the constants section after my post, but I didn't think to look in the .dat file. I'm...
View ArticleBASCOM-AVR : pulse length capture : REPLY
hi Adrian indeed it'working: even with or whitout ASM code like proposed in datasheet. It make no difference at first sight. [code:1:3cd80f3144]Int1_isr: Stop Timer1 'L = Tcnt1l 'H = Tcnt1h 'Hl = H *...
View ArticleShare your working BASCOM-AVR code here : EEPROM wear leveling (AVR101) :...
Hello, This is a a small library implementing the algorithm described in the appnote AVR101 by Atmel. It's a simple technique to increase the write cycles for parameters stored in EEPROM. More info:...
View ArticleShare your working BASCOM-AVR code here : Autopilot using PNI V2Xe Compass...
good day, very interesting, I just started to re- design the autopilot of our boat and it`s very helpfull to read your input. I`m really interesting in the circuit diagram would be great to have a...
View ArticleAVR : AVR Dragon question : REPLY
Here are the results of tests using my new AVRISP MKII compatible programer. 1. The new programer also requires a cap to ground on the clk line. Without any cap it fails. (100pF). 2. The clk frequency...
View ArticleBASCOM-AVR : pulse length capture : REPLY
hello i'm positively surprised that it functions notwithstanding this simple code. There is no take account of lost of bits during stops or time delays. Only on the first transit from 65535 to 65536...
View ArticleBASCOM-AVR Old versions : atmega8 : NEWTOPIC
DEAR SIR iwant following program if i press pinc.1 then motor on if i press pinc1 and pinc2and pinc are1 then motor is to be off pl.help to writing code regfile = "m8def.dat" $crystal = 1000000 Config...
View ArticleBASCOM-AVR : pulse length capture : REPLY
You dont have to worry too much about lost bits during other delays, thats the point of using interrupts. Unless you have long periods in your other code where interrupts are disabled ( or other...
View ArticleBASCOM-AVR Old versions : atmega8 : REPLY
Hi, Read [url=http://avrhelp.mcselec.com/index.html?language_fundamentals.htm]Language Fundamentals[/url] AND can be used in the If-Then but what is this ? [quote:70f5605cd4]Portc.1 Alias Pinc.1...
View ArticleBASCOM-AVR : pulse length capture : REPLY
[quote:609531a8d9="PAUWELYN"] I'm trying to measure a pulselength. On int0 and 1 i connecting a square wave of 20 to 200Hz. I expect a stable reading, but this is completly precarious. Must i use "no...
View ArticleBASCOM-AVR : pulse length capture : REPLY
[quote:3bae59c18a="philm"]here are some snips of code.[/quote:3bae59c18a] Not sure about the value of incomplete code missing all its variable definitions. Also one of your code's problems is it's...
View ArticleBASCOM-AVR : Config Timer0 for ATtiny2313 : REPLY
[quote:3164e8da3e="Silco"]I've started coding around an ATtiny2313A,... In reading the 2313 data sheet...[/quote:3164e8da3e] You should read then the ATTiny2313[b:3164e8da3e]A[/b:3164e8da3e]...
View ArticleBASCOM-AVR : Flip and WIN 8 : NEWTOPIC
Runnig WIN 8 / 64bit I have installed Flip 3.4.7 112 however device manager shows yellow flag for the USB-port -> no driver installed also Flip reports Atlibusbdfu.dll not found. Yet this .dll is...
View ArticleBASCOM-AVR : Flip and WIN 8 : REPLY
[quote:b5967eb267="six1"]WIN8/64 Flip 3.4.5 running without probs...[/quote:b5967eb267] Hi six1, as we both are german based I'll switch for this moment to German: Schau doch bitte mal im...
View ArticleShare your working BASCOM-AVR code here : Using the LCD Display on the XMEGA...
Thanks, Will graphics (like point, line etc.) work with the library?) regards, Meister
View ArticleShare your working BASCOM-AVR code here : Using the LCD Display on the XMEGA...
no. the reason is that the manufacturer of the LCD did not allow the user to read the data. I do not understand why they do not simply add a command to read out the data. Anyway, when you can not read...
View ArticleShare your working BASCOM-AVR code here : EEPROM wear leveling (AVR101) : REPLY
that is very neat. thank you for sharing.
View Article