Quantcast
Browsing all 20600 articles
Browse latest View live

BASCOM Project Blog : 7 inch display board : REPLY

The next step is the iTrax300 GPS module. It is the WIZFI210 or the Itrax300 GPS module, they are on the same serial lines....

View Article


BASCOM Project Blog : 7 inch display board : REPLY

Using a switch mode regulator There is a switched mode regulator available which is pin compatible with the 7805 regulator and a similar size. The 7805 regulator is supposed to be roughly 55%...

View Article


BASCOM-AVR : RS 232 Data validation On wireless transmision : REPLY

Hi snow, You seem to mix up CRC with an encryption. But it not like that at all. There is no way the recalculate the actual information from the checksum. A checksum is generated, and then appended to...

View Article

BASCOM-AVR Old versions : MCS Bootloader : REPLY

do you have a full version? Better write to support and do not forget to mention your serial.

View Article

BASCOM-AVR : RS 232 Data validation On wireless transmision : REPLY

Hi People Thanks for you feedback, its been very helpful. I have got confused as the utube clip tags the CRC onto the the end on the datastream. Here is a great example i found...

View Article


BASCOM-AVR : Programming Arduino's : REPLY

both the old arduino (stk500 protocol) and the newer arduino (stk500v2) are supported. there are however many variants. in most cases you just need to set the baud rate to the proper speed. and like...

View Article

BASCOM Project Blog : 7 inch display board : REPLY

I love that clock. And thanks for the info about the traco power chip and GPRS module. You say they share the same line, but when connecting to the PC right? According to the circuit they seem to have...

View Article

BASCOM Project Blog : Watering system Contrioller : REPLY

hi Paul, Nice new project. I followed your other projects with interest too. Thanks for the regular updates.

View Article


BASCOM-AVR : Writing code to run multiple tasks at same time : REPLY

I found you an offer for Pseaudo-Multitasking. And luckyly it is written in Basic. And is a short program. Hope there is something in it for you...

View Article


BASCOM-AVR : Generate constant of the .bas Filename? : REPLY

Evert:) thanks to point me in the right direction. MWS, if it is easy to do then it would be nice that your suggestion is implemented. I started my search because I have been to much experimenting...

View Article

BASCOM-AVR : Precedence in IF sentence : NEWTOPIC

What precedence is BASCOM using in an IF sentence when you have AND and OR? Does AND always have higher precedence than OR? Example: [code:1:f74b16d8ba]If a = 2 AND b = 3 OR a = 1 Then 'Do things End...

View Article

BASCOM-AVR : Precedence in IF sentence : REPLY

The sentence is checked from left to right. i think this was asked and answered before. but as shown : a=2 is tested and AND-ed with b=3. the result is OR-ed with a=1

View Article

BASCOM-AVR : Generate constant of the .bas Filename? : REPLY

I will have a look at making version available as a constant. But you need to use the constant in your code, for example on a DATA line. or at the end of your code where you assign it to a variable.

View Article


BASCOM-AVR : Bascom and Android? : NEWTOPIC

Hi, works Bascom on a tablet with Android-OS ? Does someone knows it ? Thanks Hans [b:25cb783b33][color=red:25cb783b33](BASCOM-AVR version : 2.0.7.6 )[/b:25cb783b33][/color:25cb783b33]

View Article

BASCOM-AVR : Bascom and Android? : REPLY

no. bascom is a windows application. and the generated object code is for AVR processors.

View Article


BASCOM-AVR : Bascom and Android? : REPLY

Hi, what do you want to do ? Controlling an AVR programmed by Bascom-AVR via Tablet or Smartphone ? See here:...

View Article

BASCOM-AVR : Bascom and Android? : REPLY

Hi , only to create programs for AVRs with a tablet , because there are small , inexpencive tablets with android available . Thanks Hans

View Article


BASCOM-AVR : Programming Arduino's : REPLY

The good thing was that I went through the whole Help file ;) Found a lot of interesting functions and directives. Like the $PROGRAMMER directive, very nice... A reason why it didn't work before could...

View Article

BASCOM-AVR : read temperatur from atmega328P-dip28 : NEWTOPIC

hello i try to read the internal temp from my atmega328p-dip28. but i try with getadc(7), gaetadc(8), noting the pdf notice give the internal adress 8. it's posiible to read this? dim v_temp as word...

View Article

BASCOM-AVR : read temperatur from atmega328P-dip28 : REPLY

You need to set the reference to 1.1V internal, and it's indeed channel 8 [code:1:464c97da72] Config Adc = Single , Prescaler = Auto , Reference = Internal_1.1 [/code:1:464c97da72]

View Article
Browsing all 20600 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>