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...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
By setting either:
ble_gap_adv_params_t::duration
or
ble_gap_adv_params_t::max_adv_evts
to a non-zero value should trigger the BLE_GAP_EVT_ADV_SET_TERMINATED event...
We are planning to use Adafruit BLE Feather with the IAR / Keil/ SWD tool chain for a small scale project . I notice the Adafruit BLE feather memory map is quite different...
Maybe I'm wrong but this seems to be wrong ASSERT in the function:
My understanding is that max time which can be set on timer is dependent from timer frequency and timer...
Hi There, i am pretty new to this ble and arm world. i was exploring my nrf52dk with sdk15 cryptography libraries. I have looked into an example of Elliptic Curve Diffie-Hellman...
Hi,
I had done secure OTA in my custom board using SDK12.2.0 with S130 v2.0.1 softdevice. But when i am trying to update the same for multiple times then its not happened...
Hi!
I'm running UART example and modified to run upon interrupt and its working fine, but in main() if condition ( if (cr == 'q' || cr == 'Q') ) is not executing even condition...
Hi,
I'm trying to toggle GPIOs 32-35 but it can't be done. Other GPIOs though such as 15,21,30 I change successfully.
Here's my code:
I saw a solution regarding NFC...
Until lately, I have never used characteristics longer than the 20 Bytes and if the length of application data was longer, I would fragment it on the application layer.
...
Hi there,
I’m trying to port Thingy to Segger Embedded Studio. After reviewing some related blogs on devzone and github, I have imported the Keil project into SES. All files...
Hi,
I'm trying to use adxl335 accelerometer to detect motion.
I'm having trouble understanding what the output of the accelerometer means.
Obviously, it should tell...
On SDK 12.0.0, SDK 12.1.0 and SDK 12.2.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic...
On SDK 13.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
The soc_evt_handler() function in nrf_drv_clock.c need to set m_clock_cb.hfclk_on = true.
When the softdevice is enabled and multiple modules request the HFCLK using nrf_drv_clock_hfclk_request...
I'm following your instructions for testing the Thread Secure DFU example , but I run into a message "Waiting for NCP to promote to a router ..." at step 6 and I don't o bserve...