-
- Hardware: ESP32 to ATtiny1616 over I2C; ATtiny is supposed to output PWN (with 5-10% duty cycle) on pin 11 to Motor driver that drives a Servo SM-S2309S. Oscilloscope on pin 11.
- Arduino version…
-
This library will provide the following functionality:
* Allow sleep where the RTC is used to keep time in standby sleep, and adjust millis() time upon wake, when using any timer except RTC as the …
-
Are GNSS modules for example "UBLOX MAX-M10" familiar with ATtiny chips like ATtiny1616 ?
-
Hi !
Thanks again the great work on those projects!
I was wondering if that would be possible to have a version of the sensor code which would use OTAA to join other Lora networks such as TTN ?…
-
I am not so sure how difficult it is to add the support of mega0 AVR and Tiny0/1/2 AVR, similar to optiboot_x.
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
…
-
If you have handling problems or questions, consider to open a discussion https://github.com/IRMP-org/IRMP/discussions instead of an issue.
## Bug Report
### Board
* [ x] Other - please speci…
-
### Describe the problem
The Arduino language features are not available after startup.
### To reproduce
- Have no attached boards,
- Start IDE2,
- Select `Arduino Uno` board (can be any),…
-
Please bare with me, i'm new to arduino
I'm attempting to build the Mailbox_Guard_Sensor and I'm getting the following error:
```
Arduino: 1.8.19 (Mac OS X), Board: "ESP32 Dev Module, Disabled,…
-
Running this test code on a CA 7-segment display without dot:
```
#include
// GPIO I/O pins on the Arduino connected to strobe, clock, data,
#define STROBE_TM PIN_PB3 // strobe = GPIO connect…
-
Hi,
I've just found your great project! Would it be possible to add other chips (looking for Attiny1616 debugger currently)?
Is this project based on reverse engineering the debug protocol or is…