|
API meeting: agenda
Hi all,
This week we will focus on two Stable API Change RFCs and GPIO.
I am unable to attend but Peter Bigot has kindly offered to chair the meeting instead.
Reminder on the Stable API Change RFCs:
Hi all,
This week we will focus on two Stable API Change RFCs and GPIO.
I am unable to attend but Peter Bigot has kindly offered to chair the meeting instead.
Reminder on the Stable API Change RFCs:
|
By
Carles Cufi
·
#1813
·
|
|
Proposal to make Zephyr 2.2 require Python 3.6 or later
Hello Zephyr users,
Now that Zephyr 2.1 has been released, I am proposing we make Python 3.6
the minimum supported Python version for
Hello Zephyr users,
Now that Zephyr 2.1 has been released, I am proposing we make Python 3.6
the minimum supported Python version for
|
By
Bolivar, Marti
·
#1812
·
|
|
Re: Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode
#stm32
Hi Pauli,
If you are able to do what you want with Cube HAL then, to interface with zephyr, you just need to redefine
the HAL callback (defined as weak in HAL drivr) in your zephyr application.
You
Hi Pauli,
If you are able to do what you want with Cube HAL then, to interface with zephyr, you just need to redefine
the HAL callback (defined as weak in HAL drivr) in your zephyr application.
You
|
By
Erwan Gouriou
·
#1811
·
|
|
Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode
#stm32
Dear all,
I am doing silly motor driver for worm-gear dc-motor with stm32f411e-disco board (and L298). The dc-motor has HAL-sensor for feedback - providing raising/lowering edge for every turn. Now,
Dear all,
I am doing silly motor driver for worm-gear dc-motor with stm32f411e-disco board (and L298). The dc-motor has HAL-sensor for feedback - providing raising/lowering edge for every turn. Now,
|
By
Pauli
·
#1810
·
|
|
API meeting: Agenda
Hi all,
This week we will focus on API Changes and GPIO:
- Changing a stable API:
- https://github.com/zephyrproject-rtos/zephyr/pull/21013
- GPIO: Update on progress
- Look at the PRs with
Hi all,
This week we will focus on API Changes and GPIO:
- Changing a stable API:
- https://github.com/zephyrproject-rtos/zephyr/pull/21013
- GPIO: Update on progress
- Look at the PRs with
|
By
Carles Cufi
·
#1809
·
|
|
Different MAC address for nrf52 when using as a controller
#bluetooth
#nrf52480
#usb
#ble
Hi,
Iam using nrf52840 DK as a BLE controller. So i compiled a hex file and loaded into it. There after when we power on am getting the bdaddr of the device as 00:00:00:00:00:00, But when i check
Hi,
Iam using nrf52840 DK as a BLE controller. So i compiled a hex file and loaded into it. There after when we power on am getting the bdaddr of the device as 00:00:00:00:00:00, But when i check
|
By
Venkatesh Dyagala
·
#1808
·
Edited
|
|
Re: Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
I just realized I responded to you privately by accident, Lawrence. Sorry about that. I will copy the message I sent to you to the group so that the discussion is up to date.
The suggestion regarding
I just realized I responded to you privately by accident, Lawrence. Sorry about that. I will copy the message I sent to you to the group so that the discussion is up to date.
The suggestion regarding
|
By
bbradley@...
·
#1807
·
|
|
Re: bt_gatt_is_subscribed - any examples?
Adding devel@... to the email address.
Lawrence King
Principal Developer
+1(416)627-7302
Adding devel@... to the email address.
Lawrence King
Principal Developer
+1(416)627-7302
|
By
Lawrence King
·
#1806
·
|
|
Re: Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
Hi Brian:
You can always test the value of the GPIO with gpio_pin_read() in the callback, if it is 1, then the cause is a rising edge, and if it is 0 the cause was a falling edge. Unfortunately if
Hi Brian:
You can always test the value of the GPIO with gpio_pin_read() in the callback, if it is 1, then the cause is a rising edge, and if it is 0 the cause was a falling edge. Unfortunately if
|
By
Lawrence King
·
#1805
·
|
|
bt_gatt_is_subscribed - any examples?
Dear All:
I have a similar problem to what Frank Viren is seeing in his thread “bt_gatt_notify multiple characteristics”. How to determine the pointer to the right characteristic.
When my
Dear All:
I have a similar problem to what Frank Viren is seeing in his thread “bt_gatt_notify multiple characteristics”. How to determine the pointer to the right characteristic.
When my
|
By
Lawrence King
·
#1804
·
|
|
Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
Hello,
I hope I am posting this question in the correct place.
I have an interrupt handler which can be configured to trigger on either edge. This is working perfectly, but I want to perform a
Hello,
I hope I am posting this question in the correct place.
I have an interrupt handler which can be configured to trigger on either edge. This is working perfectly, but I want to perform a
|
By
bbradley@...
·
#1803
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version.
My interest in the use of bossac comes
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version.
My interest in the use of bossac comes
|
By
William Fish
·
#1802
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
I have checked old SDKs.
SDK v0.9.2 (20 Oct 2017): no "-o" option for bossac.
SDK v0.9.1 (20 May 2017): no "-o" option for bossac.
The "-o" for bossac.py is added on 9 Jul 2018
I have checked old SDKs.
SDK v0.9.2 (20 Oct 2017): no "-o" option for bossac.
SDK v0.9.1 (20 May 2017): no "-o" option for bossac.
The "-o" for bossac.py is added on 9 Jul 2018
|
By
@yasokada
·
#1801
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
Correct -- where the binary in question is the one provided with the
SDK.
It may be unmaintained.
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
Correct -- where the binary in question is the one provided with the
SDK.
It may be unmaintained.
|
By
Bolivar, Marti
·
#1800
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Dear Marti
Thank you very much for taking your time for this.
From your information, it seems the bossac has "-o" options in source code, but does not have in binary execution code.
> I would try
Dear Marti
Thank you very much for taking your time for this.
From your information, it seems the bossac has "-o" options in source code, but does not have in binary execution code.
> I would try
|
By
@yasokada
·
#1799
·
|
|
BBC-Microbit GPIO Mesh demo
#bluetooth
#nrf51822
#zephyrbluetoothmesh
#sensor
#ble
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion
|
By
Daniel Fox <danny.fox97@...>
·
#1798
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I checked the bossac source code and the option seems to be available,
so it doesn't look like
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I checked the bossac source code and the option seems to be available,
so it doesn't look like
|
By
Bolivar, Marti
·
#1797
·
|
|
Interfacing Max44009 sensor with nrf52840 custom board
#nrf52480
#sensor
My environment : Debian 10
zephyr SDK 0.10.3
zephyr 2.1.0-rc2
I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured
My environment : Debian 10
zephyr SDK 0.10.3
zephyr 2.1.0-rc2
I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured
|
By
amore@...
·
#1796
·
|
|
API meeting: Agenda
Hi all,
This week we will focus on GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
Hi all,
This week we will focus on GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
|
By
Carles Cufi
·
#1795
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Dear Marti and William
Thank you for your reply.
I tried using "--bossac-port", but still have problem about "-o" option.
I checked my bossac option by
```
$
Dear Marti and William
Thank you for your reply.
I tried using "--bossac-port", but still have problem about "-o" option.
I checked my bossac option by
```
$
|
By
@yasokada
·
#1794
·
Edited
|