Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
Hello! Does anyone know how to access the source code installed on the nrf52840dongle with the Bluetooth Low Energy application?
As you can see, the application offered...
Hi,
I need to enable PIN based security for my dev. project on Nano 33 BLE, by PIN security I mean force mobile app to enter a hard-coded PIN to connect to my BLE device...
Hi,
I'm working on a simple app that is supposed to generate a CSR and have it signed by a web server. The problem is, I can't even get zephyr to build the components...
Hi,
i am working with ic nRF52832_xxAB. example provided is based on nRF52832_xxAA. creating ram size issue. how to select proper ic numer, flash and ram sizes.
Hi,
I am currently working on a custom flex board using the Taiyo Yuden EYSHCNZWZ (based on the nrf52832). I am able to program the device with the soft device, bootloader...
Hi,
I'm designing a PCB based on the nRF52 Dev kit.
I just need a BLE module with the nRF52832. My question is if I use the ports p19 or p20, do I really need the ATSAM3U2C...
Hi
I am trying to write 200bytes of data in flash memory ,
but sd_flash_write() returns error code NRF_ERROR_INVALID_FLAGS.
and i couldnt find out the reason for that...
Hi
I wanna use second pin of nRF52832 as a gpio output pin.
I'm using software as a follows.
・nRF5_SDK_17.1.0_ddde560
I don't know which function programs I must use...
Dear, 1. what maximum voltage may be applied through the two pin connectoe marke External Supply on nRF5340Dk kit? 2. Does the Debugger works with external supply also or...
Hi,
Simply asking, what is the difference between nRF Connect SDK and nRF Connect Desktop? I would like to program nRF5340 DK with a feature of ble coded PHY (ble with...
Hello,
52840 MAXIMUM_TX_POWER is 8dB,
it support long range transmission,see Test reports & deployment recommendations — Fanstel
5340 MAXIMUM_TX_POWER is only 3dB...
we are using "nRF5_SDK_17.0.2_d674dde" and nRF52832 chipset to develop software, after build via SES, we try to merge the app hex file and softdevice file, but it fails. ...
Hi,
We want to know more about DMA in I2C,
we are using TWI Master and Slave drivers as mentioned here in this blog https://devzone.nordicsemi.com/guides/nrf-connect...