Search found 1945 matches

by BenR
Wed Oct 08, 2025 1:26 pm
Forum: Bug Reports
Topic: LED-WS8211 is not displayed on the 3D panel
Replies: 5
Views: 313

Re: LED-WS8211 is not displayed on the 3D panel

Should be fixed for you now via the library updates.

For some reason the sub component responsible for doing the primitive cloning and manipulation was set to be invisible.

Many thanks for letting us know.
by BenR
Wed Oct 08, 2025 12:52 pm
Forum: Bug Reports
Topic: LED-WS8211 is not displayed on the 3D panel
Replies: 5
Views: 313

Re: LED-WS8211 is not displayed on the 3D panel

Investigating for you now.
by BenR
Mon Oct 06, 2025 9:46 pm
Forum: General
Topic: PIC16F1779 – Help with ADC (CAL) Macro Configuration
Replies: 3
Views: 252

Re: PIC16F1779 – Help with ADC (CAL) Macro Configuration

Hello,

If you double click the Acq time and Conv speed properties you can see the value associated for each of the items in the list.

The Vref parameter should be the Vref option and not the Vref+ 102 value you have there.
by BenR
Mon Oct 06, 2025 2:32 pm
Forum: Feature Requests
Topic: Question building a home grown E-block2 DAC board.
Replies: 1
Views: 239

Re: Question building a home grown E-block2 DAC board.

Hello, Some answers for you here. 1. Can I plug a homegrown DAC Eboard into the BL0011 without any compatibility issues? Yes as long as the power rail pins and data pins match up you should be absolutley fine. 2. If so, is the PIC10F200 code available or proprietary? The PIC10F device is there for o...
by BenR
Mon Oct 06, 2025 1:38 pm
Forum: General
Topic: I2C component faulty
Replies: 7
Views: 409

Re: I2C component faulty

Hello,

What chip are you using? Can you attached your project file?

I've just tried the 16F18877 in v7 and it appears to be working correctly there.

Would using a software channel or upgrading to v10 be an option?
by BenR
Sun Oct 05, 2025 10:41 am
Forum: Projects - Embedded
Topic: Analog Pin Configuration for PIC16F84A with Potentiomete
Replies: 4
Views: 258

Re: Analog Pin Configuration for PIC16F84A with Potentiomete

I beleive the 16f88 is a pin compatible option with adc ability. There are loads though any 18pin 16f should be pin compatible.
by BenR
Fri Oct 03, 2025 10:23 am
Forum: Feature Requests
Topic: AD7124-8
Replies: 2
Views: 217

Re: AD7124-8

Hello,

Thanks for the suggestion. I've had a quick look and it looks fairly involved so it's maybe not something we can pump out quickly and cover everything but something basic to get this going looks doable.

I'll get it on the list :D
by BenR
Thu Oct 02, 2025 10:13 am
Forum: App Developer
Topic: COM Port - Setting Port and Baud within App
Replies: 1
Views: 259

Re: COM Port - Setting Port and Baud within App

Hello, In the source project simply right click any properties you want access to and select Expose to top level. This basically copies the property as a root property in the project. You can see the root properties by clicking on an empty area of the panel or by selecting the Root component from th...
by BenR
Wed Oct 01, 2025 4:40 pm
Forum: Feature Requests
Topic: AD9850 component
Replies: 5
Views: 4520

Re: AD9850 component

Hello,

I've put together a AD9851 component for you now. It's fairly bare bones but hopefully should work well.

To get the component just do a library update and select full database.

The component will be listed under Outputs -> Analogue Output

Let us know how you get on with it.
by BenR
Wed Oct 01, 2025 3:36 pm
Forum: General
Topic: Programming Debugging PICkit5 vs PICkit3
Replies: 6
Views: 491

Re: Programming Debugging PICkit5 vs PICkit3

Hello, One of the things we have added to v11 is the ability to allow Flowcode ICD to work with anything that has a UART peripheral that connects to the PC via a USB to serial adapter. So things like Arduinos and ESP boards will allow ICD out the box. So far in testing this is working really well an...