|
Re: Problems with Zephyr JS
Hey Kevin
It’s JS IDE problem which developer is fixing:
#156 Large size transferring issue
#166 Device disconnected on Windows when running large size JS files
Codes are OK, I try to reduce
Hey Kevin
It’s JS IDE problem which developer is fixing:
#156 Large size transferring issue
#166 Device disconnected on Windows when running large size JS files
Codes are OK, I try to reduce
|
By
Li, Hao X <hao.x.li@...>
·
#62
·
|
|
Problems with L2 on samples/net/echo_client and nrf52_pca10040
Hi,
I'm having some problems with the echo_client sample while using my nrf52 pca10040.
From what I understood of the problem is that net_if_get_ll_reserve called from net_ipv6_send_nscrashes because
Hi,
I'm having some problems with the echo_client sample while using my nrf52 pca10040.
From what I understood of the problem is that net_if_get_ll_reserve called from net_ipv6_send_nscrashes because
|
By
Flavio Arieta <flavioarieta@...>
·
#61
·
|
|
Problems with Zephyr JS
Hello,
when i try to run following code in the zephyr js ide, then the application did not start. What could be the problem? In the console it just writes "echo o" and than it stops.
var aio =
Hello,
when i try to run following code in the zephyr js ide, then the application did not start. What could be the problem? In the console it just writes "echo o" and than it stops.
var aio =
|
By
Kevin Stöckl <k_stoeckl@...>
·
#60
·
|
|
NXP FRDM-K64F networking
Hi
How is it possible to get my data into the cloud with the frdm-k64f board?
Hi
How is it possible to get my data into the cloud with the frdm-k64f board?
|
By
Kevin Stöckl <k_stoeckl@...>
·
#59
·
|
|
Error flasing Nucleo F401RE
Hi,
I got this error trying to use the board Nucleo F401RE.
Where is the definition for the flash start address used by openocd ?
tanure@archTanure hello_world $ make BOARD=nucleo_f401re
Hi,
I got this error trying to use the board Nucleo F401RE.
Where is the definition for the flash start address used by openocd ?
tanure@archTanure hello_world $ make BOARD=nucleo_f401re
|
By
Lucas Tanure <tanure@...>
·
#58
·
|
|
Patch for zephyr 1.6 which includes deep sleep for quark_se
Hi
In Zephyr 1.7 , the implementation for deep sleep for quark_se is done
We have finalized our application based on zephyr 1.6. In this version deep sleep implementation for quark_se is NOT
Hi
In Zephyr 1.7 , the implementation for deep sleep for quark_se is done
We have finalized our application based on zephyr 1.6. In this version deep sleep implementation for quark_se is NOT
|
By
Mahendravarman Rajarao (RBEI/EAA10) <Mahendravarman.Rajarao@...>
·
#57
·
|
|
[CFP] Elsevier FGCS Journal [IF=2.43] -- SI on "Internet of Things (IoT): Operating System, Applications and Protocols Design, and Validation Techniques"
Dear All,
Please find below a call for papers for Special Issue in Elsevier Future Generation Computer Systems Journal.
Please accept our apologies if you receive multiple copies of this
Dear All,
Please find below a call for papers for Special Issue in Elsevier Future Generation Computer Systems Journal.
Please accept our apologies if you receive multiple copies of this
|
By
Yousaf Bin Zikria <yousaf.bin.zikria@...>
·
#56
·
|
|
Re: Using printk on an STM32F103C8 board
Hi Adam,
I opened up the menuconfig and verified that “Device Drivers > Serial Drivers -> STM32 MCU serial driver > Enable STM32 USART1 Port” was selected (presumably because I set
Hi Adam,
I opened up the menuconfig and verified that “Device Drivers > Serial Drivers -> STM32 MCU serial driver > Enable STM32 USART1 Port” was selected (presumably because I set
|
By
Scott Nelson <scott@...>
·
#55
·
|
|
Re: Using printk on an STM32F103C8 board
Hi Scott,
if you are using board configuration file purposed for Nucleo F103RB, then the default UART configuration refers to UART2, pins TX=A2, RX=PA3. Pins configuration can be found in
Hi Scott,
if you are using board configuration file purposed for Nucleo F103RB, then the default UART configuration refers to UART2, pins TX=A2, RX=PA3. Pins configuration can be found in
|
By
Adam Podogrocki
·
#54
·
|
|
Using printk on an STM32F103C8 board
I’m trying to get Zephyr running on an STM32F103C8 "blue pill" board by using the similar nucleo_f103rb board config (with which I can successfully get an LED to blink). I’m trying to setup
I’m trying to get Zephyr running on an STM32F103C8 "blue pill" board by using the similar nucleo_f103rb board config (with which I can successfully get an LED to blink). I’m trying to setup
|
By
Scott Nelson <scott@...>
·
#53
·
|
|
Re: Zephyr in use with Arduino
Of course you can do that without writing a driver. You can't send your code to Zephyr though and expect it to be added if it's not part of a driver. You can do whatever you want in your own project.
Of course you can do that without writing a driver. You can't send your code to Zephyr though and expect it to be added if it's not part of a driver. You can do whatever you want in your own project.
|
By
Justin
·
#51
·
|
|
Re: Zephyr in use with Arduino
Okay Thank you.
so would it be better to take a Uart TTL Serial Camera? Is there a possibility to communicate with the camera without writing a driver?
Von: Justin Watson <jwatson5@...>
Gesendet:
Okay Thank you.
so would it be better to take a Uart TTL Serial Camera? Is there a possibility to communicate with the camera without writing a driver?
Von: Justin Watson <jwatson5@...>
Gesendet:
|
By
Kevin Stöckl <k_stoeckl@...>
·
#52
·
|
|
Re: Zephyr in use with Arduino
The Arduino Due has USB host, but I don't think support will be added anytime soon for that. You will need USB host support to connect the webcam to the board. There is no easy connection to the
The Arduino Due has USB host, but I don't think support will be added anytime soon for that. You will need USB host support to connect the webcam to the board. There is no easy connection to the
|
By
Justin
·
#50
·
|
|
Zephyr in use with Arduino
Hello,
I am trying to make a security camera with zephyr and Arduino and therefore I had some Questions.
1. Which Arduino will be the best for this Application? "Due" or "101"?
2. How can I turn on
Hello,
I am trying to make a security camera with zephyr and Arduino and therefore I had some Questions.
1. Which Arduino will be the best for this Application? "Due" or "101"?
2. How can I turn on
|
By
Kevin Stöckl <k_stoeckl@...>
·
#49
·
|
|
Re: [Zephyr-devel] I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Be sure to also get the data sheet for the device attached to SPI or I2C.
There are configurable options you must do correctly to communicate properly to the device on the other side.
Be sure to also get the data sheet for the device attached to SPI or I2C.
There are configurable options you must do correctly to communicate properly to the device on the other side.
|
By
Chuck Jordan <Chuck.Jordan@...>
·
#48
·
|
|
Re: [Zephyr-devel] I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Have you looked at the gpio sample under samples/drivers/gpio?
It’s just “GPIO_0”, and it depends whether the app is built for ARC or x86.
For x86, it can be built with:
$ make
Have you looked at the gpio sample under samples/drivers/gpio?
It’s just “GPIO_0”, and it depends whether the app is built for ARC or x86.
For x86, it can be built with:
$ make
|
By
Dinh, Kien T <kien.t.dinh@...>
·
#47
·
|
|
Re: [Zephyr-devel] I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Hi
Iam using zephyr 1.6.0 downloaded from the site
If I need to toggle a simple GPIO on the Sensor subsystem, In the Kconfig file of the ARC
Config options given are GPIO_QMSI , GPIO_QMSI_SS
Hi
Iam using zephyr 1.6.0 downloaded from the site
If I need to toggle a simple GPIO on the Sensor subsystem, In the Kconfig file of the ARC
Config options given are GPIO_QMSI , GPIO_QMSI_SS
|
By
Mahendravarman Rajarao (RBEI/EAA10) <Mahendravarman.Rajarao@...>
·
#45
·
|
|
Re: [Zephyr-devel] I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Hi Mahendravarman,
You might try to look at the samples folder in the repository. The below examples are using I2C and SPI on
Hi Mahendravarman,
You might try to look at the samples folder in the repository. The below examples are using I2C and SPI on
|
By
Dinh, Kien T <kien.t.dinh@...>
·
#46
·
|
|
Re: [Zephyr-devel] I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Hello,
Although they are not specific to ARC, you can look over most of the
sensor drivers (in drivers/sensor/) for use of I2C and SPI.
Use of the I2C/SPI API is the same regardless of the platform,
Hello,
Although they are not specific to ARC, you can look over most of the
sensor drivers (in drivers/sensor/) for use of I2C and SPI.
Use of the I2C/SPI API is the same regardless of the platform,
|
By
Bogdan Davidoaia
·
#44
·
|
|
I2C or SPI Driver Example for ARC (Sensor subsystem) for Quark_se
Hi Team
Do you have any sample/example of Using I2C or SPI driver of ARC ( sensor subsystem) in Quark_se ?
Thanks
Hi Team
Do you have any sample/example of Using I2C or SPI driver of ARC ( sensor subsystem) in Quark_se ?
Thanks
|
By
Mahendravarman Rajarao (RBEI/EAA10) <Mahendravarman.Rajarao@...>
·
#43
·
|