|
Re: Problems with MQTT on FRDM-K64F
For the problem of address already in use, it seems that mosquitto is already running,
If you see there's a mosquitto process in "ps aux |grep mosquit", try to stop the existing one by "sudo service
For the problem of address already in use, it seems that mosquitto is already running,
If you see there's a mosquitto process in "ps aux |grep mosquit", try to stop the existing one by "sudo service
|
By
aska.wu
·
#684
·
|
|
Zephyr Help
Hello Zephyr Team,
In the zephyr folder, I am trying to compile the beacon filein the zephyr folder (CODK/zephyr/samples/bluetooth/beacon). It compiles when Iwrite the command, "make", however I am
Hello Zephyr Team,
In the zephyr folder, I am trying to compile the beacon filein the zephyr folder (CODK/zephyr/samples/bluetooth/beacon). It compiles when Iwrite the command, "make", however I am
|
By
Tamra Oyama <tamrako@...>
·
#688
·
|
|
AFH issue
Hi
The Nordic company referred me to your website so I may get my answer here.
My question is that I need to implement my own channel mapping based on a
different scenario. For example, in the list
Hi
The Nordic company referred me to your website so I may get my answer here.
My question is that I need to implement my own channel mapping based on a
different scenario. For example, in the list
|
By
Ali Nikookar <nikookar7@...>
·
#683
·
|
|
Problems with MQTT on FRDM-K64F
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
|
By
Kevin Stöckl <k_stoeckl@...>
·
#682
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi Bjarne,
As Justin said, for Bluetooth-related questions feel free to join us on #zephyr-bt. If you’re interested in the BLE controller (LL), and particularly when running on nRF5x hardware,
Hi Bjarne,
As Justin said, for Bluetooth-related questions feel free to join us on #zephyr-bt. If you’re interested in the BLE controller (LL), and particularly when running on nRF5x hardware,
|
By
Carles Cufi
·
#681
·
|
|
Re: [RFC] Network application API
Hi,
Indeed, the net_app is just a bunch of helpers that make creating
networking applications a bit easier. This is not replacing any
existing api (expect the semi private net_sample API). The most
Hi,
Indeed, the net_app is just a bunch of helpers that make creating
networking applications a bit easier. This is not replacing any
existing api (expect the semi private net_sample API). The most
|
By
Jukka Rissanen
·
#680
·
|
|
Changes to testcases and sanitychecks
Hi,
We have just merged a series of commits that change the behavior of sanitycheck script and the syntax of the testcase definition file. While the syntax stays mostly the same, it was changed from
Hi,
We have just merged a series of commits that change the behavior of sanitycheck script and the syntax of the testcase definition file. While the syntax stays mostly the same, it was changed from
|
By
Nashif, Anas
·
#679
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi,
For Zephyr there’s #zephyrproject
For ZJS (Javascript runtime for Zephyr OS) there’s #zjs
There may be more but those are the ones I’m aware of. Both are on Freenode.
From:
Hi,
For Zephyr there’s #zephyrproject
For ZJS (Javascript runtime for Zephyr OS) there’s #zjs
There may be more but those are the ones I’m aware of. Both are on Freenode.
From:
|
By
Brian Jones
·
#678
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
The OS is discussed in the general channel #zephyrproject. The Bluetooth stack for Zephyr is discussed in the channel #zephyr-bt.
The OS is discussed in the general channel #zephyrproject. The Bluetooth stack for Zephyr is discussed in the channel #zephyr-bt.
|
By
Justin
·
#677
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi Bjarne,
+ Adding the Developers mail list who will best be able to point you in the right direction
Thanks!
Brett
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google
Hi Bjarne,
+ Adding the Developers mail list who will best be able to point you in the right direction
Thanks!
Brett
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google
|
By
Brett Preston
·
#676
·
|
|
Re: CAN drivers/infrastructure
Not aware of any, always open to contribution :)
- k
Not aware of any, always open to contribution :)
- k
|
By
Kumar Gala
·
#675
·
|
|
Re: [RFC] Network application API
Hi Paul,
Looks like to me that net_app proposal is not growing the native API. It's fully optional.
Socket API and net_app are quite distinct. In fact, many application oriented API are
made on top
Hi Paul,
Looks like to me that net_app proposal is not growing the native API. It's fully optional.
Socket API and net_app are quite distinct. In fact, many application oriented API are
made on top
|
By
Tomasz Bursztyka
·
#674
·
|
|
Re: [RFC] Network application API
Hello Jukka,
Jukka Rissanen <jukka.rissanen@...> wrote:
Thanks for posting this RFC. It touches some issue I also wanted to
post RFC about: with (1st stage of) BSD Sockets work nearing
Hello Jukka,
Jukka Rissanen <jukka.rissanen@...> wrote:
Thanks for posting this RFC. It touches some issue I also wanted to
post RFC about: with (1st stage of) BSD Sockets work nearing
|
By
Paul Sokolovsky
·
#673
·
|
|
Re: False positive on Shippable ?
I didn't change anything. You did eliminate the error, leaving only warnings, so perhaps that is why it passed.
David
I didn't change anything. You did eliminate the error, leaving only warnings, so perhaps that is why it passed.
David
|
By
David Brown
·
#672
·
|
|
Re: [USB] Nordic NRF52 USB support
Hi Richard,
nRF52832 in pca10040 does not support USB. Only nRF52840 in pca10056 has USB support.
That said, there is no USB driver as of yet for nRF52840 in Zephyr. Only planned work is to open
Hi Richard,
nRF52832 in pca10040 does not support USB. Only nRF52840 in pca10056 has USB support.
That said, there is no USB driver as of yet for nRF52840 in Zephyr. Only planned work is to open
|
By
Chettimada, Vinayak Kariappa
·
#671
·
|
|
[USB] Nordic NRF52 USB support
Hi Zephyr Developers,
first of all ... great work! I really love the software design of zephyr!
Is there some work in progress to support the USB driver in the
nrf52-pca10040 board?
I took a look
Hi Zephyr Developers,
first of all ... great work! I really love the software design of zephyr!
Is there some work in progress to support the USB driver in the
nrf52-pca10040 board?
I took a look
|
By
Richard Peters <mail@...>
·
#670
·
|
|
[RFC] Network application API
Hi all,
There has been discussion and complaints that the current net_context
API that applications can use is too low level and requires lot of
effort from application developer to create a bug free
Hi all,
There has been discussion and complaints that the current net_context
API that applications can use is too low level and requires lot of
effort from application developer to create a bug free
|
By
Jukka Rissanen
·
#669
·
|
|
Re: False positive on Shippable ?
Hey David,
yes that one white-space thing I over looked. And now I fixed it the
other errors are gone to, which kind of surprises me.
Did you or someone else change anything between the two runs
Hey David,
yes that one white-space thing I over looked. And now I fixed it the
other errors are gone to, which kind of surprises me.
Did you or someone else change anything between the two runs
|
By
Erwin Rol
·
#668
·
|
|
False positive on Shippable ?
Hey all,
Could someone tell me why shippable is complaining here?
https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/1619/consolidateTests
- Erwin
Hey all,
Could someone tell me why shippable is complaining here?
https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/1619/consolidateTests
- Erwin
|
By
Erwin Rol
·
#667
·
|
|
Re: Next supported boards on Zephyr - STM32L0 ?
Hi Felix,
Indeed, it's planned but I still need to debug the base port.
If you want to give a try, here is my base branch :
https://github.com/superna9999/zephyr/commits/stm32l0x
I'll be happy to
Hi Felix,
Indeed, it's planned but I still need to debug the base port.
If you want to give a try, here is my base branch :
https://github.com/superna9999/zephyr/commits/stm32l0x
I'll be happy to
|
By
Neil Armstrong
·
#666
·
|