English 中文(简体)
能否在未使用序列监测的情况下看到MLX90614的温度测量?
原标题:Can i see temperature measurements for MLX90614 without using serial monitor?

在使用Darduino 联合国机构时,使用MLX90614,在上载时,似乎操作得当,但一旦开始对序列进行监测以了解结果,则从上载到序列监测的时间进行测量。 之后,它只是扔下了一股品。

I tried to open it immediately after uploading the code but it will just show the characters.

here s what is shown on the serial monitor

https://i.stack.imgur.com/k4pS9.png”rel=“nofollow noreferer”>Code

问题回答

I ve had that happen with non-strings printing out the serial monitor. Casting them to strings displays them correctly.





相关问题
Serial Communication between Java RXTX and Arduino

I m trying to communicate between my PC (Windows 7 using Netbeans and RXTX) with an Arduino Pro, using the serial port. The Arduino is actually connected to the PC using an FTDI cable. The code is ...

Arduino web client class not working

I am trying to use the Arduino client class to fetch an HTML page from the Internet (example from the Arduino library itself), but it s not working (connection is not getting established). It s ...

Make hardware for the iPhone

I am pretty clear about the fact that I build software to leverage hardware devices that they work with the iPhone thru EAAccessory and bros. What I am not clear where do I get the hardware ...

Home automation using Arduino / XMPP client for Arduino

I am trying to setup a system for automating certain tasks in my home. I am thinking of a solution wherein a server side application would be able to send/receive commands/data to Arduino (attached ...

Interrupt driven HD44780 library for an Arduino

I have an HD44780 LCD screen, and I ve been using the LiquidCrystal Library provided with the Arduino development package. However, it s not reliable. I noticed some problems with it, and instead of ...

Arduino String Formatting Issue

I m making an Arduino-powered clock, and in the process, I m trying to format integers into two-digit formatted strings for the time read-out (e.g. 1 into "01"). The following gives me "error: ...

Using classes with the Arduino

I m trying to use class objects with the Arduino, but I keep running into problems. All I want to do is declare a class and create an object of that class. What would an example be?

热门标签