173 views
in System Integration by
Hi,

If I choose to use SQLite for my free RTOS project, Will Embedded Wizard 14 support passing data between the database and GUI? Do I have to specially buy a platform package for this system integration?

Thank you,

Regards,

Thanushiyah

1 Answer

0 votes
by

Hi Thanushiyah,

of course, you can work with SQLite in your FreeRTOS project. However, SQLite is treated as custom-specific middleware that you'll need to integrate yourself, just like any other middleware component.

Key points:

  • Embedded Wizard doesn't provide built-in SQLite integration
  • No special platform package purchase is required
  • You can integrate SQLite using standard device integration methods
  • Data can be passed between your database and GUI through the device integration layer

For implementation details, check out these resources:

The integration follows the same pattern as any other external component - you'll create device classes and drivers to handle the SQLite communication.

Best regards,

Manfred.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...