Hi everyone, I have a custom board in nrf52833. Currently, the gpios on nrf52833 are gone, except for the NReset pin (P0.18). Can I configure the NReset GPIO as a GPIO I/O...
My eval setup is PPK2(source mode) -> nPM1300EV - -> nRF54L15DK. I have my load connected to BUCK2, everything else is disabled.
I'm getting higher than expected input current...
I am currently attempting to send HTTP requests (GET and POST) with my nRF9160 DK over an LTE connection. I have tried running the HTTP client sample code under zephyr/samples...
Hi,
Currently, we develop a prototype that needs to communicate with WuR; the FH101RF. Could you please tell me if it is possible to communicate with it? If not, can you...
I am testing gnss without lte connectivity, which seems to work ok.
Except when I get "The modem has detected a reset loop. LTE network attach is now restricted for the...
Hello, could you please provide me an working example of TCP socket communication using Thingy:91X by LTE-M/NB-IoT?
I haven't found any (only UDP and I need TCP).
Thank...
Hi,
I am using the nrf54l15 on a custom board in our current project and want to use it with DFU over BLE FOTA as well as TF-M.
I can compile the project just fine before...
Hi,
I am a new comer to the nRF8001.
I am using Redbear Blendmicro (nRF8001) for my project.
I have wrote a apps to scan my Blendmicro(s) and acquire their RSSI value...
I use direct input AIN2 pin battery 3.3v, the other pins are not connected to anything, I did not enter into ADC_IRQHandler,may ask about what the problem it
this is my...
Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino ( https://github.com/robotastic/ANCS-Library ) that was working fine with iOS 7. I...
I'm trying to program nrf51822 via st-link and open ocd.
Here command:
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl -c "program address".
...
dear all:
I have 2 kind of board that are PCA10006 and PCA10028,
but I find out the IoT example can't be run on PCA1006,
what are different between PCA10006 and PCA10028...
I have added the DFU service to our own project. Normal application updates work perfectly and even the update of bootloader and softdevice is fine.
In a new case we had...
I'm still newbie of BLE developer, and designing a BLE device based on nrf51822 (whose service uuid is partially used for identification of serial number).
Like nordic's...
We want to design our own custom USB Dongle for connecting our sensor board to a PC. Sensor board has a nRF51 chip using Gazell protocol to transmit sensor data and also softdevice...
I am using keil compiler. The nRF51822 stack succesfuly compiled and also i am created the hex.I don't have j-link programmer but i will try to download using Ulink2 can u...
I meet a trouble like this:
My colleague used " nRF51822 QFAAC0 1322AW " to make a product. The KEIL program "based on s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK...
When nrf51822 with 32KB RAM will available? If it is going to be delayed is it possible to get samples? (I like to try IOT SDK and with my PCA10001 the heap overflows.)
...
If I don't call nrf_gzll_set_base_address_0(...) or nrf_gzll_set_base_address_1(...) what address will it use?
Also, what is the default number of send attempts?
Hi, I purchased and received the pca100028/nRF51-DK on Friday (12/19).
I've upgraded to Keil 5.12, loaded the 7.10 sdk pack, loaded the radio_test_pca100028 example ( I...
Hi
The datasheet for nRF24le1 seems to describe two ways to find out if the TX buffer is full.
Register map 07, STATUS, bit 0, TX_FULL
Register map 17...