Search found 1730 matches

by BenR
Tue Dec 29, 2020 8:55 pm
Forum: General
Topic: I want a PWM frequency of 4.1KHz.
Replies: 8
Views: 3928

Re: I want a PWM frequency of 4.1KHz.

Hello I'm afraid it's a limitation of the atmega328 hardware and not the software. You could maybe create software based pwm using a timer interrupt to give you more control over the output frequency.
by BenR
Tue Dec 29, 2020 11:09 am
Forum: General
Topic: ESP32 WROOM 32 WiFi signal strength - Flowcode V9
Replies: 2
Views: 2189

Re: ESP32 WROOM 32 WiFi signal strength - Flowcode V9

Hello

Many thanks for letting us know could be we are just returning what the espressif library provides. I'll investigate this for you and see if we can return a better value.
by BenR
Mon Dec 28, 2020 11:53 pm
Forum: General
Topic: Flowcode 9 Licensing and Account Name
Replies: 4
Views: 3731

Re: Flowcode 9 Licensing and Account Name

Hi Christina,

The trial remains active for the duration to avoid penalising users who have purchased a licence from completeing the trial and accessing all the free content.

Hopefully David can help you with the username request. I'll pass it on to him.
by BenR
Mon Dec 28, 2020 11:51 pm
Forum: General
Topic: Esp 32 Wroom ssd1306 i2c 0.91" error not compile.
Replies: 1
Views: 1570

Re: Esp 32 Wroom ssd1306 i2c 0.91" error not compile.

Hi Alessandro,

Please can you post your project file and maybe also the msg.txt file that is created so we can see the compiler error messages.
by BenR
Mon Dec 28, 2020 11:50 pm
Forum: General
Topic: SD cards File read problems
Replies: 3
Views: 2553

Re: SD cards File read problems

Hello Peter,

Is it possible to post a simple example that shows the problem and I'll investigate what might be going wrong for you.
by BenR
Mon Dec 28, 2020 11:47 pm
Forum: General
Topic: I want a PWM frequency of 4.1KHz.
Replies: 8
Views: 3928

Re: I want a PWM frequency of 4.1KHz.

Hello,

When compiling to chip you likely are getting a warning that your target device doesn't have a period register, hence the value cannot be changed on your device from the default value of 256. I'll see if I can make this more obvious in the component as I'm sure it's very frustrating.
by BenR
Mon Dec 28, 2020 11:46 pm
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12609

Re: Font!

Hi jorgen,

Excellent thanks for letting me know.
by BenR
Mon Dec 28, 2020 11:45 pm
Forum: Bug Reports
Topic: Back!
Replies: 2
Views: 2089

Re: Back!

Hi Jorgen,

Hurray glad you're back in now. :D
by BenR
Sun Dec 27, 2020 8:16 pm
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12609

Re: Font!

Hi Alessandro I take it from your last message your up and running now. Yes the program would maybe have crashed if you still had the old stock components. Hopefully all glcd components should have been updated with the new functionality now. I'm happy with it but please let me know if you find any ...
by BenR
Wed Dec 23, 2020 3:41 pm
Forum: Feature Requests
Topic: Touch XPT2046 SPI Uninitialise
Replies: 2
Views: 2555

Re: Touch XPT2046 SPI Uninitialise

Hello,

As long as both SPI device have their own unique CS pin then it should be possible to just initialise both components and then talk to them both one after the other without uninitalising and reinitialising.

Let us know how you get on,