BASCOM-AVR : A Weird One, RTC : REPLY
Hi Paul, Thanks for the offer, but I'm not impressed with the chip itself, like I said in the original post, I can substitute with a PCF8583 chip (which are cheaper), and it works straight away. I...
View ArticleShare your working BASCOM-AVR code here : MSGEQ7 and Futaba VFD Example :...
Here I use an MSGEQ7 and a Futaba BJ044GK That are currently available on ebay. Here is the link to purchase the tubes:...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
Hello Dean I like the RX-8025 clock chip as it has a per-calibrated inbuilt crystal, if you happen to have a very high accuracy reference you can even re-calibrate it. It is good to around 13seconds a...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
Yep, This one http://www.deanus.leviathan.net.au/ Deano
View ArticleBASCOM-AVR : Compilation fails when > 249 DATA elements : NEWTOPIC
BASCOM-AVR v. 2.0.7.6. I'm trying to specify a DATA matrix of 256 byte values. This fails on compile, stating "invalid number of parameters" once I've specified more than 249 values. Is there a limit...
View ArticleBASCOM-AVR : Compilation fails when > 249 DATA elements : REPLY
[quote:50cb5a7eff="torkelmj"] I'm trying to specify a DATA matrix of 256 byte values. This fails on compile, stating "invalid number of parameters" once I've specified more than 249 values. Is there a...
View ArticleBASCOM-AVR : Compilation fails when > 249 DATA elements : REPLY
when you have 256 data elements on 1 lines the lines becomes very long. maybe you can send a sample to support. i am not sure it the problem is the long line or the conversion of the long line. i...
View ArticleShare your working BASCOM-AVR code here : MSGEQ7 and Futaba VFD Example : REPLY
Very nice. Good old times :-) Thanks for sharing. Here is the source with unused variables removed. [code:1:f469b346fa] ' * Title : Display.bas ' * Version : 1.0 ' * Target : ATMega8 ' * Author :...
View ArticleBASCOM-AVR : Inverting 1-wire driver : NEWTOPIC
Is there a way to invert the port used for 1-wire in code, to enable use of a slew rate controlled driver like the one suggested on page 64 in this doc?...
View ArticleBASCOM-8051 : using Bascom-8051 LOG10 ? : NEWTOPIC
Bascom-AVR yes . help Bascom-8051 - doesn't know ... I am beginner (English isn't my native language).
View ArticleBASCOM-AVR : Variables in ISIS : REPLY
Mrshilov Your Example is very useful Thanks too much
View ArticleShare your working BASCOM-AVR code here : Arduino Mega W5100 ethernetshield...
Hello All I thought I would have a play with this sample from Ben. So far I have found two things one is $baud = 56700 should be $baud = 57600 to keep it to standard rates The next is from my...
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
Hello you could find here a schematic and bascom file for a wav player. music should be 8bit 22KHZ the output is in pwm mode have fun
View ArticleKokkeKat FAT-free SD card lib : WORK WITH ATMEG8 but : REPLY
hello code and schematic is here in the shared program http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11968 have fun
View ArticleShare your working BASCOM-AVR code here : Steppermotor driver A4988 : NEWTOPIC
No rocket science, driving a steppermotor with a A4988 stepstick [img:d2d2097d8d]http://members.home.nl/hobbycorner/images/prusa/a4988.jpg[/img:d2d2097d8d] And you can plug four of them in a...
View ArticleShare your working BASCOM-AVR code here : Steppermotor driver A4988 : REPLY
thanks for sharing Ben. That is a convenient chip. Always good to have simple code to get things started :-)
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
Thank you for sharing your project. Amazing that it runs in a simple M8. The circuit is nice and easy. This can replace a speech chip too.
View ArticleBASCOM-AVR : M164def .dat ?? : NEWTOPIC
:oops: So I have this project with an ATMEGA644. Due to financial pressure, I opted to change the micro to ATMEGA164 chips. So then I sit down to change my code and can only find a M164P def file....
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
Hello benoit Amazing 32Mhz clock I had no idea you could go that high :shock: I tried 25Mhz (was the output from the clock of the ENC28J60) with a M1284 but it does not like being programed at that...
View Article