|
Re: re-subscribe in sample mesh_demo to cause HARD FAULT
Thank you, Johan.
You're correct, I use k_work_submit() to assign resubscribe task to another handler, out of GPIO ISR, it works well.
Thank you so much, have a nice weekend!
Regards,
Kai
Thank you, Johan.
You're correct, I use k_work_submit() to assign resubscribe task to another handler, out of GPIO ISR, it works well.
Thank you so much, have a nice weekend!
Regards,
Kai
|
By
Kai Ren
·
#1822
·
|
|
Re: re-subscribe in sample mesh_demo to cause HARD FAULT
Hi Kai,
The GPIO callback functions are invoked in interrupt context, so you
should really limit what you do there to the bare minimum. If you need
to perform something more complex or time consuming
Hi Kai,
The GPIO callback functions are invoked in interrupt context, so you
should really limit what you do there to the bare minimum. If you need
to perform something more complex or time consuming
|
By
Johan Hedberg
·
#1821
·
|
|
re-subscribe in sample mesh_demo to cause HARD FAULT
Hello,
I’m using ./sample/bluetooth/mesh_demo and running it on micro:bit board. I want to modify this sample code to support:
when the board reset, vendor model 0x00020000 (CID+MOD) subscribe
Hello,
I’m using ./sample/bluetooth/mesh_demo and running it on micro:bit board. I want to modify this sample code to support:
when the board reset, vendor model 0x00020000 (CID+MOD) subscribe
|
By
Kai Ren
·
#1820
·
|
|
Re: porting zephyr to Silabs EFM32 happy gecko
If you want to share your work on GitHub, I’d be able to take a look and see what might be going on.
- k
If you want to share your work on GitHub, I’d be able to take a look and see what might be going on.
- k
|
By
Kumar Gala
·
#1819
·
|
|
Re: porting zephyr to Silabs EFM32 happy gecko
HI Marcio,
I'm using following hack to get STL headers on board from gcc-arm-embedded:
# Dirty hack to find libstdc++ headers
execute_process(COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE
HI Marcio,
I'm using following hack to get STL headers on board from gcc-arm-embedded:
# Dirty hack to find libstdc++ headers
execute_process(COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE
|
By
Timothy <tymoteusz.kielan@...>
·
#1818
·
|
|
Re: Data channels as ADV channel in #BluetoothMesh ?
#bluetoothmesh
Except that this is not an error😊
Mesh 1.0 is..... version 1.0. So let’s see what improvements come in future releases. Proprietary extensions are not a good idea though, no matter how
Except that this is not an error😊
Mesh 1.0 is..... version 1.0. So let’s see what improvements come in future releases. Proprietary extensions are not a good idea though, no matter how
|
By
Martin Woolley <mwoolley@...>
·
#1817
·
|
|
porting zephyr to Silabs EFM32 happy gecko
Hi all,
I am trying to port Silabs EFM32 happy gecko to Zephyr project
There is a similar port:
http://docs.zephyrproject.org/boards/arm/efm32wg_stk3800/doc/efm32wg_stk3800.html
My zephyr linux
Hi all,
I am trying to port Silabs EFM32 happy gecko to Zephyr project
There is a similar port:
http://docs.zephyrproject.org/boards/arm/efm32wg_stk3800/doc/efm32wg_stk3800.html
My zephyr linux
|
By
Marcio Montenegro
·
#1816
·
|
|
Re: Data channels as ADV channel in #BluetoothMesh ?
#bluetoothmesh
Not errata, I mean Supplement to main Spec.
Excuse me for my English :)
Not errata, I mean Supplement to main Spec.
Excuse me for my English :)
|
By
Vikrant More <vikrant8051@...>
·
#1815
·
|
|
Re: Data channels as ADV channel in #BluetoothMesh ?
#bluetoothmesh
Hi Johan,
But could we add it without waiting for next specification ?
No manufacturer has yet released their products based on #BluetoothMesh on large scale. Everyone is in development stage. So it
Hi Johan,
But could we add it without waiting for next specification ?
No manufacturer has yet released their products based on #BluetoothMesh on large scale. Everyone is in development stage. So it
|
By
Vikrant More <vikrant8051@...>
·
#1814
·
|
|
Re: Data channels as ADV channel in #BluetoothMesh ?
#bluetoothmesh
Hi Vikrant,
Agreed, but unfortunately it's not possible with Bluetooth Mesh 1.0.
That said, it's possible we'll see a future Mesh specification version
that allows taking advantage of Bluetooth 5.0
Hi Vikrant,
Agreed, but unfortunately it's not possible with Bluetooth Mesh 1.0.
That said, it's possible we'll see a future Mesh specification version
that allows taking advantage of Bluetooth 5.0
|
By
Johan Hedberg
·
#1813
·
|
|
Zephyr 1.11.0-rc1 tagged
Hi all,
We are a couple of weeks late, but we have just tagged Zephyr 1.11.0-rc1.
All required features that have not been pushed out to 1.12 are now merged, and so we begin the stabilization phase
Hi all,
We are a couple of weeks late, but we have just tagged Zephyr 1.11.0-rc1.
All required features that have not been pushed out to 1.12 are now merged, and so we begin the stabilization phase
|
By
Carles Cufi
·
#1812
·
|
|
Data channels as ADV channel in #BluetoothMesh ?
#bluetoothmesh
Hi Johan,
In older version of Bluetooth, only 3 channels are used for advertising. But in Bluetooth 5 we can use data channels for advertising.
Can we use data channels as ADV channel by configuring
Hi Johan,
In older version of Bluetooth, only 3 channels are used for advertising. But in Bluetooth 5 we can use data channels for advertising.
Can we use data channels as ADV channel by configuring
|
By
Vikrant More <vikrant8051@...>
·
#1811
·
|
|
Re: network module
Tomasz,
You perfectly understood the problem.
After investigation, I think that we should separate LORA & LORAWAN:
- LORA contains only the link layer(L2)
- LORAWAN contains the network layer
Tomasz,
You perfectly understood the problem.
After investigation, I think that we should separate LORA & LORAWAN:
- LORA contains only the link layer(L2)
- LORAWAN contains the network layer
|
By
ismael fillonneau
·
#1810
·
|
|
Re: Bluetooth mesh support of ble 5 features
Hi Ashish,
The 1.0 version of the Bluetooth Mesh Profile specification is built for
4.0 or newer Bluetooth versions, and as such any later features are not
part of it. That said, there are some
Hi Ashish,
The 1.0 version of the Bluetooth Mesh Profile specification is built for
4.0 or newer Bluetooth versions, and as such any later features are not
part of it. That said, there are some
|
By
Johan Hedberg
·
#1809
·
|
|
Bluetooth mesh support of ble 5 features
Hi Johan,
I want to know, does present version of mesh support features of bluetooth 5 such as long range?
If yes, how can I control transmitting power of radio, to limit or extend range of signal
Hi Johan,
I want to know, does present version of mesh support features of bluetooth 5 such as long range?
If yes, how can I control transmitting power of radio, to limit or extend range of signal
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1808
·
|
|
Re: sanitycheck in shippable states faillure but reports 0 errors
> Which PR is this?
It is PR #5799 row #1 of summary
2018-02-21 22:23 GMT+01:00 Nashif, Anas <anas.nashif@...>:
> Which PR is this?
It is PR #5799 row #1 of summary
2018-02-21 22:23 GMT+01:00 Nashif, Anas <anas.nashif@...>:
|
By
Bobby
·
#1807
·
|
|
Re: sanitycheck in shippable states faillure but reports 0 errors
Which PR is this?
By
Nashif, Anas
·
#1806
·
|
|
sanitycheck in shippable states faillure but reports 0 errors
I get the failure report below in shippable.I don´t understand why
"ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)"is a failure.
What do I miss?
The test is a unit test and passes
I get the failure report below in shippable.I don´t understand why
"ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)"is a failure.
What do I miss?
The test is a unit test and passes
|
By
Bobby
·
#1805
·
|
|
Re: micro:bit accelerometer
Hi Martin,
I’m not aware of anyone currently working on it, but the accelerometer on the microbit is similar to the one on the freedom boards. You can use the fxos8700 driver as an example to
Hi Martin,
I’m not aware of anyone currently working on it, but the accelerometer on the microbit is similar to the one on the freedom boards. You can use the fxos8700 driver as an example to
|
By
Maureen Helm
·
#1804
·
|
|
micro:bit accelerometer
Hi, are there any plans to provide access to the BBC micro:bit’s accelerometer? I’d love to be able to use it in conjunction with the Bluetooth mesh generic level server model to control the level
Hi, are there any plans to provide access to the BBC micro:bit’s accelerometer? I’d love to be able to use it in conjunction with the Bluetooth mesh generic level server model to control the level
|
By
Martin Woolley <mwoolley@...>
·
#1803
·
|