Search found 18 matches

by B2CAP-V6
Thu Feb 26, 2026 9:52 am
Forum: General
Topic: Compile problem with FC11
Replies: 0
Views: 19

Compile problem with FC11

Hello, I now have another problem: when I compile the flowchart, the compiler returns error messages that I didn't get before. I haven't changed anything except that I installed MPLAB XIDE v6.3, because I bought a Microchip development board (Curiosity Low Pin Count (LPC) Development Board kit) to b...
by B2CAP-V6
Mon Feb 09, 2026 6:05 pm
Forum: General
Topic: BME280
Replies: 6
Views: 883

Re: BME280

A big thank you to everyone. Well, I connected (and you were right) VDDIO, SDO, and CSB to the 3.3V rail. It didn't change anything. I forgot to show in my previous post that I do have signals on SDA and SCL. I haven't heard back from Labcenter. I'm going to try to build a hardware circuit (I'm stil...
by B2CAP-V6
Mon Feb 09, 2026 9:12 am
Forum: General
Topic: BME280
Replies: 6
Views: 883

BME280

HI All,

Has anyone ever run the BME280 in hardware with a PIC microcontroller?
I ask because the simulation works perfectly in FC11, but it doesn't work in Proteus.
Thanks in advance for your answers.
Luc
by B2CAP-V6
Tue Jan 13, 2026 6:37 am
Forum: Projects - Embedded
Topic: DS18S20
Replies: 7
Views: 1086

Re: DS18S20

Hi BenR,

Super, it works now.
For information, I use V11.
You can see from the two images that it works correctly.
A GRRREEEAAATTT Thanks
Luc
by B2CAP-V6
Mon Jan 12, 2026 3:18 pm
Forum: Projects - Embedded
Topic: DS18S20
Replies: 7
Views: 1086

Re: DS18S20

Hello BenR Thank you very much for your reply. Indeed, I hadn't connected the DS to the OneWire. It's done now, but it still doesn't work under Proteus. I don't even get a signal (on the oscilloscope) on the OneWire pin. I'm wondering if there's an incompatibility between the DS and the PIC 18F26K22...
by B2CAP-V6
Mon Jan 12, 2026 9:37 am
Forum: Projects - Embedded
Topic: DS18S20
Replies: 7
Views: 1086

Re: DS18S20

Thanks for your reply.
I don't know if it works in Hardware, However, the DS runs under Proteus with an old program.
by B2CAP-V6
Sun Jan 11, 2026 9:54 am
Forum: Projects - Embedded
Topic: DS18S20
Replies: 7
Views: 1086

DS18S20

Hello,
I created a flowchart using a DS18S20 (which I copied from the examples, but I don't fully understand it). It works in simulation under Flowcode 11, but not in Proteus.
If anyone has encountered the same problem, I would appreciate any information.
Thanks in advance :lol:
by B2CAP-V6
Wed May 18, 2022 9:27 am
Forum: General
Topic: Problem with Timer
Replies: 4
Views: 2791

Re: Problem with Timer

Hi Martin,

I just modified the timer configuration (see circled in red) and it works.
"Timer 3 register read/write in one 16 bit" to "Timer 3 register read/write in two 8 bit"
A great thank
Luc
by B2CAP-V6
Wed May 18, 2022 2:13 am
Forum: General
Topic: Problem with Timer
Replies: 4
Views: 2791

Re: Problem with Timer

Hello Martin and thank you for your help. Your flowchart is not working. In fact the TMR1 "chain" works correctly, it is only the TMR3 "chain" that does not work. In principle, TMR1 is used to turn off the backlight LED of the display after a certain time if there is no manual ac...
by B2CAP-V6
Tue May 17, 2022 1:49 pm
Forum: General
Topic: Problem with Timer
Replies: 4
Views: 2791

Problem with Timer

Hello All, In the attached flowchart, timer 3 seems to be activated but the "Tempo" macro does not seem to be called. It's very strange because in Flowcode simulation the counter "Compt_Tempo" increments but in real or in simulation with Proteus it does not increment. I think I'm...