|
API meeting: agenda
Hi all,
Agenda for tomorrow:
- Extend LED API
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/26101
- [RFC] API change - Device structure attribute renaming
- PR:
Hi all,
Agenda for tomorrow:
- Extend LED API
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/26101
- [RFC] API change - Device structure attribute renaming
- PR:
|
By
Carles Cufi
·
#2162
·
|
|
How to enable external #pullup resistor in
#pullup
#i2c
Hello there,
I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external
Hello there,
I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external
|
By
Diogo Correia <dcorreia@...>
·
#2161
·
|
|
Re: Using counter (with RTC) on
#nrf52832
Hi Krzysztof,
I thought that the use of one of the counters would be considered due to its presence in the device-tree.
So from what I understood, every instance from the device-tree must be enabled,
Hi Krzysztof,
I thought that the use of one of the counters would be considered due to its presence in the device-tree.
So from what I understood, every instance from the device-tree must be enabled,
|
By
Diogo Correia <diogo.correia@...>
·
#2160
·
|
|
Re: Using counter (with RTC) on
#nrf52832
Hi Diogo,
As written before “Note that for other drivers enabling instances happens in Device Tree. Counter will be aligned to that at some point.”.
We are going towards instances being
Hi Diogo,
As written before “Note that for other drivers enabling instances happens in Device Tree. Counter will be aligned to that at some point.”.
We are going towards instances being
|
By
Chruściński, Krzysztof
·
#2159
·
|
|
Re: Using counter (with RTC) on
#nrf52832
Hi Diogo,
CMake is complaining because even though COUNTER driver is enabled there is no COUNTER instance enabled. In the example there is a Kconfig (samples/drivers/counter/alarm/Kconfig) which
Hi Diogo,
CMake is complaining because even though COUNTER driver is enabled there is no COUNTER instance enabled. In the example there is a Kconfig (samples/drivers/counter/alarm/Kconfig) which
|
By
Chruściński, Krzysztof
·
#2158
·
|
|
Re: #west
#west
attached my Dockerfile and myscript1.sh
attached my Dockerfile and myscript1.sh
|
By
ahmed.balata@...
·
#2157
·
|
|
Re: #west
#west
Thank you for your replay.
i have checked the path and it has been fixed, still it only works manually but if I take the script as entrypoint it does not work.
Thank you for your replay.
i have checked the path and it has been fixed, still it only works manually but if I take the script as entrypoint it does not work.
|
By
ahmed.balata@...
·
#2156
·
|
|
Re: #west
#west
Hello,
Some responses inline.
"ahmed.balata via lists.zephyrproject.org"
<ahmed.balata=tu-dortmund.de@...> writes:
If these are really copy/pasted from the error output, then
Hello,
Some responses inline.
"ahmed.balata via lists.zephyrproject.org"
<ahmed.balata=tu-dortmund.de@...> writes:
If these are really copy/pasted from the error output, then
|
By
Bolivar, Marti
·
#2155
·
|
|
#west
#west
Hello,
I want or create a docker image for Zephyr, I have a script that has
west init /
West Update
west zephyr export
..........and the next steps. While the previous steps are in Dockerfile.
when i
Hello,
I want or create a docker image for Zephyr, I have a script that has
west init /
West Update
west zephyr export
..........and the next steps. While the previous steps are in Dockerfile.
when i
|
By
ahmed.balata@...
·
#2154
·
|
|
Using counter (with RTC) on
#nrf52832
Hi there,
I've started using Zephyr OS last week, so is better to advise that there might be a tiny chance of this question being dumb. I'm trying to use the Nordic's nRF52832 RTC clock, so wrote a
Hi there,
I've started using Zephyr OS last week, so is better to advise that there might be a tiny chance of this question being dumb. I'm trying to use the Nordic's nRF52832 RTC clock, so wrote a
|
By
Diogo Correia <diogo.correia@...>
·
#2153
·
|
|
West v0.7.3 released
Hello,
I'm announcing the release of west v0.7.3.
https://pypi.org/project/west/0.7.3/
https://github.com/zephyrproject-rtos/west/tree/v0.7.3
To upgrade:
Ubuntu: pip3 install --user
Hello,
I'm announcing the release of west v0.7.3.
https://pypi.org/project/west/0.7.3/
https://github.com/zephyrproject-rtos/west/tree/v0.7.3
To upgrade:
Ubuntu: pip3 install --user
|
By
Bolivar, Marti
·
#2152
·
|
|
LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi all,
I have two nrf582540-dk modules and I would like to run the lwm2m client example of the link using the leshan server. How could I implement this using real device? How my 802.15.4 device will
Hi all,
I have two nrf582540-dk modules and I would like to run the lwm2m client example of the link using the leshan server. How could I implement this using real device? How my 802.15.4 device will
|
By
Nikos Karamolegkos
·
#2151
·
|
|
RFC: removing eeprom_slave as driver in Zephyr
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
|
By
Peter A. Bigot
·
#2150
·
|
|
API meeting: agenda
Hi all,
Sorry for the late agenda. Topics for today:
- RFC: downgrade i2c eeprom_slave driver to sample
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303
- Add regulator driver
Hi all,
Sorry for the late agenda. Topics for today:
- RFC: downgrade i2c eeprom_slave driver to sample
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303
- Add regulator driver
|
By
Carles Cufi
·
#2149
·
|
|
Re: [solved] Re: SMP Server Sample: Fails to upload over BLE
Hi George:
I had no end of trouble with the built-in bluetooth adapter on my laptop. It was an Intel adapter and would only work if I moved the target Zephyr box about 15ft away from the laptop.
Hi George:
I had no end of trouble with the built-in bluetooth adapter on my laptop. It was an Intel adapter and would only work if I moved the target Zephyr box about 15ft away from the laptop.
|
By
Lawrence King
·
#2148
·
|
|
[solved] Re: SMP Server Sample: Fails to upload over BLE
Thanks to the support of Nick, I was able to trace it down to an issue in the MCUmgr on the PC side.
There is now an open bug report for this: https://github.com/apache/mynewt-mcumgr-cli/issues/15
Thanks to the support of Nick, I was able to trace it down to an issue in the MCUmgr on the PC side.
There is now an open bug report for this: https://github.com/apache/mynewt-mcumgr-cli/issues/15
|
By
George Ruinelli
·
#2147
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting today 4 Aug at 8AM PDT / 17.00 CET.
Agenda:
- Making the new TCP stack the default. See
https://github.com/zephyrproject-rtos/zephyr/pull/27208 for
Hi all,
There is a network forum meeting today 4 Aug at 8AM PDT / 17.00 CET.
Agenda:
- Making the new TCP stack the default. See
https://github.com/zephyrproject-rtos/zephyr/pull/27208 for
|
By
Jukka Rissanen
·
#2146
·
|
|
SMP Server Sample: Fails to upload over BLE
Hi all
I am trying to get the "SMP Server Sample" (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html) working.
I have a nrf52840dongle_nrf52840 and successfully
Hi all
I am trying to get the "SMP Server Sample" (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html) working.
I have a nrf52840dongle_nrf52840 and successfully
|
By
George Ruinelli
·
#2145
·
|
|
Re: Getting to blinky with an ESP32 board
Did you complete “Step 3: Set up the Tools” on the esp-idf getting started page? If so, you should have run the install script and installed the ESP tools on your system. Depending on where you
Did you complete “Step 3: Set up the Tools” on the esp-idf getting started page? If so, you should have run the install script and installed the ESP tools on your system. Depending on where you
|
By
Michael Rosen
·
#2144
·
|
|
Getting to blinky with an ESP32 board
I am trying out Zephyr following the "Getting Started" guide: https://docs.zephyrproject.org/latest/getting_started/index.html#build-the-blinky-sample
I've installed the toolchain and I am trying to
I am trying out Zephyr following the "Getting Started" guide: https://docs.zephyrproject.org/latest/getting_started/index.html#build-the-blinky-sample
I've installed the toolchain and I am trying to
|
By
don.haig@...
·
#2143
·
|