Why is 'Sensor' a Peripheral in the API Reference?
Jennifer M Williams
Hi all,
What is the rationale for ‘Sensors’ being under ‘Peripherals’ in the API Reference with the ADC, Counter, I2C, SPI, etc.? Is it because the Peripheral APIs are for hardware-related interface?
Thanks, Jen
|
|
Re: west 0.6.0rc1
Bolivar, Marti
I forgot to add: it would be nice if any issues could be reported via the west bug tracker (https://github.com/zephyrproject-rtos/west/issues) rather than email, if possible. Thanks again.
From: Bolivar, Marti
Sent: Thursday, July 25, 2019 11:24 AM To: devel@...; users@... Subject: west 0.6.0rc1
Hi,
West version 0.6.0rc1 has been tagged. Release notes are in this pull request:
https://github.com/zephyrproject-rtos/zephyr/pull/17714
Testing and feedback are welcome; I’d like this to be the minimum version for Zephyr 2.0. To install this RC, use “pip3 install west==0.6.0rc1” (and pip3 install --user on Linux as usual).
You can “pip3 uninstall west” then “pip3 install west” (without the version specifier) to go back to v0.5.8.
Thanks! Marti
|
|
west 0.6.0rc1
Bolivar, Marti
Hi,
West version 0.6.0rc1 has been tagged. Release notes are in this pull request:
https://github.com/zephyrproject-rtos/zephyr/pull/17714
Testing and feedback are welcome; I’d like this to be the minimum version for Zephyr 2.0. To install this RC, use “pip3 install west==0.6.0rc1” (and pip3 install --user on Linux as usual).
You can “pip3 uninstall west” then “pip3 install west” (without the version specifier) to go back to v0.5.8.
Thanks! Marti
|
|
feedback on driver-specific API architecture
Peter A. Bigot
As discussed in various meetings: there is an ongoing need for Zephyr to support peripherals that have features beyond what is supported in the generic driver class, e.g. calibration APIs for specific sensors.
https://github.com/zephyrproject-rtos/zephyr/pull/17072 discusses the general case with a stub API. https://github.com/zephyrproject-rtos/zephyr/pull/17631 provides a specific case with a complete API. Feedback on the overall approach is requested, and may be provided on either PR; 17072 should have less clutter related to the details of the Maxim RTC chip that it supports. Peter
|
|
New DT parser and code generation
Kumar Gala
All,
Just a heads up on some changes to the generation path for handling of DT. Ulf and I have been working on a replacement for the DT parsing and Code Generation code. The replacement is in this PR: https://github.com/zephyrproject-rtos/zephyr/pull/17660 The intent is to deprecate the old code (scripts/dts/devicetree.py, scripts/dts/extract_dts_includes.py and scripts/dts/extract/). The old code will stay around for a little while to generate the deprecated macro’s. The new code is structured in 3 pieces: * dtlib.py - DTS parser * edtlib.py - Semantic Device model * gen_defines.py - Code generator The intent is to keep the (dtlib.py and edtlib.py) agnostic of Zephyr, and have all the Zephyr specific details in gen_defines.py. - k
|
|
Re: Development in Zephyr
Muhammad Muh <muhammad.muh83@...>
Hi,
Thank you for your help. I have tried the commands given in the documentation and yours as well. My Python Version
Python 2.7.15+. I am getting the following errors after executing the commands in Zephyr Example of NRF52840_PCA10059 Dongle.
FYI, I am just pasting the commands and the errors.
Command 1:
~/zephyrproject/zephyr/samples/basic/blinky$ west build -b nrf52840_pca10059 ..
Error 1:
ERROR: .. doesn't contain a CMakeLists.txt FATAL ERROR: refusing to proceed without --force due to above error Command 2:
$ nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
> --application build/zephyr/zephyr.hex \ > --application-version 1 blinky.zip Error:
File "/home/muhammad/.local/lib/python3.6/site-packages/nordicsemi/dfu/package.py", line 403, in generate_package
for key, firmware_data in self.firmwares_data.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' THE ABOVE COMMANDS ARE GIVING SAME ERRORS AS MENTIONED IN THE PREVIOUS EMAIL.
Command 3:
~/zephyrproject/zephyr/samples/basic/blinky/build$ nrfutil dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0
Error:
Usage: nrfutil dfu usb-serial [OPTIONS]
Try "nrfutil dfu usb-serial --help" for help. Waiting for your kind response.
Best Regards
From: Cufi, Carles <Carles.Cufi@...>
Sent: Wednesday, July 24, 2019 8:44 PM To: muhammad.muh83@... <muhammad.muh83@...> Cc: devel@... <devel@...> Subject: RE: [Zephyr-devel] Development in Zephyr Hi there,
Can you try this instead:
~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 samples/basic/blinky
Then you can find the build output files in the build/ folder. The syntax of the west build command is well documented both in the tool itself and in the documentation here: https://docs.zephyrproject.org/latest/guides/west/build-flash-debug.html
Regards,
Carles
From: devel@... <devel@...>
On Behalf Of via Lists.Zephyrproject.Org
Dear Mr Aldrich,
Hope you will be fine and in best of health. I have gone through the links which you have referred me. I found them very very useful. Thank you for your kind support. Now i have purchased the NRF52840 Dongles. In reference to our previous discussion, it is requested to kindly help me through the examples of LED Blink and Mesh Demo. During LED Blink i am getting different sort of errors. Following are lines.
muhammad@muhammad-Asus:~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 --build-dir path/to/build2/directory ZEPHYR_BASE=/home/muhammad/zephyrproject/zephyr (origin: configfile)
Thank you for your help. I will be grateful if you can help me out in these sample demo.
Regards Muhammad From: Muhammad Muh
Mr. Aldrich thank you for your email. I am really thank full to you.
a) Regarding "Slack Channel" i did not know about this before. Now i will definitely join it. b) In reference to "Bluetooth Section of the Documentation Guide" i did not go through all these links. I will follow these to get more know how. I will get back to you after studying these documents.
Thank you once again.
Regards Muhammad
From: Thea Aldrich <aldrich.thea@...>
Hello Muhammad, Welcome to the Zephyr Project! We're so happy to hear you are exploring ZephyrOS and Bluetooth Mesh. I'm happy to help you through the process of getting started with your first application. Have you joined the Slack channel? Its a great place to ask questions and get to know the community better. A number of our experts in Bluetooth Mesh are on daily. Everyone is always happy to help.
My favorite place to get started is the Bluetooth section of the documentation guide. I have also personally found the Bluetooth Mesh Study Guide incredibly useful. Its produced by the Bluetooth SIG and is a great resource for getting a deeper understanding of the ins and outs of the technology. You may also find this presentations useful.
If those guides do not answer your questions or if you already went through the guides and still have questions, please feel free to reach out to me at any time. I am always happy to help where I can.
Best, Thea Aldrich Zephyr Project Developer Advocate
On Mon, Jun 24, 2019 at 8:04 AM Muhammad Muh <muhammad.muh83@...> wrote:
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 07/25/2019 8:00am-9:00am, Please RSVP
#cal-reminder
devel@lists.zephyrproject.org Calendar <devel@...>
Reminder: Zephyr Project: Dev Meeting When: Thursday, 25 July 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles Where:https://zoom.us/j/993312203 An RSVP is requested. Click here to RSVP Organizer: devel@... Description: Join Zoom Meeting
|
|
Dev Review Meeting Agenda - 25 Jul 2019
Kumar Gala
Here’s the issues/PRs on the agenda so far for this week’s Dev Review Meeting:
* Proposed development plan for Zephyr's POSIX subsystem: https://github.com/zephyrproject-rtos/zephyr/issues/17706 * posix: Clean up various headers: https://github.com/zephyrproject-rtos/zephyr/pull/16626 * posix: Add headers related to BSD Sockets API: https://github.com/zephyrproject-rtos/zephyr/pull/17346 - k
|
|
Re: One Questions about ZephyrOS
Wang, Steven L <steven.l.wang@...>
Hi Rockc: Essentially, app code and kernel code will be combined into
one image. Then that image will be flashed into target board.
There is no support for program loader. Actually, in zephyr app development, all app code are usually put into a directory outside of the Zephyr base directory. With this way, engineer can focus on app code and don't need to touch any kernel code. -Steven
On 7/25/2019 3:20 PM, "Explorer wrote:
|
|
Mesh Proxy node communication with PC
#bluetoothmesh
paul.leguennec@...
Hello,
I am trying to send my mesh message from my proxy (that receive the message from my network) to my PC. I've understood that to do so, I should be using Mesh Proxy Data Out to notify my PC (GATT Client). Yet, I have some trouble finding how to do it. Should I implement GATT functions in my proxy node (as in the reel_bord/mesh_badge example). And if yes, how do I know that I am writing my message in the Proxy Data Out notification ? Thanks for your response, Paul
|
|
Re: One Questions about ZephyrOS
"Explorer
Hi, Jennifer, Thanks for the reply. I have a quick scan of the get-started-guide. I do not see elf-loader support on Zephyr OS, as I know uClinux , NuttX can support it. Beacuse our application engineers want to have a standrad development enviroment and they can only stay focus on application layer like Linux does, is this maybe possible for Zephyr? Thanks B.R. ------- rockc
|
|
Re: Development in Zephyr
Carles Cufi
Hi there,
Can you try this instead:
~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 samples/basic/blinky
Then you can find the build output files in the build/ folder. The syntax of the west build command is well documented both in the tool itself and in the documentation here: https://docs.zephyrproject.org/latest/guides/west/build-flash-debug.html
Regards,
Carles
From: devel@... <devel@...>
On Behalf Of via Lists.Zephyrproject.Org
Sent: 23 July 2019 08:58 To: Thea Aldrich <aldrich.thea@...> Cc: devel@... Subject: Fw: [Zephyr-devel] Development in Zephyr
Dear Mr Aldrich,
Hope you will be fine and in best of health. I have gone through the links which you have referred me. I found them very very useful. Thank you for your kind support. Now i have purchased the NRF52840 Dongles. In reference to our previous discussion, it is requested to kindly help me through the examples of LED Blink and Mesh Demo. During LED Blink i am getting different sort of errors. Following are lines.
muhammad@muhammad-Asus:~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 --build-dir path/to/build2/directory ZEPHYR_BASE=/home/muhammad/zephyrproject/zephyr (origin: configfile)
Thank you for your help. I will be grateful if you can help me out in these sample demo.
Regards Muhammad From: Muhammad Muh
Mr. Aldrich thank you for your email. I am really thank full to you.
a) Regarding "Slack Channel" i did not know about this before. Now i will definitely join it. b) In reference to "Bluetooth Section of the Documentation Guide" i did not go through all these links. I will follow these to get more know how. I will get back to you after studying these documents.
Thank you once again.
Regards Muhammad
From: Thea Aldrich <aldrich.thea@...>
Hello Muhammad, Welcome to the Zephyr Project! We're so happy to hear you are exploring ZephyrOS and Bluetooth Mesh. I'm happy to help you through the process of getting started with your first application. Have you joined the Slack channel? Its a great place to ask questions and get to know the community better. A number of our experts in Bluetooth Mesh are on daily. Everyone is always happy to help.
My favorite place to get started is the Bluetooth section of the documentation guide. I have also personally found the Bluetooth Mesh Study Guide incredibly useful. Its produced by the Bluetooth SIG and is a great resource for getting a deeper understanding of the ins and outs of the technology. You may also find this presentations useful.
If those guides do not answer your questions or if you already went through the guides and still have questions, please feel free to reach out to me at any time. I am always happy to help where I can.
Best, Thea Aldrich Zephyr Project Developer Advocate
On Mon, Jun 24, 2019 at 8:04 AM Muhammad Muh <muhammad.muh83@...> wrote:
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Carles Cufi
Hi there,
nrfutil does not support Python 3 for now. You will need to install Python 2 and then install nrfutil with its pip2.
Carles
From: devel@... <devel@...>
On Behalf Of via Lists.Zephyrproject.Org
Sent: 24 July 2019 09:15 To: devel@... Cc: devel@... Subject: Re: [Zephyr-devel] Zephyr Sample Demo with nrf52840 Dongle
Dear All,
In reference to the NRF52840 Dongle Example, yesterday i send you the problem with the first step i.e. west build -b nrf52840_pca10059 zephyr/samples/basic/blinky
Now this step is going smoothly.. The second step ( nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
--application build/zephyr/zephyr.hex \
--application-version 1 blinky.zip)
is giving the error message which is as follows: ~/zephyrproject/zephyr/samples/basic/blinky$ nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
Traceback (most recent call last):
File "/home/muhammad/.local/bin/nrfutil", line 11, in <module>
sys.exit(cli())
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/muhammad/.local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/muhammad/.local/lib/python3.6/site-packages/nordicsemi/__main__.py", line 867, in generate
package.generate_package(zipfile_path)
File "/home/muhammad/.local/lib/python3.6/site-packages/nordicsemi/dfu/package.py", line 403, in generate_package
for key, firmware_data in self.firmwares_data.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
Thank you for your help.
Regards
From: Muhammad Muh
Dear,
I am totally new in Zephyr. I am new in the field of IoT programming. I have gone through the tutorial of zephyr. Learned some things. But now i want to go through the Sample examples of Blink LED and Mesh Demo so that i can have a start off. I have tried to run the sample as per the instructions given in the tutorial but not successful. I will be grateful if you can help me in this regards. Waiting for the kind reply. Thank you in advance.
Regards Muhammad.
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Lars Knudsen
Hi Muhammad, it seems like you are depending on python 3.6 - I don't have my env on the machine I'm using right now, but seem to remember you need python 2 (I might be wrong) br Lars
On Wed, Jul 24, 2019 at 2:19 PM Muhammad Muh <muhammad.muh83@...> wrote:
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Muhammad Muh <muhammad.muh83@...>
Dear All,
In reference to the NRF52840 Dongle Example, yesterday i send you the problem with the first step i.e.
west build -b nrf52840_pca10059 zephyr/samples/basic/blinky
Now this step is going smoothly..
The second step (
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \ --application build/zephyr/zephyr.hex \ --application-version 1 blinky.zip)is giving the error message which is as follows:
From: Muhammad Muh
Sent: Wednesday, July 24, 2019 9:52 AM To: devel@... <devel@...> Subject: Zephyr Sample Demo with nrf52840 Dongle Dear,
I am totally new in Zephyr. I am new in the field of IoT programming. I have gone through the tutorial of zephyr. Learned some things. But now i want to go through the Sample examples of Blink LED and Mesh Demo so that
i can have a start off. I have tried to run the sample as per the instructions given in the tutorial but not successful. I will be grateful if you can help me in this regards. Waiting for the kind reply. Thank you in advance.
Regards Muhammad.
|
|
Re: [EXT] [Zephyr-devel] Help flashing nxp MIMXRT1050-EVKB
Andrei Gansari
Hello Flavio,
toggle quoted messageShow quoted text
From what you describe, most probably you have an old version of SEGGER JLink on your host machine. I have the following version on my machine: SEGGER J-Link Commander V6.46c (Compiled Jun 3 2019 18:32:22) DLL version V6.46c, compiled Jun 3 2019 18:31:31 Please check your host's version of JLink (e.g. JLinkExe - Linux/ JLink Commander - Windows) There maybe other issues such as: - debugger FW (looks like you use a generic firmware, there is a board and hyperflash specific version of the firmware) - dip switches on board Regards, Andrei Gansari
-----Original Message-----
From: devel@... <devel@...> On Behalf Of Flavio Ceolin via Lists.Zephyrproject.Org Sent: Tuesday, July 23, 2019 6:54 PM To: zephyr-devel@... Cc: devel@... Subject: [EXT] [Zephyr-devel] Help flashing nxp MIMXRT1050-EVKB Caution: EXT Email I'm trying to flash this board following our documentation with no success. I've being installed the OpenSDA_V2_1.bin firmware but when I try to flash I get the following error: J-Link connection not established yet but required for command. Connecting to J-Link via USB...O.K. Firmware: J-Link OpenSDA 2 compiled May 27 2019 11:01:03 Hardware version: V1.00 S/N: 621000000 VTref=3.300V Target connection not established yet but required for command. The selected device "MCIMXRT1052" is unknown to this version of the J-Link software. --- I've tried both, stable and beta J-Link tools. Someone have seen or know how to fix problem ? Regards, Flavio Ceolin
|
|
TSC meeting agenda for 24 Jul 2019
Carles Cufi
Hi all,
Here is the agenda for today's meeting: * Vincent Lacroix from Systerel presentation on the OPC UA protocol * TSC / Marketing Committee coordination https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings#technical-steering-committee-tsc https://docs.google.com/document/d/12p8Q4USdExsP3a8lIdhyqG-4vxb44kisccZ9TvlxWBA/edit#heading=h.x36xe8bnwr9r Thanks, Carles
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Lars Knudsen
Hi Muhammad, I have an example project that needs a few changes to be compatible with the latest master (was using 1.14-rc) - but maybe it can be used for inspiration: br Lars
On Wed, Jul 24, 2019 at 9:17 AM Serafin <serafin@...> wrote:
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Serafin
Hi Muhammad
I doubt anyone here can give you a better general write up then the documentation. So you need to provide information about the specific problem.
Best regards Serafin
On 24/07/2019 03:52, Muhammad Muh
wrote:
|
|
how to make zephyr as a ble mesh provisioner?
rahul tiwari
Hello,
what are the steps required to make zephyr OS as a provisioner. I flashed the sample board example of mesh over nordic pca10040 , and i cant provision it from BlueZ meshctl Kindly provide me the way to provision it Regards Rahul
|
|