I forgot also to tell you that you must include icons subfolder in src folder from previous package. If not, you get a message about a missing image file... ...
27393
jallist@yahoogroups.com
Nov 1, 2009 12:06 pm
1 The very beginning: JAL FAQ version 1.0 March 23, 2008 1 1.1 JAL? PIC? Where do I start? 1 1.2 Where to get JAL? 1 1.3 Which PIC? 2 1.4 What's all this JAL...
27394
Vasile
vsurducan
Nov 8, 2009 10:45 am
... Hi Albert, Windows version looks great, the ASCII receivers works with one of the examples provided. However maybe you could document somewhere the...
27395
Vasile
vsurducan
Nov 8, 2009 5:05 pm
Hi Rob, I guess so far you have right. With jal024l and 1omS timing generated with the code in discussion, the lenght of the ISR looks it does not affect the...
27396
Riekus
riekusbennink
Nov 9, 2009 7:30 pm
Hi there, I am new within the Jal group, I want to use Jal to make a aquarium controller. I want to use the I2C library, but when a run the program, the...
27397
Bert van Dam
bertloopvogel
Nov 9, 2009 7:41 pm
... Hi Riekus, 1. e1 and e2 are analog pins, did you remember to switch them to digital? 2. Since these are not the hardware i2c pins you need to use the...
27398
Miroslav
mkondelka
Nov 10, 2009 4:46 pm
Hi, i search library or program to control DDS Analog Devices. Does anyone have? Thanks....
27399
alancool_design
Nov 10, 2009 9:06 pm
i know this is device is as old as the hills, but i am new to microcontrollers and i just happen to have a small handful of them. I need to download...
27400
Rob Hamerling
digithalys
Nov 10, 2009 9:21 pm
Hi Alan(?), ... The Jallib group has a set of files that is similar but not compatible with Bert's libs. Depending of your experience you might use that set or...
27401
alancool_design
Nov 11, 2009 2:08 pm
... Thanks for the pointers i will see how i get on, inexperience to date is however high. Alan...
27402
Mihai Rainer
mishulentzi
Nov 11, 2009 4:15 pm
Hello, Another problem I found with jallib and 18F4550. using pragma eedata it generates org 0x0000 in EEPROM data section. And the eeprom data is not loaded...
27403
Rob Hamerling
digithalys
Nov 11, 2009 4:49 pm
... Looks like an issue with the compiler. The device file for the 18f4550 specifies the location and size of EEPROM memory correctly with: pragma eeprom, but...
27404
Eur van Andel
eur_1965
Nov 11, 2009 11:10 pm
Hi I've programmed PIC for years, mostly with the Wisp628 and Windoze 98, but also under FreeBSD. This worked 99.9% of the time. When it didn't work, the cause...
27405
Patrick Froucht
multitrain2000
Nov 12, 2009 5:25 am
Hello Eur, If I read correctly, trouble are with laptop. With the old one and it's RS232 interface, perhaps it's a problem of the voltage value for the RS232...
27406
matthewschinkel
Nov 13, 2009 2:08 am
Hey guys, I too have an issue with 18F4550, I recently ordered 3 of these chips but then found that they would not program correctly. I am using a K149-BC...
27407
van Veldhuizen
hansvanveldh...
Nov 13, 2009 7:54 am
Hello Matthew, I did not spent time for the sd card reading for the past months, because the whole affaire is a bit complicated for me. Have you made any...
27408
matthewschinkel
Nov 13, 2009 8:16 am
Hey Hans, nice to hear from you. Yes, I have created a SD CARD lib and have released it with jallib. It can be downloaded in the jallib-pack-bee at: ...
27409
van Veldhuizen
hansvanveldh...
Nov 13, 2009 12:08 pm
Hey Matt, Nice to get such a fast answer. I am still a Bert's book student and by the translation i have tried (frm teh german site) I ran into my shortage of...
27410
colin.tallis
Nov 13, 2009 4:48 pm
Nice library Matt! I have tested your sample program with 16f877 and 18f4520. Both work, but with my Kingston 1GB card I need a small delay of about 10ms...
27411
matthewschinkel
Nov 13, 2009 6:06 pm
... Do you have any documentation on this 10ms delay? I did not see anything about this in the datasheet and I have had no issues. If this is true, you can add...
27412
enzo_serafini
Nov 13, 2009 6:23 pm
Hello Matt, I'm interested by your fat32 lib and sample, I would like to make a data-logger with storage on a sd-card. thank you, Enzo...
27413
colin.tallis
Nov 13, 2009 7:17 pm
Hi Matt, No documentation, but I have read on other forums that there needs to be a wait period after sector write in order for the card to complete the...
27414
matthewschinkel
Nov 13, 2009 10:01 pm
Colin, I believe the correct way is to ask the SD card when it is ready after writing, and I do this in the lib as specified by the datasheet. It is possible...
27415
colin.tallis
Nov 14, 2009 9:44 am
Hi Matt I added the delay where you suggested but this did not appear to work. However, if I place the delay in the sd_stop_write() procedure, it does work....
27416
Hansv
hansvanveldh...
Nov 15, 2009 8:08 am
Hi Matt, I have found your libs etc. Are you going to develop something for reading the normal saved SD card files? In my project I should like to put a MIDI...
27417
dichiohare
Nov 15, 2009 1:00 pm
Hi, I've just purchased the Wisp648 programmer to accompany the "50 project for beginners book" by Bert Van Dam. I've set up my bread boards to the schematics...
27418
Alan Cool
alancool_design
Nov 15, 2009 2:41 pm
After being given some pointers recently which i am grateful for, i am getting to grips with some basic programming. However i have a problem that is driving...
27419
Bert van Dam
bertloopvogel
Nov 15, 2009 3:03 pm
... This appears to be a power issue. Perhaps your powersupply is not stable (enough), the 0.1 uF capacitors on the breadboard corners are missing, the ...
27420
Helge
helgeww
Nov 15, 2009 10:00 pm
[Default] On Sun, 15 Nov 2009 06:41:10 -0800 (PST), Alan Cool ... I can't see any problem with your code. Check for a hardware problem. Maybe your LEDs are not...
27421
dichiohare
Nov 15, 2009 11:21 pm
Hi Burt thank you for your quick response. I've checked the power on the breadboard and it is 4.96v is this enough or is this causing the problem?? Also I've...