Search found 1001 matches

by Steve-Matrix
Wed Feb 21, 2024 9:25 am
Forum: User Components
Topic: DHT22 bug ?
Replies: 41
Views: 5834

Re: DHT22 bug ?

It worked fine for me until the previous update with interrupts (and even called the sensor readout from an interrupt) Which specific version of the component works in your situation? You can revert the version via library updates if you still need to work with it. The reason for the change is it w...
by Steve-Matrix
Wed Feb 21, 2024 9:21 am
Forum: General
Topic: ESP-IdF V5.12 problem
Replies: 20
Views: 3719

Re: ESP-IdF V5.12 problem

Yes - we're ok here at Matrix. We're a small team though and there are a lot of other projects being worked on. I plan to look into BLE at some point soon. Regarding the wider issue of the ESP toolchain, we are aware of the problems when this is updated. Unfortunately, we are not in control of this ...
by Steve-Matrix
Wed Feb 21, 2024 9:08 am
Forum: General
Topic: Max7219_v9
Replies: 12
Views: 533

Re: Max7219_v9

Please post a (preferably simple) project that shows this problem and we will have a look.
by Steve-Matrix
Wed Feb 21, 2024 9:07 am
Forum: General
Topic: C-File from Version 10 to MPLAB
Replies: 7
Views: 375

Re: C-File from Version 10 to MPLAB

I can see only warnings in that excerpt and no errors. Can you post the full file?
by Steve-Matrix
Tue Feb 20, 2024 4:27 pm
Forum: User Components
Topic: DHT22 bug ?
Replies: 41
Views: 5834

Re: DHT22 bug ?

A 10MHz clock on an 8bit PIC means HEX instructions take 0.4us (or twice that for jumps). This means you only have a few instructions to deal with the waveform received from the sensor. If you need to use this chip and clock speed, then I think the best thing would be for you to create your own opti...
by Steve-Matrix
Tue Feb 20, 2024 3:01 pm
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 620

Re: GLCD (SSD1306) I2C

I've tried to replicate this but can't. Can you please post a simple project that shows this problem.
by Steve-Matrix
Tue Feb 20, 2024 2:54 pm
Forum: Bug Reports
Topic: measurement in centimeters with SR04 sensor
Replies: 4
Views: 421

Re: measurement in centimeters with SR04 sensor

One of my colleagues is looking into this.
by Steve-Matrix
Tue Feb 20, 2024 2:54 pm
Forum: General
Topic: SSD1963 Parallel 16 bit
Replies: 1
Views: 182

Re: SSD1963 Parallel 16 bit

I think you would need a new component to be created that supports the 16bit interface. Do you have details of the device?
by Steve-Matrix
Tue Feb 20, 2024 1:31 pm
Forum: General
Topic: SSD1322 Display Component Fonts
Replies: 26
Views: 3358

Re: SSD1322 Display Component Fonts

Sorry about your issues. It looks like your previous reminder from last month was missed. I have asked for someone to look into it if possible. On a more general note, Matrix staff and our excellent VCs on this forum sometimes find it difficult to find the balance between doing bespoke for a user's ...
by Steve-Matrix
Tue Feb 20, 2024 9:18 am
Forum: Feature Requests
Topic: Variable Name Confirmation in Pop-Up
Replies: 1
Views: 421

Re: Variable Name Confirmation in Pop-Up

Thanks for the suggestions, Brendan. I will make that change. You probably know this already, but I'm mentioning it in case it is useful to you or others: another way to mass-delete unused variables/constants is to right-click on the "Variables" or "Constants" group heading within Project Explorer a...