Search found 152 matches

by Coccoliso
Thu Jun 11, 2015 5:58 am
Forum: Modules
Topic: GSM module SIM900
Replies: 3
Views: 5746

Re: GSM module SIM900

Yes, but it never became a module :(
Management of SIM900 is in main program and functions are intended to what I needed (only send SMS).
If you want I can give you some tips..
by Coccoliso
Tue May 12, 2015 7:14 am
Forum: Compiler
Topic: Program origin and banks
Replies: 6
Views: 3561

Re: Program origin and banks

Hello Jerry,
I had based on this post http://www.microchip.com/forums/m252258.aspx but rightly once you've set CPn and make sure the bootloader with CPB the FW can not be changed and read than a full erase right?
So EBTRn are superfluous :D and are those that prevent me from the TBLRD*.
by Coccoliso
Mon May 11, 2015 5:34 pm
Forum: Compiler
Topic: Program origin and banks
Replies: 6
Views: 3561

Re: Program origin and banks

Hello, with 18F2682 and below config I disable the code read from MPU.. CP0 = On CP1 = On CP2 = On CP3 = On CP4 = On CP5 = On EBTR0 = On EBTR1 = On EBTR2 = On EBTR3 = On EBTR4 = On EBTR5 = On CPD = On CPB = On .. but this also prevents the use of the TBLRD* and always returns 0. So the idea was put ...
by Coccoliso
Mon May 11, 2015 2:32 pm
Forum: Compiler
Topic: Program origin and banks
Replies: 6
Views: 3561

Program origin and banks

Hello,
I need to protect the source, but read a part of the ROM containing some string constants.
I am aware of the configuration parameters to protect the individual banks and would like to know if and how I can position the origin of the program from a specific bank.
Thank you.
by Coccoliso
Mon May 04, 2015 11:55 am
Forum: Modules
Topic: USART2 with ISRRX
Replies: 2
Views: 3779

Re: USART2 with ISRRX

Thanks Jerry :wink:
by Coccoliso
Mon May 04, 2015 9:03 am
Forum: Modules
Topic: USART2 with ISRRX
Replies: 2
Views: 3779

USART2 with ISRRX

I want to use the ISRRX on second USART on a 46K22 and I rebuilt a ISSRX for the second USART renaming it UartBuffer2.bas I still have not the MPU so I rely only on compilation and I noticed that in the USART2.BAS module there is a specific reference to 18F26K22 (which is exactly the same family of ...
by Coccoliso
Mon Apr 20, 2015 5:50 pm
Forum: Modules
Topic: I2C slave for the K22
Replies: 2
Views: 4764

Re: I2C slave for the K22

Hi Jerry,
now I have to go find the breadboard... :D
by Coccoliso
Mon Apr 20, 2015 12:09 pm
Forum: Modules
Topic: SD file system: hardware vs software SPI problem
Replies: 3
Views: 4222

Re: SD file system: hardware vs software SPI problem

Luciano, as Steven Wright wrote: "Note that the Init command for initialising the card has been changed slightly since Version 3.1.1 and this will necesitate a change to existing user code. The command now returns a byte, not a boolean. The return variable gives more information in case of a failure...
by Coccoliso
Sun Apr 12, 2015 7:56 am
Forum: User Modules
Topic: MQTT Message Queue support for W5500 eth module
Replies: 7
Views: 10198

Re: MQTT Message Queue support for W5500 eth module

Yes Jerry,
Itead is one of the few that uses the SPI pins on the connector D9 / D13 instead of the 6 pin Arduino ICSP central header, that in some cases could also touch the ICSP Firewing header if it is mounted.
by Coccoliso
Mon Apr 06, 2015 7:15 am
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12904

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

It's a shame that there is only SMD! :?
Is there something similar with old features DIP?
by Coccoliso
Fri Apr 03, 2015 6:26 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 27109

Re: 1.8'' TFT Display

Hello Overclocked,
I thank you for the purpose but not accept it ..
I already have here a pseudo KS0108 that made me mad :x
by Coccoliso
Mon Mar 30, 2015 11:50 am
Forum: User Modules
Topic: MQTT Message Queue support for W5500 eth module
Replies: 7
Views: 10198

Re: MQTT Message Queue support for W5500 eth module

Hello Jerry,
excuse is slightly off topic (but Firewing is of the same family :D )
David suggested to me an itead shield http://imall.iteadstudio.com/im140725005.html which at first glance should work with Firewing ..
Someone has tried it?
Thanks.

PS: Then move any replies in FW forum :wink:
by Coccoliso
Sat Mar 28, 2015 3:37 pm
Forum: User Modules
Topic: MQTT Message Queue support for W5500 eth module
Replies: 7
Views: 10198

MQTT Message Queue support for W5500 eth module

Hello,
on wiki you can found an implementation of MQTT, a small machine-to-machine/"Internet of Things" connectivity protocol, as expansion of W5500 eth module.

http://www.sfcompiler.co.uk/wiki/pmwiki ... hUser.MQTT
by Coccoliso
Fri Mar 27, 2015 8:32 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12904

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Thanks David,
I did it! :wink:
by Coccoliso
Fri Mar 27, 2015 5:31 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12904

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

I haven't used the WIZnet chips, but I think they support an IPRAW mode that would let you send an ICMP ping to another device http://www.wizwiki.net/wiki/doku.php?id=products:w5500:application:ipraw Maybe somebody has tried this... After an intellectual effort .. I added the ping function to the W...