Hi My friends ... I am trying to use a new Board RF-Nano improved for Board Nano V3.0 ATmega328P 5V 16M CH340 Built in NRF24L01 ... I have no problem loading my sketcH but I cannot read the status variables using the command Serial.begin(9600) .... I get only series of nonsens letters and symbols .... What I have to do ???
Start by checking that the baud rate of the Serial monitor matches that of the baud rate set in the sketch
If that does not solve the problem then post your sketch here, using code tags when you do
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
You want to read status variables of which sesnor? Do you know that Serial.begin(9600); command activates the UART Port of Atmega328P MCU to communicate with Serial Monitor of Arduino IDE at speed 9600 bits/sec?
Please provide a link to the product in question - presumably purchased on a website somewhere.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.