[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Microcontroller Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 39
Thread images: 8

File: rdl_stm32_development_board_2.jpg (119KB, 1000x1000px) Image search: [Google]
rdl_stm32_development_board_2.jpg
119KB, 1000x1000px
ITT post what you're working on

I am currently trying to make the jump from AVRs to STM32 based micros. I have to say there are quite a lot of differences, plus i cant figure out how to work the STM directly in assembly, like i did with the AVRs. Oh well
>>
>>62328064
posting from my RPI
>>
>>62328068
Not exactly a micro, but who cares
>>
>>62328064
What do I need if I want to remotely turn my PC on and after an interval press F2 through USB HID?
>>
File: ZRpgZfR.jpg (941KB, 2684x1534px) Image search: [Google]
ZRpgZfR.jpg
941KB, 2684x1534px
>>62328064
I have a VoCore
Took me 6 months to get it from kickstarter
Now I don't have a good use for it, but it has built in wifi and uses less than 0.5w. Not exactly a microcontroller but a small MIPS cpu and 64mb ddr2.

>put in in a wall socket hosting some random website
super small, what are some cool ideas
>>
>>62328064
stm32f103 is bretty good, i buy them by the dozen, so cheap and they have some nice features for a medium density chip, i work on a similar density pic at work and it's crippled, only 1 uart and no dma, 2 (two) interrupt vectors.. drives me nuts
>>
>>62328064
How do I into external DDR4 memory and how do I into SATA 6gbits, ethernet and PCIe?
>>
>>62328358
Maybe use it to download shit from the internet
I download 360p anime (shit internet ~1Mbps) all the time, but i feel bad to leave my desktop or laptop on to do something so trivial. So i made a script to have a spare smartphone (debian chroot on it actually) to automatically rip the direct download links and download them.
Tbh even a smartphone is still way too overpowered for downloading a couple of files. That VoCore thing sounds like the ideal solution desu
>>
File: 1504384485841.jpg (30KB, 365x356px) Image search: [Google]
1504384485841.jpg
30KB, 365x356px
point cloud slam on a fpga
shits terrible to debug and test
xilinx get your shit together
>>
>>62329082
nothing could be worse than altera tho
>>
>>62329092
no experience with altera
i dont have complaints with the xilinx hardware it interfaces well with my lidar, its their vivado ide thats shit
>>
>>62329145
neato, just saw the seeed lidar got released, i'll impulse buy it one day im sure
>>
>>62328064
waiting on some pic self assembly kits in the mail, got an st link in the mail the other day and I plan on putting gnuk on a NUCLEO-F103RB when I have some time, other than that not much else at the minute

>>62328105
you want something that can act like a usb host, some pics can do this and teensy boards are quite cheap
>>
File: _20170909_122307.jpg (327KB, 1200x696px) Image search: [Google]
_20170909_122307.jpg
327KB, 1200x696px
Building a Pager like thing that fetches messages from monitoring and alerts if something new came in
>>
File: unnamed.jpg (42KB, 565x1000px) Image search: [Google]
unnamed.jpg
42KB, 565x1000px
>>62329265
i hate these things, every display i have bought since this has an spi interface
>>
>>62329326
eh, I have enough pins to spare currently. I would've need to buy an SPI adapter and it's just not worth it
>>
>>62328064
Not working with µC's atm, but doing bare metal stuff with my raspberry.
Yesterday finished a led blink tutorial and now gotta work my way up to actually use C, build a framebuffer and do some shit.
Cool thing would be a forth interpreter, but I don't know if I will ever achieve this
>>
File: baremetal.mov.converted.webm (353KB, 1280x720px) Image search: [Google]
baremetal.mov.converted.webm
353KB, 1280x720px
>>62329370
forget webm, because I am dumb. webm related.
>>
File: isis did nothing wrong.png (267KB, 620x387px) Image search: [Google]
isis did nothing wrong.png
267KB, 620x387px
>>62329344
p sure you wouldnt need an adapter, if avr doesnt have hardware spi there will be a library that just bitbangs it

>canon
>>
>>62329382
>>62329370
Baremetal, as in pure ARM assembly?
>>
>>62329405
AVR is programmed using SPI, so it definitely has at least one.
>>
>>62329435
Yes
>>
>>62329326
At this point the only reason why they're still using the old interface it's to sell you I2C/SPI adapters
>>
>>62329516
Are you dumb? Why would you add the bloat of i2c or spi if it is not needed everywhere?
>>
>>62329530
I would take my software bloat over your a-hundred-ports-needed hardware bloat any time
>>
>>62329566
>what's KISS principle
Adding bloat where it isnt needed is just plain retarded and everything that went wrong in the past few years.
Go back to school or kys.
>>
>>62329405
But an adapter interfacing the LCD from SPI
>>
>>62329566
When you still have free pins, use them. ROM space is limited
>>
>>62329998
When you still have ROM space, use it. Pins are limited.
>>
Anyone here use Ti C2000 MCUs?
>>
File: DSC05903.jpg (193KB, 1370x771px) Image search: [Google]
DSC05903.jpg
193KB, 1370x771px
>>62329982
o i got u, yeah thats what im saying, i'm happy to pay an extra couple of bucks for the convenience of only needing to connect 4 wires instead of 8.. or if we are talking lcd then pic related, 2 lcd touch screens i have on hand, 4 pins or 40 pins. my time is worth quite a bit, im happy to pay for convenience
>>
>>62330305
But you still need one pin for each spi device, right? For slave select iirc
>>
>>62328073
posting from my 'duino
>>
>>62328358
Too bad they dont make it cheaper and actually sell the fucking thing
>>
>>62328105
You can do that with wake-on-lan and ssh, mate.
>>
>>62333203
Nah m8 I can't. That's exactly why I need something like this in the first place.
>>
>>62328358
Sneak it into some library or something, stick it somewhere no one will ever find it, and run an openvpn server on it. Bam, a (admittedly shitty) VPN for cheap
>>
>>62328358
The Raspberry Pi Zero has video output via HDMI, DPI, MIPI DSI (proprietary shite) and analogue (non HW accelerated). What video output options does the vocore have?
>>
Doing some stuff with a ESP8266 and spi e-paper module. Going to display different messages posted to the device through mqtt.
Thread posts: 39
Thread images: 8


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.