Search found 70 matches

by amatilda
01 May 2025 19:07
Forum: Z-Uno
Topic: Razberry, Z-Uno, Timeparameter.set?
Replies: 17
Views: 31370

Re: Razberry, Z-Uno, Timeparameter.set?

Hi.

At the moment ZUNO_ENABLE can only be in one instance.

Try this:

Code: Select all

    ZUNO_ENABLE(
		WITH_CC_TIME_PARAMETERS
		WITH_CC_TIME
	);
by amatilda
01 May 2025 18:51
Forum: Z-Uno
Topic: Z-Uno2 GPT problems
Replies: 4
Views: 32950

Re: Z-Uno2 GPT problems

Hello, I would like to ask, if there is an option to enable GPT from external ISR handler. In Old Zuno GEN5, I've been using zunoGPTEnable(1), within ext interrupt handler function and timer started, there were no issues observed. Here in Zuno GEN7 timer not starting, if used within external interr...
by amatilda
20 Aug 2024 16:52
Forum: Z-Uno
Topic: Is there a Library available for using a Real Time Clock shield
Replies: 23
Views: 56781

Re: Is there a Library available for using a Real Time Clock shield

I don't know what you mean by cardadapter to TX0, is there any dokumentation you can show me about that? I meant something like that: https://www.amazon.com/Micro-SATA-Cables-Module-Converter/dp/B07L1G2R2F/ref=sr_1_16?crid=15WWTIMH8Q81J&dib=eyJ2IjoiMSJ9.nP1dSZrnm19t-_WJxCdvFQ1gGCej5D7dRB7IChuvz...
by amatilda
20 Aug 2024 16:41
Forum: Z-Uno
Topic: Is there a Library available for using a Real Time Clock shield
Replies: 23
Views: 56781

Re: Is there a Library available for using a Real Time Clock shield

About the area where you copied all code to, where you can, at top of the area you can
select to mark all code.
Use:
2024-08-20 164023.png
2024-08-20 164023.png (1.36 KiB) Viewed 17592 times
by amatilda
17 Aug 2024 19:24
Forum: Z-Uno
Topic: Is there a Library available for using a Real Time Clock shield
Replies: 23
Views: 56781

Re: Is there a Library available for using a Real Time Clock shield

Hi, it compiles and loads without any problems but only gives ????????????????????... as output and all led:s on Z-uno is off. Do you have a card adapter to connect to the TX0 pin? How do I do to invoke the white area that containes code and starts with: "CODE: SELECT ALL"? Sorry, but I d...
by amatilda
09 Aug 2024 13:53
Forum: Z-Uno
Topic: Is there a Library available for using a Real Time Clock shield
Replies: 23
Views: 56781

Re: Is there a Library available for using a Real Time Clock shield

Hello. Let's try to get more information. Use this sketch and post the error log: #include "Arduino.h" #include "Wire.h" #include <ZUNO_DS3232RTC.h> #include <Time.h> #define MY_SERIAL Serial DS3232RTC myRTC; tmElements_t te, te_r; time_t ts; // secs since 1900. void setup() { MY...
by amatilda
09 Aug 2024 13:06
Forum: Z-Uno
Topic: Recommended Arduino IDE versions for Z-Uno and Z-Uno2
Replies: 5
Views: 21825

Re: Recommended Arduino IDE versions for Z-Uno and Z-Uno2

Steve_Elves wrote:
02 Aug 2024 17:57
Do I have to uninstall Z-Uno2 3.0.10 before I install the Beta version 3.0.12? I ask because the installation of Z-Uno2(Beta) in Arduino IDE 2.1.1 fails repeatedly.
To bypass, try downloading Arduino IDE version is 1.8.x and through it install Z-Uno2 3.0.12.
by amatilda
09 Aug 2024 12:48
Forum: Z-Uno
Topic: Z-Uno2 GPT problems
Replies: 4
Views: 32950

Re: Z-Uno2 GPT problems

When using the GPT (in beta version 3.0.12) is seems as though once the timer is disabled with a zunoGPTEnable(0) it can never be re-enabled. So, in the following sketch (the General Purpose Timer example sketch), if the zunoGPTEnable(0) is uncommented then the interrupt handler is never Also, the ...
by amatilda
04 Jul 2024 19:19
Forum: Z-Uno
Topic: Is there a Library available for using a Real Time Clock shield
Replies: 23
Views: 56781

Re: Is there a Library available for using a Real Time Clock shield

Hello.
Does it always start to become distorted after “13:33:00” or can the time be different?
by amatilda
23 Apr 2024 13:48
Forum: Z-Uno
Topic: Boot loader won't upload Zuno2 Rev 7
Replies: 2
Views: 9769

Re: Boot loader won't upload Zuno2 Rev 7

Hello. It appears that version 3.12 is preinstalled on the board and perhaps I only have version 3.10? Yes, it looks like your sketch uses 3.10. How can I upgrade the toolchain and/or bootloader to support my new rev 7 board? You most likely have this: 2024-04-23 134132.png To use the latest version...