In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
I'm evaluating nRF9160 + Serial LTE Modem application for a battery powered device that uploads data via HTTP POST 8-12 times per day. Since all interactions are initiated...
Normally when we send data via UDP we get a +CEREG: 5 response.
We use this to generate a signal <e_ready which in turn allows the next message to be sent.
(As per the...
Hi
I wants to do POC on LE audio, I know nrf5340 support all Bluetooth5.2 spec. Where can I found LC3 codec that can help me for POC? is Zephyr LC3 codec can help?
https...
I'm doing a bit of research on Nordic Semiconductor devices and am currently looking into devices that use a nRF52x chipset.
I have been looking around the internet for...
Hello , I am working on a project which contains I2C communication, When I test the twi scanner example on my sensor and it works fine But when I do the combination with the...
I'm trying to update our LTE connection library to use the LwM2M Carrier library to be prepared for carrier certification and I am not seeing any way to request that the modem...
1.Project only has one main.c file. Other files are in zephery public folders,like conn.c etc.
My problem is ,if I modified conn.c for one project, how about the other project...
Hi, I've recently been diving into the whole trustzone implementation on Zephyr and I'm having trouble understanding how to properly work with it.
My question is fairly...
I'm using the default implementation of the Peer Manager module. I see under the hood it uses the FDS module to handle Flash Write/Reads. If I wanted to implement some Flash...
Good evening,
I am using a nrf52840DK to set up a product prototype and I have a couple of questions about the peripherals. My nRF Connect SDK version is 1.5.99.
1....
Hi, Iam working on creating a ble mesh network. I wanted send led status whether on/off message from server to client periodically like every 10sec. I have configured the...
Hi I'm learning Zephyr ecosystem in context of using nRF SoCs. How one can achieve current consumption values as low as in datasheet ( 0,4 uA in System Off, with no RAM retention...
After nrf52840 uses the SPIM3 peripheral to send data, turn off the SPIM3 peripheral to enter low power consumption, and there will be 700UA current; if the SPIM3 peripheral...
I am trying to read data from a chip over SPI.
The implementation of the SPI comms is not ideal as they require a new CS/SS line toggle on every byte. I cannot do a bulk...