Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about gprs

Read more about gprs

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - gprs

How to calculate SIM GPRS data which is uploaded by Quectel M66 during GET method?

I am using Quectel M66 module to send data to web server using GET method. I am uploading data every minute using two APIs. I am using airtel SIM which consumes 2MB of data per hour as per shown in my...
test-img

Yogesh W

iot

gsm

gprs

quectel

Votes: 0

Answers: 0

ESP32 + SIM7000x - connect to AWS IoT MQTTT server

Currently, I have a working 'thing' on AWS, whitch is connected via WIFI or an ethernet port. In there, I can simply pass my CA cert, public and private keys and tell the MQTTClient to use that client...
test-img

Robin

mqtt

x509

esp32

aws-iot

gprs

Votes: 0

Answers: 0

Want to convert Decimal from signed 2's complement to hexdecimal without signed 2's complement (ex : -73 -> B7)

i am receving sensor data which sends me Decimal from signed 2's complement want to convert it to hex decimal without signed 2's complement
test-img

Tejas Gohil

java

hex

iot

gprs

Votes: 0

Answers: 1

Latest Answer

String decimal = "-73"; int number = Integer.parseInt(decimal); String unsignedHex = String.format("%02X", number & 0xff); The parseInt call converts the signed decimal string...
test-img

Stephen C

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved