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 …

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