|
Using a TTS on a Raspberry Pi Pico with Zephyr OS
Hello, how are you?
I would like to take this channel to ask you a question about a personal project I am doing. I am currently using a Raspberry pi pico and I want to use a Text To Speech(TTS) on it.
Hello, how are you?
I would like to take this channel to ask you a question about a personal project I am doing. I am currently using a Raspberry pi pico and I want to use a Text To Speech(TTS) on it.
|
By
David Fidda <davidfidda123@...>
·
#3100
·
|
|
difference betw. "_SAFE" and non-"_SAFE" versions of SYS_SLIST_FOR_EACH_CONTAINER
#api
Hi,
I just want to make sure that I understand the difference between SYS_SLIST_FOR_EACH_CONTAINER and SYS_SLIST_FOR_EACH_CONTAINER_SAFE.
The documentation says for the former:
And for the latter:
I
Hi,
I just want to make sure that I understand the difference between SYS_SLIST_FOR_EACH_CONTAINER and SYS_SLIST_FOR_EACH_CONTAINER_SAFE.
The documentation says for the former:
And for the latter:
I
|
By
yshragai.firmware@...
·
#3099
·
|
|
Issues with installing zephyr
Hi,
I was installing Zephyr. When I was installing additional python dependencies using this command:
"pip install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt".
I got this error. I
Hi,
I was installing Zephyr. When I was installing additional python dependencies using this command:
"pip install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt".
I got this error. I
|
By
Ananya Kc <kc.ananya.kc@...>
·
#3098
·
|
|
Re: [Zephyr-devel] West Flash not supports JLinkScriptFile option for Jlink programming
Neat! Thanks for the correction.
Neat! Thanks for the correction.
|
By
Bolivar, Marti
·
#3097
·
|
|
Re: [Zephyr-devel] West Flash not supports JLinkScriptFile option for Jlink programming
I also had a PR I closed a while back that was playing around with adding this:
https://github.com/zephyrproject-rtos/zephyr/pull/13814
David
I also had a PR I closed a while back that was playing around with adding this:
https://github.com/zephyrproject-rtos/zephyr/pull/13814
David
|
By
David Leach
·
#3096
·
|
|
Re: [Zephyr-devel] West Flash not supports JLinkScriptFile option for Jlink programming
Hi
Actually, it is possible. We are using this in our board.cmake downstream:
board_runner_args(jlink "--device=foo" "--tool-opt=-jlinkscriptfile /path/to/foo.JLinkScript")
Brgds,
Brix
--
Henrik
Hi
Actually, it is possible. We are using this in our board.cmake downstream:
board_runner_args(jlink "--device=foo" "--tool-opt=-jlinkscriptfile /path/to/foo.JLinkScript")
Brgds,
Brix
--
Henrik
|
By
Henrik Brix Andersen
·
#3095
·
|
|
Re: Are these 5 registers required for 802.15.4 in Zephyr
#nrf52480
#networking
Hi Robert.
Thank you for the response, much appreciated.
I've noticed that when I grep'd the build directory for the sample
Hi Robert.
Thank you for the response, much appreciated.
I've noticed that when I grep'd the build directory for the sample
|
By
Brenton Chetty
·
#3094
·
|
|
Re: Are these 5 registers required for 802.15.4 in Zephyr
#nrf52480
#networking
Hi Brenton,
I’ve reached out to the radio driver development team and here’s the response I’ve got:
“As far as I know, TEMP:TASKS_START is used by the Zephyr's temperature sensor
Hi Brenton,
I’ve reached out to the radio driver development team and here’s the response I’ve got:
“As far as I know, TEMP:TASKS_START is used by the Zephyr's temperature sensor
|
By
Lubos, Robert
·
#3093
·
|
|
Are these 5 registers required for 802.15.4 in Zephyr
#nrf52480
#networking
Hi, I am trying to run Zephyr 802.15.4 samples in Renode for the NRF52840.
On Renode I receive warnings that Renode does not implement the following 5
Hi, I am trying to run Zephyr 802.15.4 samples in Renode for the NRF52840.
On Renode I receive warnings that Renode does not implement the following 5
|
By
Brenton Chetty
·
#3092
·
|
|
Debug on Teensy 4.1
I'm thinking of using Teensey 4.1 with Zephyr.
After I ordered a few Teensy, I found out there is no SWD or JTAG connection for my trusty Segger J-Link!
Debugging is mentioned here:
I'm thinking of using Teensey 4.1 with Zephyr.
After I ordered a few Teensy, I found out there is no SWD or JTAG connection for my trusty Segger J-Link!
Debugging is mentioned here:
|
By
Dave Nadler
·
#3091
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hello Hendrix,
with your suggestions, i was able to compile and test the test program on mcp2515 with a nrf52840dk board. In fact, however, I have to make it work with a Thingy91 card using the spare
Hello Hendrix,
with your suggestions, i was able to compile and test the test program on mcp2515 with a nrf52840dk board. In fact, however, I have to make it work with a Thingy91 card using the spare
|
By
MARINO SILVIO <m.silvio@...>
·
#3090
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Thank you Henrik
I will let you know,
Best Regards
Silvio
Silvio Marino
R&D Manager – Electronic Consultant
Phone: +39 346 1066499
Skype: live:marino.silvio
Web:
Thank you Henrik
I will let you know,
Best Regards
Silvio
Silvio Marino
R&D Manager – Electronic Consultant
Phone: +39 346 1066499
Skype: live:marino.silvio
Web:
|
By
m.silvio@babos.it <m.silvio@...>
·
#3089
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hi,
Looks like you forgot to add the MCP2515 to your board devicetree.
See https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay for
Hi,
Looks like you forgot to add the MCP2515 to your board devicetree.
See https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay for
|
By
Henrik Brix Andersen
·
#3088
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hello,
I tried again with a more updated sample, the compilation does not give me more errors but does not see the CAN driver.
*** Booting Zephyr OS build v3.0.99-ncs1 ***
CAN test app
CAN: Device
Hello,
I tried again with a more updated sample, the compilation does not give me more errors but does not see the CAN driver.
*** Booting Zephyr OS build v3.0.99-ncs1 ***
CAN test app
CAN: Device
|
By
MARINO SILVIO <m.silvio@...>
·
#3087
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hi there,
attached the compilation log of the sample 'counter' tested as is. i just changed the original prj.conf file to
Hi there,
attached the compilation log of the sample 'counter' tested as is. i just changed the original prj.conf file to
|
By
MARINO SILVIO <m.silvio@...>
·
#3086
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Sorry. Attached picture
Il giorno 20/09/22, 07:57 "MARINO SILVIO" <m.silvio@...> ha scritto:
Hello Andersen,
I have been trying to make a mcp2515 expansion connected to a Nordic
Sorry. Attached picture
Il giorno 20/09/22, 07:57 "MARINO SILVIO" <m.silvio@...> ha scritto:
Hello Andersen,
I have been trying to make a mcp2515 expansion connected to a Nordic
|
By
MARINO SILVIO <m.silvio@...>
·
#3085
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hello Andersen,
I have been trying to make a mcp2515 expansion connected to a Nordic 52840 DK work for a week without success. I can't figure out how to set the CAN functions by connecting them to the
Hello Andersen,
I have been trying to make a mcp2515 expansion connected to a Nordic 52840 DK work for a week without success. I can't figure out how to set the CAN functions by connecting them to the
|
By
MARINO SILVIO <m.silvio@...>
·
#3084
·
|
|
Output Image Padding
#zephyr
Is there a way to pad the end of a Zephyr application so that the overall size of the image stored in internal flash is divisible by 8? I need this for post-process enciphering of the image.
Is there a way to pad the end of a Zephyr application so that the overall size of the image stored in internal flash is divisible by 8? I need this for post-process enciphering of the image.
|
By
Casey Shea
·
#3083
·
|
|
pointer to base of an iterable section
#api
Hi,
I would like to use the Polling API.
And, I would like to set up the array of k_poll_event objects as an iterable section, so that I can potentially scale it dynamically.
The only hitch I can see
Hi,
I would like to use the Polling API.
And, I would like to set up the array of k_poll_event objects as an iterable section, so that I can potentially scale it dynamically.
The only hitch I can see
|
By
yshragai.firmware@...
·
#3082
·
|
|
Re: Trouble develop with CAN & MCP2515/2518
Hi,
You link contains the word “socket” as a search string but you are linking to the low-level CAN controller documentation.
Are you trying to use Zephyr SocketCAN?
Apart from all the CAN test
Hi,
You link contains the word “socket” as a search string but you are linking to the low-level CAN controller documentation.
Are you trying to use Zephyr SocketCAN?
Apart from all the CAN test
|
By
Henrik Brix Andersen
·
#3081
·
|