... switch and an if statement to work. I may have popped my pic. Simple test to check your pic is to blink an LED. Just connect the cathode end of the LED...
Creek, Add this line after the include(s) to set the port A inputs as digital inputs. Otherwise, trey are not considered by JAL. Otherwise A_0 is considered as...
... an ... no ... in ... devices. ... are ... And mines from 4pcs SHT75 one is trully deffective for sure. I'm looking to higher precision than 1% on a...
Hi all, I need to build a little resonator and the original has a little coil labeled: uH 22 - K It means the coil has a 22 microhenries value? What does mean...
... pages ... eeprom ... rewritten in ... Hi Stef, Would you like to share some ideas what code change is required to make pages unlimited in size? I belive...
... be ... got ... that ... calibrated ... do. ... 12 bit output both this is yours: RH = 1659*code/2^12 - code*code/2^12 * 470/2^12 - 40 this is datasheet...
hi Jacek, ... At the moment I put the project away, until ... even I'm not doing any JAL projects for the moment because my brain is now occupied by other...
... to ... extensions ;-) ... want to ... Stef, If you remeber I've asked to see your ENC driver code, a while a go. So, if it's not too much trouble... I'm...
... Greetings, May I recommend that you switch to the new version of the code-- "JAL WIFI" -- it supports ethernet in addition to wifi, and in general is ...
instead of starting a new thread with the same subject.. hi all, I'm starting off with programming of pics, using jal after the led-blinking, I wanted to go to...
... the ... pic ... scope ... You have already defined the pcl register in a previous library or you may have two includes of the same jpic library ? ... ...
first of all, thanks for the reply ... I didn't... this was stated in a jal-library, at download-time ... well, I did remove it there, but still got the same ...
Ok, I got some more info about this problem... Jal is not case-sensitive (which was the reason of not finding the second declaration), causing the definition...
IIRC, when using the 18F series PIC's you don't use the regular jpic.jal library. Instead you use the jpic16.jal library. This is because the register ...
... pages ... William, I did try wifi before and had some problems, so I try it again. It serves about 900 chracters and then sends some binarys and again ...
hello I would like to set multiple small units with sensors (a unit is a lm35, a small uC, a batterie and a rf transmitter (those ~400mhz modules) ) each...
That will probably work fine I use a similar technique . For example , I send every 10 minutes , because the chances that any 2 units started at the exact same...
email@...
Feb 8, 2007 10:07 pm
23210
... any 2 units started at the exact same time is small , but add a small time delay on each transmission based on a pseudo random number generator. The seed...
I'm bulding a device that needs to use an IR remote transmitter and receiver. By searching here, I've found there's a library called IRLib that seems to do...
Why is it not possible to configure the serial_hardware lib for 4800 baud? I'm trying to use it for decoding NMEA sentences from a GPS unit, and that can't go...
... If you want some code to receive the $GPRMC time and date code then let me know. I also have a method that does not use the USART. Here is the code for a...