|
Re: shell doesn't accept input – Arduino Due
I can output characters on the UART0 just fine using printk(). The shell also seems to be able to do output since I see a prompt. I know I can build working software since I built a posix version of
I can output characters on the UART0 just fine using printk(). The shell also seems to be able to do output since I see a prompt. I know I can build working software since I built a posix version of
|
By
Adam Feuer <adam@...>
·
#6617
·
|
|
shell doesn't accept input – Arduino Due
Hi,
Zephyr newbie here. I am trying to get a shell running on the Arduino Due. I can compile and flash samples/subsys/shell/shell_module on my Arduino Due. I am using Ubuntu Linux.
Connected to the
Hi,
Zephyr newbie here. I am trying to get a shell running on the Arduino Due. I can compile and flash samples/subsys/shell/shell_module on my Arduino Due. I am using Ubuntu Linux.
Connected to the
|
By
adam@...
·
#6616
·
|
|
Sensor Driver - Synchronous calls to sensor_sample_fetch() and sensor_channel_get()
Dear All:
I have finally gotten around to writing a driver for the lsm9ds1 sensor. Boy have I learned a lot about the core of the Zephyr kernel and sensor sub-system, and in general I really like
Dear All:
I have finally gotten around to writing a driver for the lsm9ds1 sensor. Boy have I learned a lot about the core of the Zephyr kernel and sensor sub-system, and in general I really like
|
By
Lawrence King
·
#6615
·
|
|
Sensor Drivers - Asynchronous calls to sensor_sample_fetch() and sensor_channel_get()
Dear All:
I have finally gotten around to writing a driver for the lsm9ds1 sensor. As I look through the sensor driver examples, both the drivers, and the sample user land code I see a pattern.
Dear All:
I have finally gotten around to writing a driver for the lsm9ds1 sensor. As I look through the sensor driver examples, both the drivers, and the sample user land code I see a pattern.
|
By
Lawrence King
·
#6614
·
|
|
Friend and low power node
Hi
I have configured one nrf52 as friend node and another nrf52 as LPN,
After friendship is established ,when lpn polls to the friend node, i am getting below log No response from Friend during
Hi
I have configured one nrf52 as friend node and another nrf52 as LPN,
After friendship is established ,when lpn polls to the friend node, i am getting below log No response from Friend during
|
By
Sagar Charkhani <sagar.c@...>
·
#6613
·
|
|
Re: 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
·
|
|
Re: Discard my Previous Email. Read This.. Board Support Zephyr
I am not sure how much display you need, but a good board to get started with Zephyr that has a display isElectronut Labs Papyr
Lawrence King
Principal Developer
Irdeto
+1(416)627-7302
I am not sure how much display you need, but a good board to get started with Zephyr that has a display isElectronut Labs Papyr
Lawrence King
Principal Developer
Irdeto
+1(416)627-7302
|
By
Lawrence King
·
#6610
·
|
|
Re: Discard my Previous Email. Read This.. Board Support Zephyr
Hi Muhammad:
I don't think they are supported now.
The following is the list of supported board now.
Hi Muhammad:
I don't think they are supported now.
The following is the list of supported board now.
|
By
Wang, Steven L <steven.l.wang@...>
·
#6609
·
|
|
Discard my Previous Email. Read This.. Board Support Zephyr
Dear All,
I hope you will be fine and in the best of health. I want to ask you, people, does Zephyr supports the following boards? Please advise.
a. DKBLE - Development Kit, Bluegiga DKBLE Bluetooth
Dear All,
I hope you will be fine and in the best of health. I want to ask you, people, does Zephyr supports the following boards? Please advise.
a. DKBLE - Development Kit, Bluegiga DKBLE Bluetooth
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6608
·
|
|
Zephyr Support for DKBLE - Development Kit, Bluegiga DKBLE Bluetooth Smart, BLE1xx Modules
Dear All,
I hope you will be fine and in the best of health. I want to ask you people, does Zephyr supports the following board? Please advise. DKBLE - Development Kit, Bluegiga DKBLE Bluetooth
Dear All,
I hope you will be fine and in the best of health. I want to ask you people, does Zephyr supports the following board? Please advise. DKBLE - Development Kit, Bluegiga DKBLE Bluetooth
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6607
·
|
|
How to get BLE scan channel
#ble
I want to get BLE scan recieve channel.
Please add recieve channel parameter for BLE scan callback.
I want to get BLE scan recieve channel.
Please add recieve channel parameter for BLE scan callback.
|
By
loquat3
·
#6606
·
|
|
Re: 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
·
|
|
Re: nrf52 overlay file to reconfigure GPIO for buttons and leds
Hi all,
Finally resolved it all.
Br,
Frank
Hi all,
Finally resolved it all.
Br,
Frank
|
By
frv
·
#6604
·
|
|
Re: nrf52 overlay file to reconfigure GPIO for buttons and leds
Hi,
I'm getting further but not completely there.
So I added these changes to my overlay file:
&button0 {
gpios = <&gpio0 4 GPIO_PUD_PULL_UP>;
label = "Normal call button";
Hi,
I'm getting further but not completely there.
So I added these changes to my overlay file:
&button0 {
gpios = <&gpio0 4 GPIO_PUD_PULL_UP>;
label = "Normal call button";
|
By
frv
·
#6603
·
|
|
My Bad! Re: DTS processing finds illegal return status of "ok" (as opposed to "okay")
#nrf52480
Sorry for the earlier post. This always happens when I've been away from a platform during a
major upgrade. I also had an overlay file redirecting spi0 pins that contained "status = "ok"".
Sorry for the earlier post. This always happens when I've been away from a platform during a
major upgrade. I also had an overlay file redirecting spi0 pins that contained "status = "ok"".
|
By
cpmcparland@...
·
#6602
·
|
|
DTS processing finds illegal return status of "ok" (as opposed to "okay")
#nrf52480
I'm getting back to an earlier NRF52840 project that uses SPI. Have upgraded to Zephyr 2.1 and finding
my way around a few subtle changes. Have encountered the following problem when rebuilding an
I'm getting back to an earlier NRF52840 project that uses SPI. Have upgraded to Zephyr 2.1 and finding
my way around a few subtle changes. Have encountered the following problem when rebuilding an
|
By
cpmcparland@...
·
#6601
·
|
|
Hci_usb on nrf52840 dongle
+ adding the Zephyr developers mail list to assist
---------- Forwarded message ---------
Hello,
I'm trying to install hci_usb on nrf52840 usb dongle after i build hex file and programing it in
+ adding the Zephyr developers mail list to assist
---------- Forwarded message ---------
Hello,
I'm trying to install hci_usb on nrf52840 usb dongle after i build hex file and programing it in
|
By
Brett Preston
·
#6600
·
|
|
nrf52 overlay file to reconfigure GPIO for buttons and leds
Hi all,
I want to reconfigure the LEDs and Button's GPIO pins.
I have this overlay file as content:
/*
* Copyright (c) 2017 Shawn Nock <shawn@...>
* Copyright (c) 2017 Linaro Limited
*
*
Hi all,
I want to reconfigure the LEDs and Button's GPIO pins.
I have this overlay file as content:
/*
* Copyright (c) 2017 Shawn Nock <shawn@...>
* Copyright (c) 2017 Linaro Limited
*
*
|
By
frv
·
#6599
·
|
|
RFC: libc: thread-safe newlib #21519
Dear all,
I've created an RFC regarding the thread-safe integration of newlib into Zephyr.
Please review and comment on this issue:
https://github.com/zephyrproject-rtos/zephyr/issues/21519
Best
Dear all,
I've created an RFC regarding the thread-safe integration of newlib into Zephyr.
Please review and comment on this issue:
https://github.com/zephyrproject-rtos/zephyr/issues/21519
Best
|
By
Markus <kho237115@...>
·
#6598
·
|
|
Re: Mesh on off model not available.
Thank you all! :)
By
Urvika Gola <urvika.gola@...>
·
#6597
·
|