Search found 9 matches

by liudeqiang_2008
Mon Dec 12, 2022 4:43 pm
Forum: General
Topic: Pi Pico compile error
Replies: 1
Views: 1073

Pi Pico compile error

Hello , Follow the Pico toolchain installing instruction, I have installed all the components, GCC,CMake,Visuall Studio... When tring to compile the program to Pico, there is error coming out: ---------------------------------------- Target folder: E:\Programming\Flowcode Project\Learning Source nam...
by liudeqiang_2008
Fri Feb 18, 2022 10:30 am
Forum: General
Topic: Problem when checking out and payment
Replies: 4
Views: 4064

Re: Problem when checking out and payment

PS. Now I receive a message from the bank ,the payment £25 is return back. Same thing as before....
by liudeqiang_2008
Fri Feb 18, 2022 10:21 am
Forum: General
Topic: Problem when checking out and payment
Replies: 4
Views: 4064

Re: Problem when checking out and payment

Hi David, Thank you for your feedback. I just tried again, after payment through paypal, an website error coming out, said 'This request cannot be processed at this time by www.matrixtsl.com ' ---- Please check attached picture 1 In paypal I can see a payment authorization --- please check attached ...
by liudeqiang_2008
Thu Feb 17, 2022 6:36 pm
Forum: General
Topic: Problem when checking out and payment
Replies: 4
Views: 4064

Problem when checking out and payment

Hello, Please check attached picture1, I can not sign in with email address and password when checking out. After many times tried and reset my password between (www.code.co.uk) and (www.matrixtsl.com). Both website asked for username and password , I can log in normally. But! when checking out befo...
by liudeqiang_2008
Sun Feb 06, 2022 12:59 pm
Forum: Bug Reports
Topic: Arduino A0~A5 port can not input data
Replies: 5
Views: 4102

Re: Arduino A0~A5 port can not input data

Got it, Thank you very much!
by liudeqiang_2008
Sun Feb 06, 2022 4:41 am
Forum: Bug Reports
Topic: Arduino A0~A5 port can not input data
Replies: 5
Views: 4102

Re: Arduino A0~A5 port can not input data

Sorry, I put the flowcode program in attachment.
I use Flowcode Debug to simulate without realy chip or Proteus.
I use 2 buttons to read signal from D3 and A0, than send the value to D5 and D6 which connected with 2 leds.
Button connected with D3 work well.
Button connected with A0 has no reaction.
by liudeqiang_2008
Sat Feb 05, 2022 4:58 pm
Forum: Bug Reports
Topic: Arduino A0~A5 port can not input data
Replies: 5
Views: 4102

Arduino A0~A5 port can not input data

Hello

I use A0~A5 ports to connect a button with a led, in simulation, the button can not get a ON/OFF data.
But if I use other digital pins, they work well.
I use Arduino UNO Chip.
Can you let me the reason?

Thanks!
by liudeqiang_2008
Thu Jan 27, 2022 5:02 am
Forum: General
Topic: Timer Interrupt Prescaler Rate
Replies: 2
Views: 2198

Re: Timer Interrupt Prescaler Rate

Hi Ben,

Thank you for your reply, I will test it in microcontroller.

BR
Adam
by liudeqiang_2008
Wed Jan 26, 2022 9:03 am
Forum: General
Topic: Timer Interrupt Prescaler Rate
Replies: 2
Views: 2198

Timer Interrupt Prescaler Rate

Hello, I use a main loop to turn on and turn off LED1 every 1 second. Using a timer interrupt to call Macro LED2_Blink. In the timer interrupt setting, I use 1:1024 Prescaler Rate to set the Interrupt Frequency to 61.035 HZ. As I understand, in every 1 second the timer interrupt will active 61 times...