-
I hope to make some tests soon. Do you recomenda segger Studio, zephyr platformio ou nrfconnect visual code ? |
Beta Was this translation helpful? Give feedback.
Replies: 18 comments 9 replies
-
@tcpipchip as you see I'm taking advantage of new features of Github to have things better sorted out. Issues are only for bugs related to the source code of the repo, this section of Discussions is appropriate of any related discussion to the repo like this one, I placed it under the category Q&A.
When it comes to segger tool, when I want to debug with the generated elf file I simply switch then to OZone |
Beta Was this translation helpful? Give feedback.
-
thanks to the full e-mail :) I am working with Zephyr NRFCONNECT on VISUAL CODE... Investigating why not compiling when i use thanks again! |
Beta Was this translation helpful? Give feedback.
-
Yes, but first I am first downloading the newer nrfconnect toolchain |
Beta Was this translation helpful? Give feedback.
-
after about 9 hours on computer, got good progress! Those examples, that use send_udp(message, size); Just send UDP on IPV6, right ? But need to enter in MESH network to transmit or not ? Or only make a broadcasting to me detect with SOCAT ? |
Beta Was this translation helpful? Give feedback.
-
on example openthread_tag_sensors, on initialize i got [00*** Booting Zephyr OS build v2.7.99-ncs1-1 *** #define CONFIG_PEER_PORT 4243 and at Rasp pi@raspberrypi:~$ socat UDP6-LISTEN:4243,fork STDOUT Some tip to me to continue my study ? |
Beta Was this translation helpful? Give feedback.
-
maybe my problem that i am using VISUAL CODE NRF, and not WEST line command |
Beta Was this translation helpful? Give feedback.
-
I will mount a nrf52840 sniffer next week! Thanks |
Beta Was this translation helpful? Give feedback.
-
In meantime, i replaced the vs code zephyr nrfconnect example by CLI thread udp send and SEGGER nrf52 thread UDP example and got UDP send Communication successfully. Then my problem is figure out the vs code zephyr nrfconnect to work :) |
Beta Was this translation helpful? Give feedback.
-
the progress |
Beta Was this translation helpful? Give feedback.
-
But i will need your help about how to compile without error on Visual Code NRFCONNECT :) |
Beta Was this translation helpful? Give feedback.
-
Hi, Are you getting success to compile this on ? Still tryng |
Beta Was this translation helpful? Give feedback.
-
https://nina-b3-openthread.blogspot.com/2022/03/nina-b302-transmitindo-dados-via-udp.html (update) |
Beta Was this translation helpful? Give feedback.
-
Hi About your examples, do you have some similar that one did on Segger Studio...reported in the BLOG Can you help me ? |
Beta Was this translation helpful? Give feedback.
-
is there some UDP listen port on grafeno to test ? |
Beta Was this translation helpful? Give feedback.
-
@tcpipchip I just realized that this discussion was ongoing in the wrong repo, as the nRF52_Mesh does not have any thread or Zephyr sample, we also have been referring to the sdk-hsm-sensortag which is the right one. Unfortunately I cannot transfer this same discussion, as it is a different github organization so I created a new one. It is also good if we make questions smaller and if you can mark the ones answered as answered, that probably will help other people find the same answer easier. |
Beta Was this translation helpful? Give feedback.
@tcpipchip as you see I'm taking advantage of new features of Github to have things better sorted out. Issues are only for bugs related to the source code of the repo, this section of Discussions is appropriate of any related discussion to the repo like this one, I placed it under the category Q&A.
Back to your question, it's not a simple answer because it combines current skills, target skills and available projects you'd like to base your work on.