Search found 198 matches

by chad
Sat Jan 11, 2020 4:30 am
Forum: User Components
Topic: Yet another TM1637 7 segment version. (Resolved)
Replies: 9
Views: 7043

Yet another TM1637 7 segment version. (Resolved)

Hello, I picked up some of these from amazon. https://www.amazon.com/diymore-Display-Digital-Decimal-Segment/dp/B07MCGDST2/ref=cm_cr_arp_d_product_top?ie=UTF8&th=1 It uses the TM1637Display.h lib for Arduino. https://github.com/avishorp/TM1637/blob/master/TM1637Display.h I Have tried all of the FC c...
by chad
Tue Nov 26, 2019 11:58 am
Forum: Flowcode V8
Topic: Can't get correct pwm speed going on PIC12f1501
Replies: 8
Views: 3479

Re: Can't get correct pwm speed going on PIC12f1501

I think I found it. It was the brown out detection. If I disable it it doesn't reset. Very strange.

Chad
by chad
Tue Nov 26, 2019 11:53 am
Forum: Flowcode V8
Topic: Can't get correct pwm speed going on PIC12f1501
Replies: 8
Views: 3479

Re: Can't get correct pwm speed going on PIC12f1501

I turned it off and it does the same thing. Power is stable and good. Totally disconnected the programmer and it still does it.
Hmmm
by chad
Tue Nov 26, 2019 11:41 am
Forum: Flowcode V8
Topic: Can't get correct pwm speed going on PIC12f1501
Replies: 8
Views: 3479

Re: Can't get correct pwm speed going on PIC12f1501

Gotcha, I did find something else strange. Just a simple delay loop about every second I get a glitch in the output.
You can see it on the scope trace.
And this is my program.
Any Ideas?
DS1Z_QuickPrint1.png
(39.64 KiB) Downloaded 485 times
flow error glitch.jpg
flow error glitch.jpg (23.75 KiB) Viewed 3461 times
Chad
by chad
Tue Nov 26, 2019 11:15 am
Forum: Flowcode V8
Topic: Can't get correct pwm speed going on PIC12f1501
Replies: 8
Views: 3479

Re: Can't get correct pwm speed going on PIC12f1501

Hi Leigh,

Actually I am running at 16mhz. I was hoping that I could just set the pwn down low and let the hardware take care of blinking the led while the program did other stuff. I guess I could get creative with a timer and counters or just do it with delays..

Thanks,
Chad
by chad
Tue Nov 26, 2019 10:09 am
Forum: Feature Requests
Topic: Add extra internal clock config stuff to PIC 12f1501 ( Use the Internal Ocillator Helper)
Replies: 5
Views: 3628

Re: Add extra internal clock config stuff to PIC 12f1501

Thanks, I remembered seeing it a while back. It seems like that should be just built into the configurator?

I just posted a little pwm issue.. On to the next thing. . .

Yet another new chip;)

Chad
by chad
Tue Nov 26, 2019 10:06 am
Forum: Flowcode V8
Topic: Can't get correct pwm speed going on PIC12f1501
Replies: 8
Views: 3479

Can't get correct pwm speed going on PIC12f1501

I am trying to get a 13hz pwm out of the 1501 Cant' seem to get it going at the right freq. I set my properties in the component and enabled it. I am using channel 4 that should be RA2. I can get a 1k out but it doesn't seem to let me go below that? The display in the component looks right? Any Idea...
by chad
Tue Nov 26, 2019 9:38 am
Forum: Feature Requests
Topic: Add extra internal clock config stuff to PIC 12f1501 ( Use the Internal Ocillator Helper)
Replies: 5
Views: 3628

Re: Add extra internal clock config stuff to PIC 12f1501 (found it)

Hey, I found that. What I couldn't find was the Internal Oscillator Helper. Got it all going.

I have another problem now but I will post that elese ware.

Thanks
Chad
by chad
Tue Nov 26, 2019 9:08 am
Forum: Feature Requests
Topic: Add extra internal clock config stuff to PIC 12f1501 ( Use the Internal Ocillator Helper)
Replies: 5
Views: 3628

Add extra internal clock config stuff to PIC 12f1501 ( Use the Internal Ocillator Helper)

* EDIT See above posts!

Hey, Just got the PIC8 Pack and I am playing with the chip and it looks like there are some config bit missing from the configuration.

Thanks,

Chad
by chad
Thu Nov 21, 2019 2:38 pm
Forum: Feature Requests
Topic: OLED with SPI SSD1306/SH1106 --> additional fonts
Replies: 11
Views: 11730

Re: OLED with SPI SSD1306/SH1106 --> additional fonts

I don't remember if you can have different fonts on the screen at the same time. I do know that there are many fonts to choose from. Here is the u8g2 font list. https://github.com/olikraus/u8g2/wiki/fntlistall . If you want to emulate a good display package this would be where I would start. https:/...
by chad
Thu Nov 21, 2019 12:25 am
Forum: Feature Requests
Topic: OLED with SPI SSD1306/SH1106 --> additional fonts
Replies: 11
Views: 11730

