Search the web
Sign In
New User? Sign Up
basicx · Discussion list for the BasicX family of microcontroller chips
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21172 - 21206 of 23212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21172
Does anyone tried to implement an RTC-based task scheduler for BX-24?...
manuelito01
Offline Send Email
Apr 1, 2006
3:06 pm
21173
BXDism is proving to be an invaluable tool when working with multiple tasks. The output though, is strange sometimes. I have a task running that uses a array...
psyclopedia
Offline Send Email
Apr 1, 2006
3:28 pm
21174
... bxDism does a static analysis of the MPP and BXB files to figure out what is being used. For example the line of code HobbsTotal = Hobbs(I) results in the...
Mike Perks
basicx_austin
Offline Send Email
Apr 1, 2006
8:55 pm
21175
Thanks Mike. I read your articles on the internals of the BasicX, although much of it is over my head. I'm slowly getting up to speed on all of this though. ...
psyclopedia
Offline Send Email
Apr 1, 2006
9:47 pm
21181
Hey, I was wondering if it were possible in the code to: 1) Split a 16 bit hex number into high and low bytes 2) Operate under the negative hex rules (With...
Nathaniel Barshay
trinitymishap
Offline Send Email
Apr 2, 2006
4:33 pm
21182
... There are several methods. One is: lsByte = cByte(i16bits mod 256) msByte = cByte(i16bits \ 256) ... That's called two's-complement notation and it is...
Tom Becker
b19063
Online Now Send Email
Apr 2, 2006
4:52 pm
21183
Hello ! I have an extra Innovate XD-16 display, and i'd like to display speed from an gps ... I can handle getting speed from the gps , but driving this...
Mikael Karstikko
karstikko4
Offline Send Email
Apr 2, 2006
5:06 pm
21184
... "The serial data consists of packets of 16 bytes (in normal operation every 81.92 msec). The packets are organized as eight 16 bit numbers in big endian...
Tom Becker
b19063
Online Now Send Email
Apr 2, 2006
5:25 pm
21185
I tried and and I'm getting some completly random results, The code is for the Motor Mind C, heres what I got: Public Motor1 as integer Public Motor1High as...
Nathaniel Barshay
trinitymishap
Offline Send Email
Apr 2, 2006
5:28 pm
21186
Thanks, I implemented it into my Motor Mind C communication code and got some random results, heres the code I tried: Public Motor1 as integer Public...
Nathaniel Barshay
trinitymishap
Offline Send Email
Apr 2, 2006
6:13 pm
21187
I hate to double post but I've realised that half my problem is that I've mixed up high and low bytes, regardless I still can't get negatives to work..., ...
Nathaniel Barshay
trinitymishap
Offline Send Email
Apr 2, 2006
6:44 pm
21188
Hi ~ I have a question about PWM output of BX24. I use BX24's PWM output to control a dc motor with driver LM18200L, and I set the PWM rate-setting as 1 and...
soso soso
letter2email
Offline Send Email
Apr 3, 2006
1:24 pm
21189
Hi~ Question about PWM output: I am using BX24¡¦s PWM (pin26) to control a 24V DC motor with a driver LMD18200, and it has no problem at all. However,...
soso soso
letter2email
Offline Send Email
Apr 3, 2006
5:26 pm
21190
... Timer1 has two output pins; on the BX-24, pins 26 and 27. They are electrically identical except that pin 26 has an LED and dropping resistor connected to...
Tom Becker
b19063
Online Now Send Email
Apr 3, 2006
9:03 pm
21191
Odd. It's now 17:00 USEDT. The note I wrote about PWM, at 07:00 this morning - on the Yahoo group web site, like this one is being written - just appeared on...
Tom Becker
b19063
Online Now Send Email
Apr 3, 2006
9:20 pm
21192
I have found this with other e-mails, but not the basicx group. [Non-text portions of this message have been removed]...
andycamach@...
Send Email
Apr 3, 2006
9:37 pm
21193
I've been doing a few posts from the groups.yahoo.com web site and have been seeing this problem, about a 30 minute to one hour delay, it's actually why I...
Nathaniel Barshay
trinitymishap
Offline Send Email
Apr 3, 2006
9:55 pm
21194
Sorry, I've checked my pervious e-mails and it has been happening. [Non-text portions of this message have been removed]...
andycamach@...
Send Email
Apr 4, 2006
1:25 am
21195
Hi All, I am new to BASICX although I've programmed on and off for quite a while. I am trying to use the LCD+ to read a 4x4 keypad (home made). I have made...
Edward Ringel
aa1wz
Offline Send Email
Apr 4, 2006
8:34 pm
21196
Hello all, I am interested in designing a 4x4 A/V matrix switch, and was wondering if anyone has done this before. I could go buy one for around a grand, but I...
nuepatrick
Offline Send Email
Apr 4, 2006
8:35 pm
21197
OK, I'm out of RAM, and the application just keeps getting bigger... This is going to be interesting.. As I look for ways to reduce RAM usage, I am open to...
Don Kirby
psyclopedia
Offline Send Email
Apr 4, 2006
10:12 pm
21198
HI Tom I used to work on Medical CT scanners , they use slip ring technology to drive a fast rotating ganrty with a high voltage xray tube mounted in it, as...
peterklos@...
peterklos2002
Offline Send Email
Apr 4, 2006
10:16 pm
21199
Seeing the code always helps. ... From: "Edward Ringel" <edringel@...> To: <basicx@yahoogroups.com> Sent: Tuesday, April 04, 2006 9:58 AM Subject:...
Chris
robotlogic
Offline Send Email
Apr 4, 2006
10:31 pm
21200
Hi, Fairchild semi makes both video and audio switcher chips. http://www.fairchildsemi.com/ds/FS%2FFSAV331.pdf This link is for a $3 4x1 chip, with 4 of these...
Chris
robotlogic
Offline Send Email
Apr 4, 2006
10:51 pm
21201
... You might be over optimizing too early. You need to look at the whole program. Changing an algorithm or implementation in another place might free up lots...
Mike Perks
basicx_austin
Offline Send Email
Apr 4, 2006
10:56 pm
21202
... What about calling Sleep(3.0) after detecting a closed switch, then checking it again? This does not guarantee it has been closed continuously but, if you...
Tom Becker
b19063
Online Now Send Email
Apr 4, 2006
11:18 pm
21203
Have you considered using mercury slip ring? They are not suitable for all applications but they they are pretty clean when used within their specifications. ...
meenbombs
Offline Send Email
Apr 4, 2006
11:21 pm
21204
... Sure. Wetted contacts would be great. Do you have an afforable example? Tom...
Tom Becker
b19063
Online Now Send Email
Apr 4, 2006
11:26 pm
21205
Using that sleep(3.0) method but checking the button every 10th of a second and if the button is on in that 10th of a second add 1 to a variable and if the...
andycamach@...
Send Email
Apr 4, 2006
11:48 pm
21206
That was my first thought, except, as you mentioned, the non-continuous button press. Currently, I'm trying to figure out how to do something like, check the...
Don Kirby
psyclopedia
Offline Send Email
Apr 4, 2006
11:50 pm
Messages 21172 - 21206 of 23212   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help