BASCOM-AVR : please help with my first project : NEWTOPIC
Im trying to write a simple (to all but me) programe to to give a buzzer output "portc.2" if any of the switches on portb1 to 5 close. After days of reading and trial and error ive got it mostly...
View ArticleBASCOM-AVR : please help with my first project : REPLY
Hi and welcome to this friendly forum! Just a few thoughts and hints to get you on the right track: Dvr1: is a subroutine. Never loop nor wait in a sub. You need to shift all the logig back into the...
View ArticleBASCOM-AVR : please help with my first project : REPLY
[quote:cbb73cfe46="Arera"]Never loop nor wait in a sub. You need to shift all the logig back into the main loop. [/quote:cbb73cfe46] Your advice is bare nonsense, and as you do programming long...
View ArticleBASCOM-AVR : please help with my first project : REPLY
MWS youre right, i mixed it up with ISR a bit. After having had breakfast and blood in my brain, i edited my post while you answered. Still I think it is a good idea only to set flags in a pushbutton...
View ArticleVarious : installing full avr version : NEWTOPIC
Hi, I am going to install bascom avr. A friend of mine told me, i must first erase the demo installation before i install the full version, which i find hard to beleive. Is it thrue? Must i...
View ArticleEASY TCP/IP : check / Scan a port : REPLY
not possible to scan Ports on UDP if you don't know exactly, what the Server does! (if you know details from how the server works, there is a little chance!) http://de.wikipedia.org/wiki/Portscanner...
View ArticleBASCOM-AVR : please help with my first project : REPLY
Thank you Mr Arera and Mr MWS I put the While, If, Then, Wend bit in and it worked..Its very childish, but i realy did shout YES when it did, cant remember the last time i did that. :D Mr Arera. The...
View ArticleBASCOM Project Blog : Watering system Contrioller : NEWTOPIC
I was going to start this part of my automation later on but to give another bascom user some ideas I have started it now. What it is: I need to control the watering of lawns, garden & potted...
View ArticleBASCOM-AVR : Garden automat : REPLY
Started the blog "Watering System Controller" An explanation of what its for and just started putting the blocks from the other projects together. Regards Paul
View ArticleBASCOM-AVR Old versions : atmega8 : REPLY
in the following program the frequency on the port d.4 is 2.268k, how can get the frequency upto 40k $regfile = "m8def.dat" $crystal = 1000000 '14.745600 $hwstack = 40 $swstack = 40 $framesize = 40...
View ArticleBASCOM-AVR : please help with my first project : REPLY
Good to hear ukseal! Maybe you could post your solution, I am a bit curious to see your solution. Many ways lead to Rome... And I think your example is a good one to see how to get structure in a...
View ArticleBASCOM-AVR Old versions : atmega8 : REPLY
if i change value in var example 2,3,4,5 then frequency decrease as value incrase 1 is a last point of increament
View ArticleBASCOM-AVR Old versions : atmega8 : REPLY
try setup timer1 values for the time you need you can calculate time from your 40Khz = 0.025ms T = 1/F btw if you DONT put your buttons into the DO - LOOP it wil never use them
View ArticleBASCOM-AVR : "ENDAT" Heidenhain absolute encoder : REPLY
hello , toto , as a start try search this forum "encoder" , you'll find answers at least as starting point ....
View ArticleBASCOM-AVR : 16x4 LCD Display help : NEWTOPIC
Hello everyone, i have a very silly question, i have not played around with LCD displays that often, i have a 16x4 lcd display, so far everything works great, my questions is this. How do i clear a...
View ArticleBASCOM-AVR : 16x4 LCD Display help : REPLY
Hi, One way is to use Locate 3 , 1 Lcd space(16) ' this will add 16 space on the line 3 or add a few space [i:46181694f6]after[/i:46181694f6] the command from android "L1" lcd Space(5)
View ArticleBASCOM-AVR : Chip45 Crumb128 Module Programmer : NEWTOPIC
A big howdy to all. Just a quick question to give me a heads start and save a bit of time. Is there anyone usein the crumb128 modules by Chip45. Just got one the other day to play with. What...
View ArticleVarious : installing full avr version : REPLY
no you can leave the demo, or install into the same folder. it does not matter. But what matters : you must run setup from the full version, you can not just copy the license file. p.s. : did you got...
View Article