Any hex? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Any hex?

I am suggesting the solo learn to add hex for us to learn since I want to code an Arduino but I don't know how to, it says 'failed to read program', so please add hex

14th Jan 2022, 12:44 PM
xxX Wolf Xxx
5 Answers
+ 2
xxX Wolf Xxx, hex (hexadecimal) is not a language. It is an alphanumeric representation of numbers in base 16. The set of digits (i.e., radix) is: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. One hexadecimal digit can be stored in four bits. Two hex digits represent one byte. Hex files may be used to hold any kind of data, images, archives or programs. You might want to double check that your file is actually a program, and one that is suitable for your microprocessor.
14th Jan 2022, 6:21 PM
Brian
Brian - avatar
0
Arduino uses c++. And even system programmers uses assembly so what you wants to accomplish using HEX ?? And programming with hexadecimals will not be useful for most of the users so I don't think they will add it And how they can even add it?? Hex programming for what? Binaries for Windows are different, for Linux are different for MAC are different. Different types of processors will use hexadecimals differently then how come they can even teach you?
14th Jan 2022, 8:11 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
0
Shail Murtaza I want to be able to use hex whenever I go plus the Arduino writer I use uses hex for the Arduino, every app I tried has the same thing for my Arduino Now you think you can try to make me look like a 9 year old But you cant
14th Jan 2022, 8:14 PM
xxX Wolf Xxx
0
xxX Wolf Xxx I'm sorry if you didn't liked mine answer. But your reply is childish. why don't you simply use Arduino ide provided by Arduino itself in which you can use C++.
15th Jan 2022, 4:49 AM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
0
Shail Murtaza because I want to be also able to encode and decode hex things, now it's too late to say, I lost my interest in my Arduino and I sold it
16th Jan 2022, 8:31 PM
xxX Wolf Xxx