Code Monkey home page Code Monkey logo

Comments (10)

tcpipchip avatar tcpipchip commented on May 29, 2024

image
image

from zlorawan_node.

fcgdam avatar fcgdam commented on May 29, 2024

You are probably using Zephyr 3.2.99, check the VERSION file under the zephyr folder.
The code is for Zephyr 3.1.99, but you can convert it by changing the includes to:

#include <zephyr/lorawan/lorawan.h>
#include <zephyr/kernel.h>
#include <zephyr/usb/usb_device.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/drivers/gpio.h>

Check also the example under the samples/subsys/lorawan/class_a to see the correct paths if needed.

from zlorawan_node.

tcpipchip avatar tcpipchip commented on May 29, 2024

thanks for you help
Can you help again ?
image

from zlorawan_node.

fcgdam avatar fcgdam commented on May 29, 2024

What is your compile command?
For what board are you compiling?
Did you create an overlay file for your board with the radio specifications? Check the boards/blackpill_f411ce.overlay file, for example.

from zlorawan_node.

tcpipchip avatar tcpipchip commented on May 29, 2024

west build -p always -b b_l072z_lrwan1 zLorawan_Node
B-L072Z-LRWAN1
well, i dont know about that...itΒ΄s a long time that i didnt work with overlay without use IDE...
Can you access my machine ?
I am testing on WSL2

from zlorawan_node.

fcgdam avatar fcgdam commented on May 29, 2024

Hi, I've compiled for the b_l072z_lrwan1 board without any issue. So it might be your environment, and sorry, don't use Windows or WSL2 so can't help with that.

from zlorawan_node.

tcpipchip avatar tcpipchip commented on May 29, 2024

can you send the command that you use ?
Are you using IDE or line command enviroment ?
On Linux or VM ?
Thanks

from zlorawan_node.

fcgdam avatar fcgdam commented on May 29, 2024

The same command line (no IDE) that you used, but on 100% Linux. No emulation on Windows (WSL).

Try to compile first the examples from the zephyr folder since the issue is with your environment, not with this repository.

from zlorawan_node.

tcpipchip avatar tcpipchip commented on May 29, 2024

yes, the examples compiles.
Where folder i tar (git) you github source ? Maybe this is the problem
thanks to the help

from zlorawan_node.

tcpipchip avatar tcpipchip commented on May 29, 2024

did you already got this error ?
image

from zlorawan_node.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.