-
Hi,
first of all thank you so much for this repo, it is literally exactly what I need for what I want to do (i.e ATMega328p rather than Arduino Nano). I had seen your videos on youtube and was ver…
-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
# ATmega328P Programmierung
Blog des Grazer Computer Club - GC2
[https://blog.gc2.at/post/atmega-328p/](https://blog.gc2.at/post/atmega-328p/)
-
Hi,
I saw your project and really got interested.
For a long time that i wanted to make a switch figtstick and the features that you implemented on your code really caught my eye.
I'm still new to…
-
Hi, this is not a issue, but i'd like to ask you if it's possible run this sketch on a atmega328p stand alone, because i just tried and it didn't worked, do you know if there are some issues with the …
-
ATmega328P
- [ ] Leer datasheet
- Use bypass capacitors (100nF) near the MCU's VCC and GND pins to reduce noise and ensure stable power delivery.
- For bootstrapping the custom Arduino …
-
Hello everyone,
I am new to the CH32V003F4P6 microcontroller and am trying to get started with it using the Arduino IDE. Specifically, I want to use the UART functionality to send and receive data ov…
-
Using rust to compile for Arduino target, I'm see a lot of weird and random behaviors from compiler when making changes to profile and compiler setting. (I'm using avr-hal for uno, here's a [sample](h…
-
are the differents sleep mod are implemented for the AtMega328p ? Because is useful for low consumption project
- SLEEP_MODE_IDLE:
- SLEEP_MODE_ADC
- SLEEP_MODE_PWR_SAVE
- SLEEP_MODE_EXT_STANDBY…
-
Судя документации ATMega328p имеет 2 шт. - 8 битных таймера, 1шт.- 16 битный таймер.
– Two 8-bit Timer/Counters with Separate Prescaler and Compare Mode
– One 16-bit Timer/Counter with Separate Pres…