hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Dear All:
I want to learn the detail of the ble technology and i think the offical ble sniffer is very cool, but it is not open source, so i want to write a ble sniffer...
development environment: SDK 15.2
I am trying to make app_ble_uart.project can be bond with my Android phone, but everytime i press "bond" button by nrf Connect APP
sd_ble_gap_sec_params_reply...
Existing method: Search equipment in app and try to connect.
Question: can I search our equipment in Android OS Bluetooth setting and pair?
The customer wants to be automatically...
I am developing a NIR (Near-Infrared) product using nRF52810. I use 15.3 for SDK and S112 for Softdevice. I implemented ADC (saadc) function based on ble_app_uart.
I have...
Hi everybody,
I been experimenting with the HID over GATT example (mouse), and I am trying to use more than 3 report IDs. When I used only 3 there's no problem. But when...
Hello DevZone,
SDK 15.0.0. SD132 PCA10040
SPI settings : Mode 0, MSB first, 125kbps, orc = 0
I am trying to get NFC communication between two dev kits, one using the...
Hi,
is there a possibility to tune the external xtal (lfxo) or the rtc?
In other microcontrollers there is a possibility to trim, for exampe the rtc ignores one or more...
Hi teams,
I have build custom board connected to ethernet via ENC28J60 ethernet controller.
It uses SPI communication with ENC28J60, but some strange behaviour during...
hello
i am using nrf52832 with pwm driver (working with ble and s132 if it metters)
i need to control 4 different motors speed via pwm, since there can be only 3 instances...
Hi
I have implemented a scannable advertising on nRF51822, s130, SDK12,
I can see it's working by reading the scannable information on nRC Connect, however,
on the sniffer...
Hallo,
I have a question reading the datasheet. It states:
" If a regulator is only to be used in LDO mode, the inductor for this regulator is not needed. "
I want to...
Hello,
i'm trying to understand how nrf52 and softdevice work to use it in the future, i'm working on STM32 and i have my own RTOS, i try to appropriate the platform by...
I received my NRF52840 dongles and downloaded SDK 16.0.0 and SES 4.52c. I found some old documentation that said how to convert ble_app_blinky to the dongle but then exploring...