|
Reg: Command handling Via USB driver
Hi Mahendra, It is easier to use cdc_acm sample in samples/usb/cdc_acm, then your PC already has the driver for it and it appears on your PC as ttyACM or ttyUSB, then you can communicate over serial.
Hi Mahendra, It is easier to use cdc_acm sample in samples/usb/cdc_acm, then your PC already has the driver for it and it appears on your PC as ttyACM or ttyUSB, then you can communicate over serial.
|
By
Andrei
· #190
·
|
|
Reg: Command handling Via USB driver
Hi, You can combine those descriptors together to have multifunction device. http://www.beyondlogic.org/usbnutshell/usb5.shtml (I have not tried it myself) Best regards Andrei Emeltchenko
Hi, You can combine those descriptors together to have multifunction device. http://www.beyondlogic.org/usbnutshell/usb5.shtml (I have not tried it myself) Best regards Andrei Emeltchenko
|
By
Andrei
· #216
·
|
|
Is it possible to have two processes communicate in ARM Qemu?
Hi, We use QEMU_EXTRA_FLAGS for providing this parameter for QEMU, for example in bluetooth we may run btproxy on Linux host and QEMU_EXTRA_FLAGS like following: QEMU_EXTRA_FLAGS = -serial unix:/tmp/b
Hi, We use QEMU_EXTRA_FLAGS for providing this parameter for QEMU, for example in bluetooth we may run btproxy on Linux host and QEMU_EXTRA_FLAGS like following: QEMU_EXTRA_FLAGS = -serial unix:/tmp/b
|
By
Andrei
· #1035
·
|
|
Is it possible to have two processes communicate in ARM Qemu?
Hi, You can just change it whatever you like it. In our case btproxy creates /tmp/bt-server-bredr and qemu connects to it and present to guest OS as a serial device. Best regards Andrei Emeltchenko
Hi, You can just change it whatever you like it. In our case btproxy creates /tmp/bt-server-bredr and qemu connects to it and present to guest OS as a serial device. Best regards Andrei Emeltchenko
|
By
Andrei
· #1042
·
|
|
Zephyr flash won't work without usb connection
Hi, tinytile has only one USB connector. After connecting to PC first couple of seconds it waits in DFU mode after that it loads Zephyr and in the default configuration enables USB UART console, see:
Hi, tinytile has only one USB connector. After connecting to PC first couple of seconds it waits in DFU mode after that it loads Zephyr and in the default configuration enables USB UART console, see:
|
By
Andrei
· #1258
·
|
|
USB: Question about usb_write() API
Hi, I think API states it supports both methods: https://github.com/zephyrproject-rtos/zephyr/blob/master/include/usb/usb_device.h#L209 Fragmentation to USB packets is done on a higher level, in funct
Hi, I think API states it supports both methods: https://github.com/zephyrproject-rtos/zephyr/blob/master/include/usb/usb_device.h#L209 Fragmentation to USB packets is done on a higher level, in funct
|
By
Andrei
· #1673
·
|
|
USB: Question about usb_write() API
Hi, I think we do not have now this requirement not to block-wait. When working with sending fragmented packets you would prefer to block until all fragments are sent. Best regards Andrei Emeltchenko
Hi, I think we do not have now this requirement not to block-wait. When working with sending fragmented packets you would prefer to block until all fragments are sent. Best regards Andrei Emeltchenko
|
By
Andrei
· #1680
·
|
|
Cpp support on Zephyr
#gettingstartedguide
Hi, You can check project: tests/application_development/cpp AFAIK it is possible to build openthread written in C++ for Zephyr if you want more complex example. Best regards Andrei Emeltchenko
Hi, You can check project: tests/application_development/cpp AFAIK it is possible to build openthread written in C++ for Zephyr if you want more complex example. Best regards Andrei Emeltchenko
|
By
Andrei
· #4961
·
|
|
Slip TCP connection between linux host and nrf52840
Hi BTW, if you have USB you can enable Ethernet over USB and connect to your PC. Best regards Andrei Emeltchenko
Hi BTW, if you have USB you can enable Ethernet over USB and connect to your PC. Best regards Andrei Emeltchenko
|
By
Andrei
· #5241
·
|
|
EMULATOR BOARD QEMU
Hi, https://docs.zephyrproject.org/latest/boards/x86/qemu_x86/doc/board.html cd $ZEPHYR_BASE/samples/synchronization mkdir build && cd build # Use cmake to configure a Ninja-based build system: cmake
Hi, https://docs.zephyrproject.org/latest/boards/x86/qemu_x86/doc/board.html cd $ZEPHYR_BASE/samples/synchronization mkdir build && cd build # Use cmake to configure a Ninja-based build system: cmake
|
By
Andrei
· #5282
·
|
|
Zephyr: FDRM_K64f board from NXP
Hi, It is done somehow through DTS, you need to search i.e. ./zephyr/include/generated/generated_dts_board.h Best regards Andrei Emeltchenko
Hi, It is done somehow through DTS, you need to search i.e. ./zephyr/include/generated/generated_dts_board.h Best regards Andrei Emeltchenko
|
By
Andrei
· #5371
·
|
|
can zephyr sdk support macos?
Hi, https://docs.zephyrproject.org/latest/getting_started/installation_mac.html Best regards Andrei Emeltchenko
Hi, https://docs.zephyrproject.org/latest/getting_started/installation_mac.html Best regards Andrei Emeltchenko
|
By
Andrei
· #5423
·
|
|
USB ECM buffer size
Hi Nicolas, Could you make a proper commit and send Pull Request on github? Best regards Andrei Emeltchenko
Hi Nicolas, Could you make a proper commit and send Pull Request on github? Best regards Andrei Emeltchenko
|
By
Andrei
· #5626
·
|
|
How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi, The inf file is needed only for older versions of Windows, the latest one (Win10) only needs this patch from the PR below: https://github.com/zephyrproject-rtos/zephyr/pull/14106/commits/bfc3b563a
Hi, The inf file is needed only for older versions of Windows, the latest one (Win10) only needs this patch from the PR below: https://github.com/zephyrproject-rtos/zephyr/pull/14106/commits/bfc3b563a
|
By
Andrei
· #5798
·
|
|
How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi Lars, Do they use MS OS Descriptors to pick right driver? We have this capability in Zephyr, it is used in RNDIS to pick RNDIS compatible device driver. You can also create issue for the sample. Be
Hi Lars, Do they use MS OS Descriptors to pick right driver? We have this capability in Zephyr, it is used in RNDIS to pick RNDIS compatible device driver. You can also create issue for the sample. Be
|
By
Andrei
· #5799
·
|
|
Hci_usb on nrf52840 dongle
Hi, Does it work on Linux? I have not tested the hci_usb sample on Windows, probably some modifications are needed. Best regards Andrei Emeltchenko
Hi, Does it work on Linux? I have not tested the hci_usb sample on Windows, probably some modifications are needed. Best regards Andrei Emeltchenko
|
By
Andrei
· #6605
·
|
|
Discard my Previous Email. Read This.. Board Support Zephyr
Hi, For example reel_board: https://www.phytec.eu/product-eu/internet-of-things/reelboard/ Best regards Andrei Emeltchenko
Hi, For example reel_board: https://www.phytec.eu/product-eu/internet-of-things/reelboard/ Best regards Andrei Emeltchenko
|
By
Andrei
· #6612
·
|