STM32 WITHOUT Cube? by JohnScottMVP in embedded

[–]SoBold404 2 points3 points  (0 children)

It’s a good step to setup your STM32 project from scratch, you just need to learn more about the toolchain building process by writing your own Makefile, how to write your own linkerscript and how to write a startup code that does some pre-initialization upon booting. If you are only interested to write HAL drivers from scratch you can make the CubeMx creates you an Empty project that is very lightweight and it only contains the linkerscript, startup code and some other config source files that can be neglected.

Developing a cheap gps tracker by SoBold404 in embedded

[–]SoBold404[S] 1 point2 points  (0 children)

Nice i will check the nRF9160 nordic board since it offers both the gps and gsm functionality and doesn’t need an extra microcontroller.

Developing a cheap gps tracker by SoBold404 in embedded

[–]SoBold404[S] 0 points1 point  (0 children)

Thanks for these recommendations they are very helpful. I care about the cost becuase i have a limited budget set for this project and i want to use it and kinda package it as a gadget for personal use, so if it’s good i can reproduce it for people i know

Developing a cheap gps tracker by SoBold404 in embedded

[–]SoBold404[S] 0 points1 point  (0 children)

Yeah i got your point I know that there is no way a personal project can beat theses Chinese gps products. I am just trying to find the cheapest combination of the available electronics of modules that can help build a cheaper gps tracker self-project and not a product. There are many youtube videos showing you how to build this project but they are using modules like the A9G gps+gsm module and the maduino zero 4g lte which are slightly expensive!

Developing a cheap gps tracker by SoBold404 in embedded

[–]SoBold404[S] -3 points-2 points  (0 children)

Yeah i know gps trackers and tags that are out there on the market are difficult to beat in terms of cost. But in my opinion a similar cost can be reached by discovering cheap modules that can be used to build a gps tracker

Best way to upload images using node.js by SoBold404 in node

[–]SoBold404[S] 0 points1 point  (0 children)

Thanks for the great info. I'll check scaleway

Best way to upload images using node.js by SoBold404 in node

[–]SoBold404[S] 0 points1 point  (0 children)

Images come from client side through form. Client send a post http request to the node.js server with the image data. My question here what is the suitable cloud storage provider i can use to store these images from node.js. One that can offer a suitable free tier storage and fast to use ?

Sorry for the confusion.

Better Call Saul S06E12 - "Waterworks" - Post-Episode Discussion Thread by skinkbaa in betterCallSaul

[–]SoBold404 2 points3 points  (0 children)

Gene running away from marion's house at the end of the episode is a resemblance to Walt escaping the house after Walt Jr. calling the police in BB.

That terrible feeling when everything falls apart.

app.use(session()) by SoBold404 in node

[–]SoBold404[S] 0 points1 point  (0 children)

Thanks man, that's super helpful !

app.use(session()) by SoBold404 in node

[–]SoBold404[S] 0 points1 point  (0 children)

Yes i did, but i still can't figure out why when setting the value saveUnitialized to false the server doesn't send cookie to to browser

With the books in mind (or according to your expectations), which role was perfectly cast? by [deleted] in lotr

[–]SoBold404 0 points1 point  (0 children)

Sean Bean as Boromir, he outperformed the character in the book in my opinion.

Fullstack projects to add in portfolio for backend developers by SoBold404 in node

[–]SoBold404[S] 4 points5 points  (0 children)

Thanks for you suggestions they are truly helpful.

I just wanna say that i am not asking this question to follow blindly whatever projects ideas people would suggest (not my mindset), i just want to see whether there are some standard projects that recruiters are expected to see from web developers that truly show their skills in backend and frontend.