Re: OLED with SPI SSD1306/SH1106 --> additional fonts

The way I look at it is if people are going to be using a oled or lcd they are going to be on a chip with a little more program space, or would be willing to bump up to a bigger chip. You aren't going to be spending dollars , tens of dollars on a nice display and fret over a single dollar for a bigg...
by chad
Wed Nov 20, 2019 2:39 pm
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Re: Non-volatile memory on a PIC18F87J50

LOL, yeah I have a unique ability to pick hard to use things it would seem.
Right now my current experiment is with the PIC32MZ0512EFE064.
I'm going to need to be able to store some variables..

Chad
by chad
Wed Nov 20, 2019 2:25 pm
Forum: General Programming
Topic: Microchip questions for you all.
Replies: 25
Views: 15171

Re: Microchip questions for you all.

Sorry for the delay in responding. I have been really busy with work stuff. Been playing with stuff a little more, slowly sinking in. One question, why would you use harmony to instantiate a UART and not just use the FC component? Chad P.s. I ordered some of the little 8 pin pic's you like. Don't kn...
by chad
Wed Nov 20, 2019 2:22 pm
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Re: Non-volatile memory on a PIC18F87J50

Is a version of this possible on a pic32mx?

Chad
by chad
Wed Nov 20, 2019 2:19 pm
Forum: General / Misc
Topic: RTOS
Replies: 3
Views: 9944

Re: RTOS

Hey Steve, So it's been 9 years, how's that "looking into this" going :)

Chad
by chad
Wed Nov 20, 2019 1:45 pm
Forum: Feature Requests
Topic: OLED with SPI SSD1306/SH1106 --> additional fonts
Replies: 11
Views: 11730

Re: OLED with SPI SSD1306/SH1106 --> additional fonts

I agree, additional fonts would be really useful. The stock one Is kinda chunky..
Or at least a tutorial on how to import our own..

Chad
by chad
Wed Nov 20, 2019 1:42 pm
Forum: Feature Requests
Topic: LCD GUI
Replies: 1
Views: 2334

Re: LCD GUI

The https://littlevgl.com/ Is really cool. It would be a night mare to build it into a component.

I wish I was smart enough to get it running with my display somehow inside of flow code. Looks great!

Chad
by chad
Mon Nov 11, 2019 3:17 pm
Forum: Bug Reports
Topic: PIC32 PWM(internal) component (resolved)
Replies: 5
Views: 3456

Re: PIC32 PWM(internal) component broken

Thanks, I'll give this another try!

CHad
by chad
Mon Nov 11, 2019 3:16 pm
Forum: Bug Reports
Topic: Pic32 I2C
Replies: 3
Views: 2575

Re: Pic32 I2C

Thanks, I'll give it a shot in the next day or so.

Chad
by chad
Mon Nov 11, 2019 3:15 pm
Forum: Bug Reports
Topic: Pic32mz DMX SLAVE BROKEN
Replies: 4
Views: 3224

Re: Pic32mz DMX SLAVE BROKEN

Thanks, for looking into the pin problem. I'll give it a shot.

Chad
by chad
Mon Nov 11, 2019 3:13 pm
Forum: Bug Reports
Topic: PIC32MZ + WS2812 Not Working
Replies: 49
Views: 16531

Re: PIC32MZ + WS2812 Not Working

Speaking as an ex lighting designer and someone who is also going to be using this, being able to adjust global brightness would be very nice to have.
Just fyi.

Thanks,
Chad
by chad
Sat Nov 09, 2019 9:04 pm
Forum: Bug Reports
Topic: PIC32 PWM(internal) component (resolved)
Replies: 5
Views: 3456

Re: PIC32 PWM(internal) component broken

That's what I ran into on a hand full of components that I tried.

Chad
by chad
Sat Nov 09, 2019 8:49 pm
Forum: Bug Reports
Topic: AP102 LEDs
Replies: 4
Views: 2718

Re: AP102 LEDs

Thanks for looking at this. At some point I am going to be using a bunch of apa102s.

Chad
by chad
Sat Nov 09, 2019 8:43 pm
Forum: General Programming
Topic: Microchip questions for you all.
Replies: 25
Views: 15171

Re: Microchip questions for you all.

That is really interesting!. I have my chip running with the internal oscillator right now. I have been playing with the harmony configurator. I used it to help me figure out the clock configs then just changed them in the configuration in FC. I haven't figured out what files it generates need to ge...
by chad
Sat Nov 09, 2019 8:32 pm
Forum: Bug Reports
Topic: Pic32mz Uart broken.
Replies: 4
Views: 2988

Re: Pic32mz Uart broken.

Hi Qmesar,

Thanks for double checking this for me, it's nice reassurance that I wasn't loosing my mind, or what's left of it.

Chad