Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

Search found 387 matches
www.mcselec.com Forum Index
Author Message
  Topic: How to disable auto-fill-in
Arera

Replies: 2
Views: 90

PostForum: BASCOM-AVR Archive   Posted: Wed Oct 15, 2008 12:42 pm   Subject: How to disable auto-fill-in
Very Happy thank you, thatīs easy und helpful!
  Topic: How to disable auto-fill-in
Arera

Replies: 2
Views: 90

PostForum: BASCOM-AVR Archive   Posted: Wed Oct 15, 2008 11:13 am   Subject: How to disable auto-fill-in
Hi,
when i write a line like this:

set relais1

there is a list popping up after typing "set".
The list showes poerta.0, porta.1 and so on.
When I hit "space", "porta.0" is filled in.
How can ...
  Topic: ADC code sample
Arera

Replies: 3
Views: 644

PostForum: BASCOM-AVR Archive   Posted: Wed Oct 08, 2008 9:42 am   Subject: ADC code sample
An other easy way to ilter noise is to "oversample".

Instead of getting ADC once, do it e.g. 8 times an sum the results.
Then divide the sum by 8.
This takes time of course.

If you have got ev ...
  Topic: problem with get infrared
Arera

Replies: 9
Views: 755

PostForum: BASCOM-AVR Archive   Posted: Mon Oct 06, 2008 9:28 pm   Subject: problem with get infrared
1238 is a 38kHz type, 1736 isa 36kHz type, so they are not similar.
Your oszillogram: maybe the inputs pullup pulls up the signal, try to switch it off and check gain.
  Topic: Strange problem with getrc5
Arera

Replies: 21
Views: 792

PostForum: BASCOM-AVR Archive   Posted: Sun Oct 05, 2008 2:07 pm   Subject: Strange problem with getrc5
As far as I undertsand, youīve got serveral devices, all the same, and some work and some donīt? Is that right?

Can you swap single parts between an working and an not-working device?
This way you ...
  Topic: Strange problem with getrc5
Arera

Replies: 21
Views: 792

PostForum: BASCOM-AVR Archive   Posted: Sun Oct 05, 2008 1:26 pm   Subject: Strange problem with getrc5
Generally, I would start a project or even the search for an error by making things the simplest possible.

Your prog is simple, thatīs ok.
Then I would try to have the hardware as reliable as poss ...
  Topic: how to programm ?
Arera

Replies: 7
Views: 540

PostForum: BASCOM-AVR Archive   Posted: Sun Oct 05, 2008 8:25 am   Subject: how to programm ?
Hi Tim,
AFIAK the book is not avaliable in english, but it wonīt be of big use for you experienced AVR-freak. The book is not a printed-out helpfile, but describes the very first steps in getting fam ...
  Topic: problem with get infrared
Arera

Replies: 9
Views: 755

PostForum: BASCOM-AVR Archive   Posted: Sun Oct 05, 2008 8:11 am   Subject: problem with get infrared
have you got a scope to check the signal comming from sfh506?
What can you see?
  Topic: problem with get infrared
Arera

Replies: 9
Views: 755

PostForum: BASCOM-AVR Archive   Posted: Sat Oct 04, 2008 4:59 pm   Subject: problem with get infrared
There are still two answers left:
Does your "army-receiver" work on 36kHz?
I guess you will see no signal on the output of SFH506, in case carrier freq. does not match.
Do you manage to flash a LED ...
  Topic: Mega8 versus Mega8L
Arera

Replies: 4
Views: 380

PostForum: BASCOM-AVR Archive   Posted: Sat Oct 04, 2008 9:52 am   Subject: Mega8 versus Mega8L
Stick to specs, what else can you do?
Even if one sample of M8 runs with 3,7V, how reliable is that in the field?
  Topic: how to programm ?
Arera

Replies: 7
Views: 540

PostForum: BASCOM-AVR Archive   Posted: Mon Sep 29, 2008 7:44 pm   Subject: how to programm ?
Moin Uwe!

DONīT start bascom WITHOUT Rowalds book! I read it for three month, and AFTER that I tried my first own experiments with Hardware...
I must admitt, my brain is slow (23 milliIPS), you mi ...
  Topic: bascom usb-isp programmer
Arera

Replies: 1
Views: 385

PostForum: BASCOM-AVR Archive   Posted: Sun Sep 21, 2008 6:57 pm   Subject: bascom usb-isp programmer
Hi James,

have a look at this thread, and especially to what ARERA said.

http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=5920&highlight=usb+programm ...
  Topic: ATmega8535: ADC and PortA I/O mixed
Arera

Replies: 5
Views: 262

PostForum: BASCOM-AVR Archive   Posted: Sun Sep 21, 2008 8:05 am   Subject: ATmega8535: ADC and PortA I/O mixed
Hi Ross,
You are right in a way: To achive highest possible accuracy of ADC, itīs no good idea to switch outputs during conversion. But itīs possible!
To avoid influence of hardware during ADCconver ...
  Topic: ATmega8535: ADC and PortA I/O mixed
Arera

Replies: 5
Views: 262

PostForum: BASCOM-AVR Archive   Posted: Sat Sep 20, 2008 10:52 pm   Subject: ATmega8535: ADC and PortA I/O mixed
SETTING ports H or L:
Use "reset porta.2" or "set porta.2"
Use "toogle porta.2"

READING ports:
x = pina.2

See the help-file: config port
  Topic: How to write into and search/read out of a list?
Arera

Replies: 2
Views: 197

PostForum: BASCOM-AVR Archive   Posted: Sat Sep 06, 2008 5:11 pm   Subject: How to write into and search/read out of a list?
Store date into the RAM!

DIM Data(500) as Byte

This generates 500 variables to store 500 Bytes of data!

data(1)
.
.
.
data(500)

Dim a pointer to control which "address" you want to wri ...
 
Page 21 of 26 Goto page Previous  1, 2, 3 ... 20, 21, 22 ... 24, 25, 26  Next
All times are GMT + 1 Hour
Jump to: