|
Any plan to support ST BlueNRG chips?
Hi, I saw zephyr will support ST BlueNRG in 1.8 in a PPT file. But looks zephyr still did't support it. Do you any information about supporting BlueNRG planing? Regards, Aaron
Hi, I saw zephyr will support ST BlueNRG in 1.8 in a PPT file. But looks zephyr still did't support it. Do you any information about supporting BlueNRG planing? Regards, Aaron
|
By
Aaron Xu
· #1081
·
|
|
Which cloud service zephyr already supported?
Hi, I want to upload some sensors data, like temperature/humidity/pressure and so on, upstream to cloud. I am wonder that is there any example to show how to do it? Regards, Aaron
Hi, I want to upload some sensors data, like temperature/humidity/pressure and so on, upstream to cloud. I am wonder that is there any example to show how to do it? Regards, Aaron
|
By
Aaron Xu
· #1764
·
|
|
IDE / Debugging
Hi, As the zephyr 1.11.0 is released, and it support a native Microsoft Windows development environment. Any documentation for coding and debugging with Segger Embedded Studio (SES) on windows? 2017-1
Hi, As the zephyr 1.11.0 is released, and it support a native Microsoft Windows development environment. Any documentation for coding and debugging with Segger Embedded Studio (SES) on windows? 2017-1
|
By
Aaron Xu
· #1906
·
|
|
How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi, I follow the "Eclipse debugging" instructions, which can be found here: http://docs.zephyrproject.org/application/application.html#eclipse-debugging And I tried some bluetooth samples in zephyr on
Hi, I follow the "Eclipse debugging" instructions, which can be found here: http://docs.zephyrproject.org/application/application.html#eclipse-debugging And I tried some bluetooth samples in zephyr on
|
By
Aaron Xu
· #2043
·
|
|
How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Vikrant, Perfect! I have use Silicon Labs Bluetooth Mesh Android App to provision my network and control those "Lights". Thank you for your great help! I noticed that zephyr has implemented friend
Hi Vikrant, Perfect! I have use Silicon Labs Bluetooth Mesh Android App to provision my network and control those "Lights". Thank you for your great help! I noticed that zephyr has implemented friend
|
By
Aaron Xu
· #2055
·
|
|
How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Vibrant, Glad to know that zephyr have this road-map. Do you mean the Friend & Low Power Node feature will be implemented in zephyr June 2018 with LTS tag ? Yes, I think this feature should be very
Hi Vibrant, Glad to know that zephyr have this road-map. Do you mean the Friend & Low Power Node feature will be implemented in zephyr June 2018 with LTS tag ? Yes, I think this feature should be very
|
By
Aaron Xu
· #2057
·
|
|
What will be status of #BluetoothMesh in #LTS release ?
#lts
#bluetoothmesh
Hi, We all look forward that the zephyr project bluetooth mesh can be used on a real project. Before that, we want to know those question's answer. Thanks. vikrant8051 <vikrant8051@...> 于2018年5月
Hi, We all look forward that the zephyr project bluetooth mesh can be used on a real project. Before that, we want to know those question's answer. Thanks. vikrant8051 <vikrant8051@...> 于2018年5月
|
By
Aaron Xu
· #2122
·
|
|
#BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi, MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light. I am looking forward it. In the mean time, I can start sensor model coding on zephyr when t
Hi, MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light. I am looking forward it. In the mean time, I can start sensor model coding on zephyr when t
|
By
Aaron Xu
· #4696
·
|
|
Shippable report coverage test failure
Hello, Please help me check this PR: https://github.com/zephyrproject-rtos/zephyr/pull/13658 I am not quite understanding those coverage item meaning, but I believe this patch will solve issue #13658,
Hello, Please help me check this PR: https://github.com/zephyrproject-rtos/zephyr/pull/13658 I am not quite understanding those coverage item meaning, but I believe this patch will solve issue #13658,
|
By
Aaron Xu
· #5721
·
|
|
Arduino interface definition for Nordic development kits
Hi, When I try to compile "samples\shields\x_nucleo_iks01a1\" for my Nordic dev. kits(pca10040 and pca10056), occurred this error: I noticed that the Arduino interface, like default i2c and so on, not
Hi, When I try to compile "samples\shields\x_nucleo_iks01a1\" for my Nordic dev. kits(pca10040 and pca10056), occurred this error: I noticed that the Arduino interface, like default i2c and so on, not
|
By
Aaron Xu
· #5723
·
|
|
How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi, I want to evaluate the samples/subsys/usb/console sample. It looks quite easy from the README file. But my PC(win10) cannot recognize the USB console(I suppose CDC device) correctly. PS: I connect
Hi, I want to evaluate the samples/subsys/usb/console sample. It looks quite easy from the README file. But my PC(win10) cannot recognize the USB console(I suppose CDC device) correctly. PS: I connect
|
By
Aaron Xu
· #5794
·
|
|
One-for-all overlay file for each sensor
Hi, For evaluating sensor samples, I need to add overlay file for every board into every sample. But the content of the overlay file is almost the same, for example : ''' &i2c0 { hts221@5f { compatibl
Hi, For evaluating sensor samples, I need to add overlay file for every board into every sample. But the content of the overlay file is almost the same, for example : ''' &i2c0 { hts221@5f { compatibl
|
By
Aaron Xu
· #5826
·
|
|
How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi, After updating my zephyr code to latest, I found some patch already done both on USB driver and sample. Good job! And the result of console sample on my win10 PC is changed, there is one more Zeph
Hi, After updating my zephyr code to latest, I found some patch already done both on USB driver and sample. Good job! And the result of console sample on my win10 PC is changed, there is one more Zeph
|
By
Aaron Xu
· #5844
·
|
|
Error Msg whey type "west --version" on the guide of v1.14-rc3
Hi, Which OS? win or linux(ubuntu etc.)? PS: make sure you already installed python3.
Hi, Which OS? win or linux(ubuntu etc.)? PS: make sure you already installed python3.
|
By
Aaron Xu
· #5879
·
|
|
rtc api in zephyr
Hi, I just heard rtc api is deprecated, but I can not find any clue in the documentation or in this mail list. What's that mean? Should we avoid to use rtc api in the future and change to counter api?
Hi, I just heard rtc api is deprecated, but I can not find any clue in the documentation or in this mail list. What's that mean? Should we avoid to use rtc api in the future and change to counter api?
|
By
Aaron Xu
· #5899
·
|