BASCOM Project Blog : Working With MAX1238/9 12BIT 12 Channel ADC : REPLY
Now even though the code is working I was getting wrong values some of the time so I had another look at the data sheet but this was no help! So what was going on it works when it first starts up well...
View ArticleAVR : ATmega32m1 : REPLY
Hello jgsparks, thank you for sorting this I had this exact problem and you allowed me to fix in minutes instead of days! I'm now attempting to get the CAN-Elektor.bas program to run but the COM2 and...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:53eccae9d3="albertsm"]you should use a sample from the w5100 folder when you use a module with the w5100. but i still do not see which version you use. and in your last post, you did not got...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
The code it's from sample folder TCP,IP -> Webserver.
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
A local variable can be used only in the funcion where it was declared. In your example you have to use the global variable.
View ArticleBASCOM Project Blog : Working With MAX1238/9 12BIT 12 Channel I2C ADC : REPLY
I have now combined the commands into one sub "Getmax1239" by putting the channel number it reads that channel eg Getmax1239 1 will read channel number one, the 12bits are stored in the global...
View ArticleAVR : Magpie - Arduno - Uno compatible board : NEWTOPIC
Something different, Arduino Uno with Disco lights. http://littlebirdelectronics.com/products/magpie-100-arduino-uno-compatible
View ArticleBASCOM-AVR : Which programmer to choose? : REPLY
Dear friends, according to your advice, I thought about using AVRISP mkII USB combined with Avrdudess ... I wanted to try to start with the BASCOM but how should I set? I have tested with AVRStudio...
View ArticleBASCOM-AVR : Which programmer to choose? : REPLY
Did you instal libusb? That is needed to "contact" AVRISPmkII. Search the Bascom Help. And read my struggle with it here:...
View ArticleAVR : ATmega32m1 : REPLY
Greetings Mark, I confess I'm pretty much a beginner here and have absolutely no idea how to answer your question. Sorry. Gary
View ArticleAVR : ATmega32m1 : REPLY
i wanted to use CAN to monitor some data in my car but i could not find a good connector. where can one buy these? to use can you need to set baud to 500 KB then you can ask for data like RPM you...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
- i still do not see which version you use - try the regs_SPI.bas from the W5100 folder. - what kind of hardware do you use? what kind of programmer? - double check all connections. many problems are...
View ArticleBASCOM-AVR Old versions : serial communication : REPLY
have a look at the print.bas sample. and the inkey.bas you should use the HW UART which is better suited. so check CONFIG COM
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
However, you should expect that the local variable A should preserve its value before the call to Sub2, and be correctly incremented afterwards. What you see is not what I would expect. Certainly you...
View ArticleAVR : ATmega32m1 : REPLY
I have bought many OBDII cables in the past from here http://www.obd2cables.com/products/obd-cables/
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
[quote:5a1ead13f4="hgrueneis"]When you give advice for something, maybe you should read the datasheet. Here is your opportunity to do so. QUOTE from the datasheet: 'The ADC has a separate analog...
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
Connecting AVcc to V+ isn't a "maybe necessary" thing, it IS necessary. As already stated in the data sheets sited above, it has to be close to V+, (hence not left unconnected). If one was going to...
View ArticleAVR : ATmega32m1 : REPLY
I just got a device similar to this http://dx.com/p/obdii-bluetooth-car-diagnostic-cable-black-blue-orange-dc-12v-42825 you can get an android app to read the ECU so even your smart phone will do Note...
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
[quote:393b70d1b8="JC"]Connecting AVcc to V+ isn't a "maybe necessary" thing, it IS necessary. As already stated in the data sheets sited above, it has to be close to V+, (hence not left unconnected)....
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
I do not understand. Why is it good to use a local variable ? I think Call and Gosub is very similar. I do not know when is better to use Call and when is better to use Gosub.
View Article