Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
balte23207y@LeFlawk thanks, if you wouldn't have commented I'd have never found out it was a portrait size photo squashed down for the thumbnail.
-
AAAHHHHH THATS SO COOL GIMME SOURCE
howd you hook up internet tho, i only found bluetooth modules -
FTcuber10657y@BindView he is using an esp8266 which is a really cheap microcontroller with wifi capabilities. You can use it as a standalone device or hook it up to an arduino for wifi integration in your projects :P
-
exelix11297y@BindView
Wireless stuff is handled by it's libraries, i just wrote the code to show rants.
Since the microcontroller has just 128Kb of ram parsing the JSON on it would be hard , most of the job is done through a server running on my pc that downloads rants and serves them as plaintext. The code on the esp just downloads a rant by index and shows the text.
Actually there is a JSON parser library, i already used that once to get google search results but i think Devrant api's response is too big.
Related Rants
-
TheLastGimbus22I've build remote-controlled, riding flamethrower based on deodorant and ESP8266 (Arduino):
-
Mitiko15It's also my only finished project so far: an alarm clock Made for ~2 days, because I couldn't get up on time....
-
resdac12!rant I guess. Its coffee on a chip. Just spend 3h making this board to be implemented in my coffee machine. J...
A few days ago someone posted a pic of an ESP8266 microcontroller, so it reminded me that I have one of those lying around with a board with a screen I built during summer, so I thought, why not making a devrant reader, and so here it is:
For now it can only read rants, posting is coming soon, the software keyboard is already implemented
We call it the thing (Accrocchio in italian)
rant
esp8266
microcontroller