Search found 10 matches
- Sun Apr 13, 2025 8:08 pm
- Forum: General
- Topic: Flowcode IntOsc Componet not working on Attiny84
- Replies: 2
- Views: 663
Re: Flowcode IntOsc Componet not working on Attiny84
Thank you Medelec for your help, unfortunately the clock speed in Other Option cannot be disabled in Flowcode 10. Also the default value of 8MHZ in the Write Configuration Download section does not work. It returns a message saying that, Fuses: memory type not detected. But that is okay, I will use ...
- Sun Apr 13, 2025 4:22 am
- Forum: General
- Topic: Flowcode IntOsc Componet not working on Attiny84
- Replies: 2
- Views: 663
Flowcode IntOsc Componet not working on Attiny84
Hi everyone, I would like to know why the IntOsc helper does not work with Attiny 84. I am trying to set the internal clock to 8MHZ but with no success. I am trying to not use and other programming software to do it. Can someone help?
Regards,
Pierre
Regards,
Pierre
- Mon Mar 31, 2025 6:55 pm
- Forum: General
- Topic: ESP32-S3 Wroom reset after executing Micro 30 times or so
- Replies: 3
- Views: 1052
Re: ESP32-S3 Wroom reset after executing Micro 30 times or so
Hi Martin, I found the problem. When I called a micro, I included at the end of the micro an other call to the micro where I came from. I should not have done that and leave it so the micro goes back to the main loop where I call the micro from.
Again thank you for your quick reply.
Pierre
Again thank you for your quick reply.
Pierre
- Fri Mar 28, 2025 1:09 am
- Forum: General
- Topic: ESP32-S3 Wroom reset after executing Micro 30 times or so
- Replies: 3
- Views: 1052
ESP32-S3 Wroom reset after executing Micro 30 times or so
Hi everyone, I have been spending a lot of time on a problem that I can not figure out. I use a transmitter to send an address to a receiver. All is fine decoding the transmitter address. When my code receive the correct address, I call a simple Micro with nothing in it, just to test. I can not unde...
- Tue Mar 11, 2025 9:58 pm
- Forum: General
- Topic: UPDI Programming
- Replies: 1
- Views: 664
UPDI Programming
Hi everyone, I would like to know if Flowcode supports single wire UPDI programming and if so will it work with Attiny1606.
Regards,
Pierre
Regards,
Pierre
- Sun Feb 23, 2025 12:28 am
- Forum: General
- Topic: ATinny85 Sleep Flowcode
- Replies: 8
- Views: 2480
Re: ATinny85 Sleep Flowcode
Hi Martin, moving the C code in the loop was the first fix to my problem, It would go to sleep but not wake up. I found that the INT0 on Attiny85 with Flowcode 10 was not waking up the micro. I had to use the IOC PortB2 and click on the Port B2 pin 7 of the chip icon inside the Inerrupt command icon...
- Fri Feb 21, 2025 11:49 pm
- Forum: General
- Topic: ATinny85 Sleep Flowcode
- Replies: 8
- Views: 2480
Re: ATinny85 Sleep Flowcode
Hi Martin, thank you for your help. Attached is my Flowcode. I use a 10K pull up resistor on port B2. I use a digital high low output, so no switch noise. I send a high to low pulse. The INT micro works until the chip goes to sleep then I can not wake the chip unless I reset it. Thank you for you he...
- Thu Feb 20, 2025 11:20 pm
- Forum: General
- Topic: ATinny85 Sleep Flowcode
- Replies: 8
- Views: 2480
Re: ATinny85 Sleep Flowcode
Martin it worked perfectly, the supplementary code was key. Now, I have tried everything to wakeup the ATtiny with INT0 pin7, port B2 with no success. Any idea?
PS: I will keep my questions to a minimum.
Regards,
Pierre
PS: I will keep my questions to a minimum.
Regards,
Pierre
- Thu Feb 20, 2025 5:07 pm
- Forum: General
- Topic: ATinny85 Sleep Flowcode
- Replies: 8
- Views: 2480
Re: ATinny85 Sleep Flowcode
Thank you for your help.
- Thu Feb 20, 2025 1:28 am
- Forum: General
- Topic: ATinny85 Sleep Flowcode
- Replies: 8
- Views: 2480
ATinny85 Sleep Flowcode
Hi everyone, I have been trying to write a code to put ATtiny85 to sleep but with no success. I would really appreciate an example in Flowcode 10. I am using USBtiny as a programmer.
Thank you.
Thank you.