Search found 152 matches

by Coccoliso
Mon Jan 16, 2017 1:26 pm
Forum: User Modules
Topic: Neopixels WS2812B
Replies: 10
Views: 7161

Re: Neopixels WS2812B

Hi Octal, LED strips comes at the weekend and I have yet to buy a power supply with a dozen amps .. they are still forced to wait. If it has at least the routine for the creation of 1 and 0 (perhaps 40MHz) let me know here. Then we can ask David or Jerry if it can engage with the setting for differe...
by Coccoliso
Sat Jan 14, 2017 4:54 pm
Forum: User Modules
Topic: Neopixels WS2812B
Replies: 10
Views: 7161

Neopixels WS2812B

Hi at all, has anyone tried to use WS2812B? it seems that they not need special care.. but the problem is the generation of T0L / T0H - T1L / T1H pulses of 0.85us / 0,4us - 0,45us / 0,8us and then it seems to me that I have to write some NOP in assembler to get out alive ( without an oscilloscope is...
by Coccoliso
Mon Dec 19, 2016 8:03 am
Forum: General
Topic: Microscope for SMD rework
Replies: 2
Views: 4375

Re: Microscope for SMD rework

Hi,
I use this
Head-lens-w-lights.jpg
Head-lens-w-lights.jpg (38.7 KiB) Viewed 4365 times
All for 10€ (excluding batteries)
by Coccoliso
Sat Dec 10, 2016 5:13 pm
Forum: General
Topic: Pin OnChange example
Replies: 4
Views: 5000

Re: Pin OnChange example

Thanks so much Jerry :wink:
Always fast and accurate !
by Coccoliso
Sat Dec 10, 2016 1:31 pm
Forum: General
Topic: Pin OnChange example
Replies: 4
Views: 5000

Re: Pin OnChange example

Hi Jerry, I use a 18F2682 or 18F2685 and for now can use any pin.. I have not yet drawn the circuit, however, I use two port B pin for the CAN. Free pins are PB0 (INT0) , PB1 (INT1) and PB4,PB5 ( not used for PGM signal) OK for test only an high to low transition (falling edge). You have something a...
by Coccoliso
Sat Dec 10, 2016 11:30 am
Forum: General
Topic: Pin OnChange example
Replies: 4
Views: 5000

Pin OnChange example

Hi at all, I'm looking for an example of code to generate an interrupt to the passage from state 1 to 0 state of a pin. In Firewing an event simplifies everything but with SF compiler and the PIC18? Maybe there's something in the examples installed but I can not find it. Perhaps I had already asked ...
by Coccoliso
Sat Dec 10, 2016 10:46 am
Forum: Compiler
Topic: code freezes after one run
Replies: 8
Views: 5329

Re: code freezes after one run

Hi Toyman,

pickit2 set also MCLR .. have pull-upped MCLR in your HW?
by Coccoliso
Thu Feb 25, 2016 6:28 am
Forum: User Modules
Topic: Swordfish --> Web Server
Replies: 6
Views: 5895

Re: Swordfish --> Web Server

Hi, surely the W5500 is the best choice. The W5500 allows you to not use a local buffer because it has a better memory management. The W5100 is more popular and the price (from China) is more convenient. W5500 - RAM 32KB ( 16 RX & 16 TX) - 8 sockets - Only SPI - Few pins - a more simplified manageme...
by Coccoliso
Wed Feb 24, 2016 7:23 pm
Forum: User Modules
Topic: Swordfish --> Web Server
Replies: 6
Views: 5895

Re: Swordfish --> Web Server

Hi,
Then there is also the W5100 chip with its module WIZ811MJ here http://www.sfcompiler.co.uk/wiki/pmwiki ... User.W5100
by Coccoliso
Wed Jan 06, 2016 9:14 am
Forum: Compiler
Topic: Strange variable behaviour
Replies: 5
Views: 3332

Re: Strange variable behaviour

Hi,
all globals vars are set to 0 and the structure are cleared at the beginning of the program?
by Coccoliso
Sun Oct 25, 2015 7:25 am
Forum: General
Topic: Windows 10
Replies: 1
Views: 4745

Re: Windows 10

Hi, for what concerns swordfish free I would not know. Swordfish with license is downloaded and updated and it works perfectly. In Firewing I can tell you that the toolsuite Swordfish not find the licensed version but I've talked about here http://www.firewing.info/forum/viewtopic.php?f=5&t=246 as I...
by Coccoliso
Tue Aug 18, 2015 5:32 pm
Forum: Modules
Topic: Octal T6963c GLCD module error.
Replies: 2
Views: 4158

Re: Octal T6963c GLCD module error.

Hi Selcuk,
I do not know if it is also implemented in T6963c module but there is an option that you can set to resolve the problem of ratio on the circles and squares.
In KS108 module is set #Option GLCD_ASPECT_RATIO = 75 while in the T6963c module is set to default at 100.
by Coccoliso
Sun Aug 16, 2015 4:08 pm
Forum: IDE
Topic: MPLAB-X Plugin...
Replies: 64
Views: 113132

Re: MPLAB-X Plugin...

Hi, I was able to debug my first Swordfish source.. :D congratulations to all for the work done :D . You even managed to get me to pull out the pickit 3 from the package. At some point, however, I was lost when the pickit 3 not communicate with MPLAB-X and I thought I'd lost it :( . I did not know t...
by Coccoliso
Wed Aug 12, 2015 7:06 pm
Forum: IDE
Topic: MPLAB-X Plugin...
Replies: 64
Views: 113132

Re: MPLAB-X Plugin...

I've always liked the PICKit2 and even though you can add programming support for some new devices to the PK2, that only gets you so far. Many people who have worked with the PicKit2 and continue to do so because it is the only one that does not need any MPLAB / MPLAB X-installed to work with the c...
by Coccoliso
Fri Aug 07, 2015 10:18 am
Forum: IDE
Topic: MPLAB-X Plugin...
Replies: 64
Views: 113132

Re: MPLAB-X Plugin...

Hi at all,
for which version of MPLAB-X was made?