Search found 1910 matches
- Wed Mar 03, 2021 10:17 pm
- Forum: General
- Topic: ESP Programming
- Replies: 5
- Views: 5886
Re: ESP Programming
Hello, Some good news, with a bit of playing around with the code I've managed to enable the second SPI channel and also improved the prescaler frequency selection to give more options and list the actual output frequencies. These updates should now all be available via the update system. Let me kno...
- Wed Mar 03, 2021 5:01 pm
- Forum: General
- Topic: ESP Programming
- Replies: 5
- Views: 5886
Re: ESP Programming
Hi Martin, Looks like we currently only support the HSPI, I'll see if we can also support the VSPI to provide a second hardware channel. 1) At the end of the program there is a while 1 loop, it could be that inside the loop the RTOS driving the ESP has a hardtime doing other things like resetting th...
- Wed Mar 03, 2021 3:00 pm
- Forum: Bug Reports
- Topic: PIC24FJxxGB002 and GA002
- Replies: 23
- Views: 21082
Re: PIC24FJxxGB002 and GA002
Hi Alan,
Sorry please can you post your .fcfx project file and I will investigate for you.
Sorry please can you post your .fcfx project file and I will investigate for you.
- Wed Mar 03, 2021 2:47 pm
- Forum: Bug Reports
- Topic: fatal error: CDC_Setup.h: No such file or directory
- Replies: 13
- Views: 12180
Re: fatal error: CDC_Setup.h: No such file or directory
Hello, It looks like this might be a short path name problem. We are currently looking at ways to try and head this off in the next update for v9. However for now this FAQ topic may help to get you up and running. https://www.matrixtsl.com/faq/index.php?action=artikel&cat=1&id=69&artlang...
- Wed Mar 03, 2021 2:41 pm
- Forum: Bug Reports
- Topic: Wrong delay when use "delay ms" ESP32
- Replies: 42
- Views: 44108
Re: Wrong delay when use "delay ms" ESP32
Hi Jorgen, The updates I have done recently involve the PWM (also used for the servo motor component) and the RMT CAL (Used for high speed bit banging with the WS2811). I am hoping to leverage the RMT and use it to drive serial GLCDs but at the moment haven't filled in all the blanks in terms of syn...
- Wed Mar 03, 2021 2:31 pm
- Forum: General
- Topic: App Developer/ SCADA Question
- Replies: 18
- Views: 15344
Re: App Developer/ SCADA Question
Hi Steve,
The Modbus components deal with single bits or 16-bit registers.
If you use the Type conversion component then this works with App Dev and Embedded and will efficiently convert between 16-bit and Long or Float values hopefully saving you some headaches.
The Modbus components deal with single bits or 16-bit registers.
If you use the Type conversion component then this works with App Dev and Embedded and will efficiently convert between 16-bit and Long or Float values hopefully saving you some headaches.
- Wed Mar 03, 2021 12:35 pm
- Forum: General
- Topic: Flowcode and E-blocks 2
- Replies: 0
- Views: 2499
Flowcode and E-blocks 2
Hello,
I've just made a quick video here to highlight how to use Flowcode and E-blocks 2 as well as an introduction to Ghost ICT and ICD.
The ICD/ICT Ghost functionality is also available on the Flowkit hardware if you want to add Flowcode hardware debugging to your own projects.
I've just made a quick video here to highlight how to use Flowcode and E-blocks 2 as well as an introduction to Ghost ICT and ICD.
The ICD/ICT Ghost functionality is also available on the Flowkit hardware if you want to add Flowcode hardware debugging to your own projects.
- Wed Mar 03, 2021 9:46 am
- Forum: Bug Reports
- Topic: RadioButton rev4/5 fatal exception
- Replies: 6
- Views: 6115
Re: RadioButton rev4/5 fatal exception
Hello,
Thanks for letting us know, Hopefully this problem should be fixed for you now in the latest release.
Thanks for letting us know, Hopefully this problem should be fixed for you now in the latest release.
- Wed Mar 03, 2021 9:39 am
- Forum: Bug Reports
- Topic: ESP32 and servo controller/ ninja failed with exit code 1
- Replies: 18
- Views: 17777
Re: ESP32 and servo controller/ ninja failed with exit code 1
Hello Dirk,
Sorry for the delay the Servo motor component should now be supported by the ESP32 hardware. The only thing currently not supoorted is the AutoMove functions. The SetPosition and MoveToPosition macros should work correctly.
Please let me know if you have any problems.
Sorry for the delay the Servo motor component should now be supported by the ESP32 hardware. The only thing currently not supoorted is the AutoMove functions. The SetPosition and MoveToPosition macros should work correctly.
Please let me know if you have any problems.
- Tue Mar 02, 2021 2:56 pm
- Forum: Feature Requests
- Topic: App Developer How to open a Browser Page
- Replies: 8
- Views: 8264
Re: App Developer How to open a Browser Page
Hi Stefan,
Here you go.
If you look at te Build -> Compiler Options window then you can see all the useful directories available and their variable name.
e.g.
$(appdir) or $(srcdir)
Here you go.
Code: Select all
GetKeyPress:DLLs[$(appdir)API.DLL\Keyboard.dll]
e.g.
$(appdir) or $(srcdir)