Search found 15 matches

by ShaunLovell
Sun Jan 12, 2020 8:52 pm
Forum: Support Requests
Topic: KontroLIR: Arduino IDE issues with Test Suite [SOLVED]
Replies: 12
Views: 15443

Re: KontroLIR: Arduino IDE issues with Test Suite

Belay that request! I managed to get a clean compile after deleting the streaming and extEEPROM libraries that I had installed manually, and re-installing them using the libraries manager in the IDE. My apologies for any confusion. It connects to the Serial monitor at 19200 now and I seem to be in ...
by ShaunLovell
Sun Jan 12, 2020 8:30 pm
Forum: Support Requests
Topic: KontroLIR: Arduino IDE issues with Test Suite [SOLVED]
Replies: 12
Views: 15443

Re: KontroLIR: Arduino IDE issues with Test Suite

Post cancelled. See next post. That got me the correct board selections. I think the "eeprom_size_t" compiler error went away (possibly with installing the "streaming" library that's required for extEEPROM). However, I'm on to a new compiler error relating to extEEPROM.cpp: ----...
by ShaunLovell
Sat Jan 11, 2020 9:44 pm
Forum: Support Requests
Topic: KontroLIR: Arduino IDE issues with Test Suite [SOLVED]
Replies: 12
Views: 15443

Re: KontroLIR: Arduino IDE issues with Test Suite

That's very interesting. I dug through the files on Github and found this table in a filed called "avr/boards.txt": AVRBoards.JPG [/url] Do you suppose this means I need to change the "upload speed" field to 19200 (wherever that is) to get the 4 Mhz option? Did you install minico...
by ShaunLovell
Sat Jan 11, 2020 7:00 pm
Forum: Support Requests
Topic: KontroLIR: Arduino IDE issues with Test Suite [SOLVED]
Replies: 12
Views: 15443

Re: KontroLIR: Arduino IDE issues with Test Suite

Thanks, I get the board selection now, as well as clock speed selections, but 4Mhz is not one of them: IDEBoards.jpg I also get the following compiler error: ------------------------------------------------------------------ Arduino: 1.8.10 (Windows 7), Board: "ATmega328, Yes (UART1 328PB only)...
by ShaunLovell
Sat Jan 11, 2020 1:28 am
Forum: Support Requests
Topic: KontroLIR: Arduino IDE issues with Test Suite [SOLVED]
Replies: 12
Views: 15443

KontroLIR: Arduino IDE issues with Test Suite [SOLVED]

1) In my Arduino IDE (v 1.8.10), the Tools>Board menu does not offer a "ATmega328PB Crystal Clock" selection as instructed in the "Getting Started" wiki. I have installed the "Atmel AVR Xplained minis" core for the IDE, which gets me a "ATmega328pb-xplained mini&qu...