AriPal
I have an MSc degree in Industrial Systems Engineering and a BSc degree in Computer Engineering. Tech blogger on Medium. Love building web- and mobile apps.
WebValley ASNorway
Pinned Repositories
articles
These articles are owned by Netcompany Norway.
AVR-Basic-Programming
Creating simple programs in C, and run it on AtMega328P Microcontroller. Programs I am running is related to Bitwise operation, ADC conversion, Interrupts and PWM.
dataCollectionAnalysis
Demonstrate that Raspberri PI (model 3) can communicate with google drives cloud service, collect data and visualize with graphs. This project was a part of a course in Internet of Things taught at Stevens Institute of Technology.
Project-Door-Sensor
This was a school project where we created a system which could count how many persons going in and out of the room. Instead of needing to open every school door to check if the room is occupied, we made a dynamic webpage so users can order or view room status.
robot_car_arduino
This is a C++ library made for Elegoo smart robot car (UNO R3). With simple functions you can control the wheels, speed, direction, servo and follow the line automatically. To test the code, you must have the robot car, download, run on Arduino IDE and then click on Upload.
sockectsCommunication
Homework assignment from Stevens Institute of Technology. In this assignment I need to setup socket communication between Server and Client using C programming language.
threadsProcesses
The program creates multiple threads using pthreads with condition variables and timers, the program was executed in Linux Environment. This project was a part of a course in Real-Time with Embedded Systems taught at Stevens Institute of Technology.
VHLD-FPGA-Project2
Send a music file from the computer and then play the music out from the loudspeaker by using a UART receiver.
VHLD-FPGA-Project3
Record and send back the music note to computer through UART transmitter.
AriPal's Repositories
AriPal/robot_car_arduino
This is a C++ library made for Elegoo smart robot car (UNO R3). With simple functions you can control the wheels, speed, direction, servo and follow the line automatically. To test the code, you must have the robot car, download, run on Arduino IDE and then click on Upload.
AriPal/Project-Door-Sensor
This was a school project where we created a system which could count how many persons going in and out of the room. Instead of needing to open every school door to check if the room is occupied, we made a dynamic webpage so users can order or view room status.
AriPal/VHLD-FPGA-Project2
Send a music file from the computer and then play the music out from the loudspeaker by using a UART receiver.
AriPal/VHLD-FPGA-Project3
Record and send back the music note to computer through UART transmitter.
AriPal/articles
These articles are owned by Netcompany Norway.
AriPal/AVR-Basic-Programming
Creating simple programs in C, and run it on AtMega328P Microcontroller. Programs I am running is related to Bitwise operation, ADC conversion, Interrupts and PWM.
AriPal/dataCollectionAnalysis
Demonstrate that Raspberri PI (model 3) can communicate with google drives cloud service, collect data and visualize with graphs. This project was a part of a course in Internet of Things taught at Stevens Institute of Technology.
AriPal/sockectsCommunication
Homework assignment from Stevens Institute of Technology. In this assignment I need to setup socket communication between Server and Client using C programming language.
AriPal/threadsProcesses
The program creates multiple threads using pthreads with condition variables and timers, the program was executed in Linux Environment. This project was a part of a course in Real-Time with Embedded Systems taught at Stevens Institute of Technology.
AriPal/cbs
Red Cross: Community-Based Surveillance
AriPal/Control-and-Data-Path-FPGA
Final course work. We will create a data path and a control path. The ram will send the content and the boundary scan will recieve the instructions.
AriPal/GithubActions
AriPal/iOSRandomPhotoGenerator
AriPal/Monitor-Zynq-TE0720-in-real-time
Creating an GUI application for Kongsberg Defence and Aerospace, bachelor project. We used phoneGap to convert this into an android application. The coded receives values from an embedded system named Zynq TE0720, then shows these values in realtime on a tablet.
AriPal/MQTT_RPI3_Application
Using MQTT which is a lightweight messaging protocol to monitor Raspberry PI's 3 inbuilt sensors, this is a small project.
AriPal/Online-Shopping-with-CRUD
Real-time application with Firebase
AriPal/Queues_And_Threads_freeRTOS
This is a small freeRTOS application based on threads sharing data using Queues.
AriPal/RPI3_Monitor_Performance
Small django python application. The purpose is to allow the user to interact with raspberry pi model 3, user can set values through terminal or gui. Otherwise the user can set the RPI 3 to autoMode in terminal, which then uses internal sensors to monitor the device and stores data to guy.
AriPal/SesamWorkshop
AriPal/VHLD-FPGA-Project1
Play music by pressing some keys on the keyboard.