-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help required #2
Comments
Open the extra c files in tabs before compiling. |
@tobyjaffey :Hey , it is throwing out the error of multiple declaration when I try compiling. Here is the screenshot of it. |
Try removing main_posix.c |
@tobyjaffey : Hey sorry to keep on bothering and nagging you. I have a problem ( once again ). I hope this is and will be final issue. Here is the problem:
For ur info I am using a Arduino Mega328p in a Xbee PRO board with a USB converter board. (since the Xbee PRO board does not have a USB output). |
In microcoap.ino, we set the serial baud rate to 9600, check that this is the same as your test program. |
Yes yes. I did set the baud rate to 9600 as always. Also it is not prining any statements mentioned in the setup protion of the code. |
I suggest that you start from your working code and merge in mine until you find the cause of the fault. |
@tobyjaffey : Thanks a lot for your inputs. !! Fixed the problem. The problem was not on the baud rate, but it was a memory issue. The board that I had did not have enough RAM and hence the code did not run as expected and gave unpredicatable reuslts. Reduced the sizes of some variables and it did the trick. Still have some tweaking to do , to make the code fit into the board. But anyway thanks a lot for answering to my issues !!! |
I've been following the issue. Thanks for this micro implementation of coap. |
@renzoe : Hi-5 !! Initially i tried to run the code as such. It just displayed a blank screen in the Serial monitor and did not print anything. So after commenting out a few sections the code was running. Yes i shall fork this repo ! U can look into it. I am using ATmega 328p which is very similar to the UNO board. |
@renzoe : Did a fork..! U can check it out now ! |
@cache91 thank you! Ill check it! |
hello,i downloaded the microcoap zip file and i import it on the arduino (uno with ethernet shield) , but when i open the example and compile it i got a lot of errors , for example: "error: 'coap_rw_buffer_t' does not name a type" ; i didn't understand what it means im new with arduino. |
Hi.. I try to modify this code for ESP8266, but find some errors. Do you have any reference to edit this..? thank you... |
Hey I am a newbie to microcoap. I wanted to implement this microcap code in arduino uno with ethernet shield. I have a few queries.
I know this is not the correct place to post this. Apologies for the same.
The text was updated successfully, but these errors were encountered: