RFID Issues.... HELP !!!!!
Thank you for looking at this... I am attempting to use a EM4100 Reader to read some cards and light some leds on the bench... I have stolen some code and added some code... The original worked and...
View ArticleTiny Bootloader and 18F1320 Through X-bee wireless
Just got Tiny Bootloader to work with my X-bee network. Changed the .asm file to look like this so it runs at 9600 baud @4MHz Code: Â Â Â Â radix DEC Â Â Â Â LISTÂ Â Â P=18F1320Â Â Â Â ; change also:...
View ArticleMPASM Error Message
Good evening all- I recently moved up to PBPV3.0.7.0 from PBP2.5. I have a whole number of projects that compiled & assembled successfully using V2.5 and PM. However, when I try on a 16F876 or...
View ArticleInternal pullups on 18F45K22
Hi, I'm going round in circles trying to find how to set the weak pullups on Port B of the 18F45K22. It seems to involve INTCON2 to enable the pullups; and WPUB to set the individual bits. Could anyone...
View ArticleHelp with the math
Hi All! My brain seems to be in a thick fog these days, maybe it's the onset of oldtimes disease? Okay so I have a model that is 1:100 scale. The speed pressure sensor reads a maximum pressure of 2...
View ArticleLED Strips
Hi All, Has anyone tried to make a Controller for LED Strips?, the crazy part is most of the Controlling Chip Datasheets are all in Chinese and not easy to make out any useful information. So Far I can...
View ArticleSpam or malicious private messages?
i have gotten a few private messages, was notified by email these look quite suspicious, this one today You have received a new private message at MEL PICBASIC Forum from ciomecom, entitled "Hi!". i...
View ArticleDT lOW PRIORITY INTERRUPTS - ASM WARNING
HI GUYS Was giving DT low priority interrupts a run , but i get a ASM warning , of " found call to to macro in column 1 ( INT_CREATE_L)" is this normal when using these ? cheers Sheldon
View ArticleOSD in color?
Hi All! Anyone know of a text inserter (inserting text into NTSC video) where the text is in color and not white? The more rows and columbs the better such as 30 columbs and 16 rows or more? I know...
View ArticlePicbasic/18F/internal data-EEPROM capacity > 1kbyte?
Hi, I am looking to better the 18F46K22 for internal data-EEPROM capacity - which at 1kbyte is already quite large. A trip round the forum and Microchip's 'Configurator' shows nothing bigger. Is anyone...
View Articlehow to access and set bits in a byte array?
Hi all i have a byte array bArrRGBData VAR byte[4] i want to first check some individual bits across the entire array and then depending on their state set some other bits across the entire array...
View ArticleMeasuring a variable freq/length pulse and generating more pulses.
I have a system where a motor position sensor provides six pulses per revolution. As rpm rises to a maximum of 6000rpm of course it goes up to 600 pulses a second. Lets say it's CMA in the diagram....
View ArticlePic18f4550 hserout
Hi Guys, Wonder if any one can point out the difference between the PIC18 and PIC 16 HSEROUT commands. I normally use the following code in my PIC 16 programs, '*Serial port Setup 9600 8E1* DEFINE...
View ArticleBizarre compile errors
Hi All, New to PIC Basic programming. I'm starting with examples for my PIC16F877A development board. I copied the 7 segment display example from here: http://melabs.com/samples/PBP-mixed/7segment.htm...
View ArticleiChip's Nano LanReach configuring problem
Long time no see guys. At least army life is over!! I've made a pic command line editor at pbp so i can communicate with my nano lanreach module(pc-->mcu-->module). It's identical to nano Lan...
View ArticleHelp with Pic-18F23K22
Hi , I want to use 18F23K22 device in my proyect , after a lot of time reading the datasheet and Melabs configurator can't get blink a simple led with this device, maybe someone can give me help to...
View Articlepic16f690 sine wave
Hi I'm struggling to figure out how to code a sine wave in assembly. I was thinking of using a lookup table but not sure what to do. All help is much appreciated. Regards Jason
View ArticlePic18f2550 HID Keyboard
Dears , many Thanks For The Useful Info I Found Here To Achieve My Project , But Only I have One Concern i Cant Deal With It . i Can Connect The Pic To My Pc And Recognized , But When I Try To Send The...
View ArticleFloating point math
Would be very nice to have floating point math Currently I use MikroC from Mikroelektronika for that. What I do not like too much in MikroC is lack of convenient and simple serial input/output...
View Article