Search found 19 matches

by dgrammens
06 Feb 2023 19:36
Forum: IDE Wish List
Topic: Necto Information
Replies: 1
Views: 567

Necto Information

Will their be OR our their manuals/books available for Necto IDE? Complete? All topics covered in one or two manuals at most. Covering items like: Makefiles MikroSDK Libraries Etc ……. I have found scattered small bits of info in Libstock.mikroe.com Forum.mikroe.com Help.mikroe.com GitHub Requires ho...
by dgrammens
03 Nov 2021 19:16
Forum: Libstock Discussion
Topic: FT5XX6 Touch Panel Controller
Replies: 3
Views: 1849

Re: FT5XX6 Touch Panel Controller

I had found those specs also. But that doesn’t answer my question. I did find a Confidential document on line “Application Note for CTPM” (24 pages). Copyright 2010, FocalTech Systems, Ltd. Last Revision Date 18 Jan, 2010. Without going into detail, sections of the document include - CTP Register Ma...
by dgrammens
03 Nov 2021 01:24
Forum: Libstock Discussion
Topic: FT5XX6 Touch Panel Controller
Replies: 3
Views: 1849

FT5XX6 Touch Panel Controller

I've noticed that in the Mikroe FT5XX6 library there are the following listed Touch Panel Controllers- FT5X06, FT5X16, FT5X26, FT5X46 (FT_type) One of the above is needed in the FT5XX6 Library function => "void FT5XX6_SetController(unsigned short FT_type)" Can you tell me which FT5XX6 Touch Panel Co...
by dgrammens
21 Oct 2021 05:15
Forum: Click Boards release
Topic: Stepper 10 Click
Replies: 3
Views: 927

Re: Stepper 10 Click

It works! Simple program to make a stepper motor turn using the Stepper 10 Click using the MikroBUS and legacy C pro for PIC32 (No MikroSDK). Necto just isn't complete enough to move forward with MikroSDK at this time. Make the following substitutions for the above code above - I2C2_Start(); I2C2_Wr...
by dgrammens
19 Oct 2021 21:03
Forum: Click Boards release
Topic: Stepper 10 Click
Replies: 3
Views: 927

Re: Stepper 10 Click Driver Code

I'm simply trying to drive a stepper motor with the Stepper 10 Click WITHOUT using MikroSDK. Details of Software and Hardware used are in the top portion of the code snippet that follows. Not working. Any help would be appreciated. I could use the Mikroe "stepper10_driver.c" code to help me find my ...
by dgrammens
12 Apr 2021 03:41
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

Re: File P18F97J94.c

Final Note. After reading the SDD1963 datasheet 5 or 6 times, I'm starting to get the commands down. I was able to get my Fusion for PIC32 v8, PIC32MX795F512L, 7" Cap Display to work and actually display text using Necto. I can experiment with creating my own push buttons, click board readouts displ...
by dgrammens
11 Apr 2021 17:54
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

Re: File P18F97J94.c

Let's drop this thread for now. I tried my 7" Cap display and still get nothing but a display of colored pixels. I have review the "__Lib_TFT_16bit_Defs.c" file. Unfortunately, I do not totally understand the SDD1963 set of commands. I have looked at the commands in the SDD1963 document. There is no...
by dgrammens
08 Apr 2021 19:00
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

Re: File P18F97J94.c

Included files in zip

__LIB_TFT_16bit_Defs.c
__Lib_TFT_Defs.c

Project currently uses 16bit version.

Library files found in folder "C:\Users\Public\Documents\Mikroelektronika\mikroC PRO for PIC\Uses\P18".
I assume these are the library files that mikroC PRO for PIC uses.
by dgrammens
08 Apr 2021 17:34
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

Re: File P18F97J94.c

Software - mikroC PRO for PIC - version 7.6.0.

The project was setup by PRO as TFT 16-bit. So, TFT_Defs/TFT libraries where not used (unchecked in Library Manager).
TFT_16bit_Defs/FTF_16bit where checked in Library Manager.
by dgrammens
08 Apr 2021 06:53
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

Re: File P18F97J94.c

Update - Modified "Init_MCU()" void Init_MCU(void) { ANCON1 = 0x0000; ANCON2 = 0x0000; ANCON3 = 0x0000; TRISC4_bit = 0; TRISC3_bit = 1; LATC4_bit = 1; while (PORTC.B4 == 0) { LATC3_bit = 0; Delay_us(10); LATC3_bit = 1; Delay_us(10); } I2C1_Init(100000); TFT_16bit_Set_Default_Mode(); } Get a fuzzy sc...
by dgrammens
07 Apr 2021 08:17
Forum: PIC PRO Compilers
Topic: File P18F97J94.c
Replies: 7
Views: 2530

File P18F97J94.c

Hardware - EasyPIC PRO v8, 3.5 Cap Board, MCU PIC18F97J94. Software - MicroC PRO for PIC. When generating code (TFT), the following lines are included in the driver file - char TFT_16bit_DataPort_Lo at LATK; . . char TFT_16bit_DataPort_Lo_Direction at TRISK; In code explorer window under Globals - "...
by dgrammens
17 Mar 2021 19:46
Forum: dsPIC AI Compilers
Topic: NECTO Studio Update 1.5.0
Replies: 5
Views: 92941

Re: NECTO Studio Update 1.5.0

I looked through all of the posts and didn't see an answer for the question I'm interested in.

Any ideal when you will be adding the "Fusion fo PIC32 v8" development board to the list of boards for a "Designer Project" in Necto Studio?
by dgrammens
16 Mar 2021 17:40
Forum: Development Boards
Topic: Fusion for PIC32 v8 with TFT Board # Capacitive
Replies: 3
Views: 1033

Re: Fusion for PIC32 v8 with TFT Board # Capacitive

Yes. Thanks.

The Necto example works great. All is fine. Now I can start integrating Click boards.
by dgrammens
16 Mar 2021 02:27
Forum: Development Boards
Topic: Fusion for PIC32 v8 with TFT Board # Capacitive
Replies: 3
Views: 1033

Re: Fusion for PIC32 v8 with TFT Board # Capacitive

Just found another example I will work with as a starting point. I found this one in Necto under examples. The example project name - "TF_CUBE_ROTATION" for Fusion for PIC32 v8 with PIC32M795F512L with TFT Board Capacitive. Should give me what I need to get started. General Note - EXAMPLES, EXAMPLES...
by dgrammens
15 Mar 2021 02:02
Forum: Development Boards
Topic: Fusion for PIC32 v8 with TFT Board # Capacitive
Replies: 3
Views: 1033

Fusion for PIC32 v8 with TFT Board # Capacitive

I have purchase the Fusion for PIC32 v8 board (PIC32MX795F512L) and have installed a TFT Board/Panel 3 capacitive. I am trying to get the TFT board functional. I am using Mikroe's Calculator Example (MikroMedia+ for PIC32MX7 with PIC32MX795F512L) as a starting point. The TFT pin assignments are not ...

Go to advanced search