Jackson Wiebe

Results 19 issues of Jackson Wiebe

I know you can read the board voltage with Atmel Studio so the hardware is certainly there but not implimented in AVRDUDE or perhaps the driver? It would be nice...

More of an FYI. Maybe add this to the readme. For windows users with Atmel ICE. Under AVRDUDE 6.3 I was forced to use these drivers: **FOR AVR DUDE** _CMSIS...

##### Any pull request raised here MUST be submitted according to here MUST be submitted according to this template or it will be flagged with 'Not enough information'. No action...

enhancement

**Is your feature request related to a problem? Please describe.** Functions that take a long time. IE. eraseChip() require minutes at time. This triggers internal watchdogs. A function callback allows...

feature request

Feature request **Is your feature request related to a problem? Please describe.** Yes, Trying to get support for STM32L4 Via core from GrumpyOldPizza https://github.com/GrumpyOldPizza/arduino-STM32L4 Currently board crashes when trying to...

feature request

Could you program a clear fix function? When waking a microprocessor and the Ublox from deep sleep (no millis) there is no way to determine if a fix is new...

I notice there is some weirdness when using the setMinutes, setHours functions. Using the function `rtc.setHours(rtc.getHours()+1); ` allows for setting time between 0 and 32. Shouldn't this wrap around at...

https://github.com/arduino-libraries/RTCZero/blob/ac98e3da2809500ae50050e5dee12223461921a6/src/RTCZero.cpp#L115 Is there a reason the flag is cleared after the callback? Seems if you have too long of a callback (2+ seconds) then the RTC will hang the processors....

Needed this for a personal project. Perhaps you guys want to include it for ATMEGA328PB projects running @ 1MHz

I have an application that needs to connect to a com with name "/dev/tty_dgrp_1_0" This is a remote device generated with the help of the Digi RealPort technology that emulates...