DJDaniel Joseph Alapatindanielalapat.hashnode.dev·Aug 6, 2022 · 15 min readMATLAB State flow Deployment on ArduinoHello, it’s been a while since I have written a blog, that is because I have started working. Today I am going to use the knowledge I have learned from my working experiences to create a very useful blog. I am going to try and bridge the gap between ...00
DJDaniel Joseph Alapatindanielalapat.hashnode.dev·Oct 31, 2021 · 6 min readH BridgeIn a previous blog I mentioned that I had not done much work with motors. To change that, in this blog I would be working with motors and motor drivers. D.C motors are very common and inexpensive, but controlling these motors are not as straight forw...00
DJDaniel Joseph Alapatindanielalapat.hashnode.dev·Oct 3, 2021 · 3 min readCRC Calculation Unit on STM 32 F4Today we are going to implement CRC error detection on the STM 32 F407 microcontroller using the inbuild CRC module. CRC CRC stands for Cyclic redundancy check and it is an important tool in error detection. In a previous project I had implemented a ...00
DJDaniel Joseph Alapatindanielalapat.hashnode.dev·Aug 30, 2021 · 3 min read7 - Segment DisplayHey, so this is just a continuation of our previous project. We are today going to add a 7-segment display to the DIP switch project. This will hopefully be the fastest blog I have written to date. I got my seven segment display from Tomson electroni...00
DJDaniel Joseph Alapatindanielalapat.hashnode.dev·Aug 29, 2021 · 3 min readDIP SwitchHi, I been super excited to start working with my FPGA, the Altera Cyclone II EP2C5. A very common projects I see being implemented on FPGAs is controlling a 7-segment display with a DIP switch. Now I am just a beginner in Verilog coding so I thought...00