The trifecta of ARM, Assembly, and C: Pointers, Registers, and …

Our sincerest request to the reader is to go through the previous post The trifecta of ARM, Assembly, and C. This discussion builds up on top of it. We often tend to develop for a particular OS on regular development cycles. It may sound improbable, but often most embedded developers find dealing in tandem with constructs … Continue reading The trifecta of ARM, Assembly, and C: Pointers, Registers, and …

Generics with make and make files

Overview of make talks something like this:The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them.We can always read more and more about make and its syntax, how to make a make file for your program.We preferably admit "Its strong tool, strong enough that every IDE, … Continue reading Generics with make and make files

REST-ing with Raspberry Pi

In the world of IoT being restful reduces the pain of interactions with cloud.Since, most of the IoT platforms supports REST APIs. This not only gives us portability of our prototype/projects but also gives us the reason to share the method to do the job. Lets juggle around with basic. REST or Representational State Transfer  … Continue reading REST-ing with Raspberry Pi