BASCOM Project Blog : 7 inch display board : REPLY
Nice project Ben :D Have you checked the accuracy of the DHT11 , I can not get valid readings when I compare them to my wet/dry bulb hygrometer which is an actual meteorological instrument ? Regards...
View ArticleBASCOM-AVR : Motor RPM indicator equipped with 1024 pulses/revolution run :...
It will depend on what else you want to do with the mega8. I do not use mega8s as they are more costly than the newer faster and larger flash etc AVRs so I am curious why you have chosen the mega8....
View ArticleBASCOM-AVR : MCS Bootloader : NEWTOPIC
I am trying to compile the boot loader program but i am getting strange result. My chip is Mega 8 I am selecting the following in parsameters in bootloader.bas file $crystal = 8000000 $baud = 19200...
View ArticleBASCOM-AVR : Motor RPM indicator equipped with 1024 pulses/revolution run :...
I have plenty of Mega8 with me. I am using these in my some other applications. these are the chips which are easily available in my country. but I need sample code it doesn't matter it is in mega48,...
View ArticleBASCOM-AVR : Motor RPM indicator equipped with 1024 pulses/revolution run :...
Yes if I had a lot of mega8s I would use them as well. Now in the application notes for AVR there is " RPM meter and rotational speed sensor "...
View ArticleBASCOM-AVR : Pulsin Command : REPLY
Hello Roshan This application note #138 has good information http://www.mcselec.com/index.php?option=com_content&task=view&id=106&Itemid=57 Regards Paul
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Now as this is going to grow quickly in code size I have moved to project mode in bascom. In this code I have added the ability to store the codes from infra-red remotes if we send Storeon from the...
View ArticleBASCOM-AVR : MCS Bootloader : REPLY
Hi, Have you set the fuses correctly (Boot loader 1024words in size, reset starts in bootloader area). Looking at the compiler output the file will fit into the mega8, the last address used will be...
View ArticleBASCOM-AVR Old versions : Motor RPM indicator equipped with 1024...
I think you are not reading my question carefully. The example you mention is using to measure the rotational speed of some shaft equipped with gear. gear may have 16, 25 or up-to maximum 100 teeth if...
View ArticleBASCOM-AVR Old versions : MCS Bootloader : REPLY
I am using the standard file provided by MCS, I just made some changes according to my MEGA8 here is the file. yes I am changing the boot vector to boot loader and size 1024 . when i go to programmer...
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
[quote:21621b9e01="albertsm"]i did add this option to 2075.[/quote:21621b9e01] What do you exactly mean by "this option" ? Please explain. I would also like to see a usage example of "this option"....
View ArticleBASCOM-AVR : Programming Arduino's : NEWTOPIC
Is there a programmer available which would enable me to (USB) program different types of Arduino boards (UNO and Mega2560) without having to use the "external programmer" and having to change the...
View ArticleBASCOM-AVR : Force a constant or var to a specific location in flash : REPLY
[quote:a614a2ddd7="MWS"][quote:a614a2ddd7="Visovian"]It works, but it will not be on the very end of the code. Bascom puts its internal subroutines after the Table.[/quote:a614a2ddd7] Wouldn't advise...
View ArticleBASCOM-AVR : I need help Ltc2621 DAC does not work : REPLY
Thanks for the help! :P The result is the same, if u change the value by 2000 or 3000 od / not react, I do not get it to work it will be I'm doing something wrong in the sch :cry:
View ArticleBASCOM-AVR : Programming Arduino's : REPLY
I can't speak for all the Arduinos. but I use Nano V3's and they work neat with the bootloader and the Arduino-setting in the programmer dialog. I'd suspect this setting works for other...
View ArticleBASCOM-AVR : Force a constant or var to a specific location in flash : REPLY
[quote:2434720df1="olhexy"]Could it also be possible to write something like "thisprogramsfilename, version" at &h0001 ?[/quote:2434720df1] If you've read my post, you should be aware that this...
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
Please check the history.txt file for change's and the helpfile how to use it. [quote:6d8ad149e6]- version() with parameter 3 will return file name : Print Version(3)[/quote:6d8ad149e6]
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
Mark, it could be useful, if you make Version() available for the compiler, like Int(), Const i3 = int(10 / 3), this way the version could be directly written into flash at the user defined location....
View ArticleBASCOM-AVR : Programming Arduino's : REPLY
Pfff, don't know what I've been doing wrong all those days. Just tried Arduino with the correct COM port and it worked straightaway! Weird, as I tried every possibility before including the 2 Arduino...
View Article