Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hi guys,
Is there a recent example that shows how to add user description descriptors to characteristics on S132 V5.1 ? I have tried the various methods I could find in...
Hello,
My sck frequency will be 5Mhz.
Accordingly, nrf24l01 + mcu or Rpull = 10kohm and Cload = 50pF
How should I connect according to the SPI time parameter?
Hello guys,
We are performing BLE Scan with filtering by using the device name as a filter.
We are aware of the following facts:
All the advertising packets will be...
Hello everyone,
I'd like to use 6lowpan over BLE (that's IPSP isn't it?) on the nRF51822, specifically the Micro:Bit. What are the options for doing this?
It appears to...
Hello, I am a student studying zigbee. I want to communicate zigbee with the nRF52840 board, but first I checked the lead on/off of the board where zc_light was uploaded with...
Hello, teams!
Thank you for helping.
Now I'm interested in implementing the direction finding technology by using nRF5340 PDK.
Here are my questions.
1. Is there...
sir/madam i am beginner in nrf52 i want to display time stamp using an in built rtc. i am using that nrf calender in github as reference i am getting the following 4 errore...
Hi,
I have a problem with resume suspended TWIM transmission. My goal is to send | START | ADDR | DATA 1 | DATA 2 | STOP | where DATA 1 and DATA 2 will be send in two separate...
Hello
I am using SDK v17 and nRF52DK board (PCA10040) and testing mpu6050 sensor.
I want to print out the sensor value through the app through ble_app_uart.
Before sending...
HI.
I am trying to connect a laptop BLE and a custom device using HID.
I have to connect multiple devices to my laptop.
I know that the maximum number of connections...
There is an error in projects that utilise RTT for CLI. SDK_CONFIG.H contains the line CLI_RTT_ENABLE. This must be CLI_RTT_ENABLED for the macro NRF_MODULE_ENABLED(CLI_RTT...
I go into MCUBoot mode and I get: MCUboot DFU failed. Error occured when program. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: Unknown value (ffffff8e) When trying...
Hi all,
I'm evaluating design for a bluetooth + GPS + NB-IoT ultra-low power device
I see the only possibility to get a such module is to design it (I didn't found anything...
Hello,
I'm trying to auto-build my application through Github actions however I'm running into this problem
When I try to run this locally it works perfectly fine however...