Tutorials

Under this category we project best tutorials that will help you build your own amazing projects

Mastering Kotlin for loops

For Loop in Kotlin

Iterating through collection of items are very common problem in any programming language. But when it comes to latest modern programming languages like Kotlin, this task became more fancy and more options become handy to do different type of iterations. Today we are going to take a deeper look into different version of for loops …

For Loop in Kotlin Read More »

Interfacing GPS with Raspberry PI 3

  Adafruit has a very good explanation about GPS interfacing. You may follow that tutorial or continue here.   To view, the available USB to TTL converter devices use the following command ls /dev/ttyUSB* If you had installed pyserial then you may list all your available COM ports using this command via python python -m serial.tools.list_ports

Scroll to Top
Verified by MonsterInsights