I have a question for all of you out there is it possible to hold a value in memory after printing it. I will give you an example: Nodered created interface there is a slider with numbers like slider from 20 to 30. you slide it and choose a value like 25 then that value ..
Category : adc

I’m using a CS1237 ADC with an Arduino Mega to look at data from a Wheatstone bridge load cell. I didn’t build the load cell or wire it to the ADC, it’s in a store scale and I just lifted the clock pins of the chip that was controlling the ADC and have been bit-banging ..
I’m using an Arduino Mega to control a CS1237 ADC. I’m sending a signal to the clock pin and after each clock pulse, waiting 1ms and then reading the response, according to the datasheet I found. This seems to be working in some capacity, because when I do Serial.println() for each bit received, and for ..
I have the following problem: I setup the ADC with DMA on my STM32F407 chip with continuous requests. Whenever the DMA conversion complete interrupt triggers, the value in my buffer is always 4095. I verified the reference pin VDDA which is 3.3v and VSSA is tied to ground. I tried single and multi-channel readings and ..
Hallo everyone, I am new into AVR programming and I was asked to develop a board which could read out the values of an analog sensor and set a PWM output. The design included a potentiometer, to act as a percentage dimmer between two PWM signals. As my programming experience is only in the Arduino ..
Recent Comments