Vojislav Milivojevic
Vojislav Milivojevic
Is it possible to use this code with new atmega328PB? http://www.microchip.com/wwwproducts/en/ATmega328PB
### Describe the problem Currently I am using Arduino-cli to flash the device connected to the USB. Everything is running on the Raspberry Pi. The devices are exposed to docker...
Hi, I need to generate two different signals that need be sent on specific timings. first signal: ``` ./hackrf_ook -s 0 -b 1720 -0 2500 -1 820 -p 8086 -m...
@Andypos you said that you have corexy machine, controlled with Nucleo board. Do you have problem with homing ($H)? Mine just goes to +x limit switch, then goes back, and...
Hi @langwadt is there any particular reason why pins in your version of stm32-grbl on [NUCLEO-F411RE](http://www2.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-f411re.html) are not compatible with [Arduino Uno pins with GRBL firmware](https://github.com/grbl/grbl/wiki/Connecting-Grbl)?
Regarding enhancements mentioned in the #9 issue, possible option for magnetic encoder is [TLV493D](http://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7) which is ~ [1 EUR](http://hr.mouser.com/ProductDetail/Infineon-Technologies/TLV493DA1B6HTSA2/?qs=sGAEpiMZZMtqt%252bBdzIqtUOyZwqZLczEx9xc26pgq7mA%3d). There is even a small dev kit for it [TLV493D-A1B6 2...
Maybe it would be beater to change the switch part, so the MOSFET Q1 should be triggered by the USB and not the VDD. I think it would be beater...
Check the [datasheet](http://ww1.microchip.com/downloads/en/DeviceDoc/20005308B.pdf) for the reference circuit. If you change the schematic like in #11, you can lose the D2 diode. Otherwise move the resistors R20 and R21 in front...
The diode D1 is not recommended for new design, maybe it would be best to change it. They will probably stop producing it in near future. See the manufacturer link:...
It will be good to rearrange components and make schematics more readable. Then it will be more appealing to the people, and it can be used as documentation. If you...