Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
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 use latest version of sdk and mesh. I run co-exist example as client and server in switch-light example as server. in client side i have add group address as you have...
Hello:
I had the Thingy91 (nrf9160) configured and working, but after a while, I tried to test it again, and I started seeing these errors:
- When using the LTE Link Monitor...
Hello,
I am working with DFU in the nRF Connect App and its working fine. Now I want to switch to the Android-DFU-Library and I always get "DFU CHARACTERISTICS NOT FOUND...
Hello,
I am currently using mqttsn publisher exams with keep allive time of 30 seconds, so according to MQTT standard if period of inactivity will be 45 second and the client...
Hello,
I would like to sign a firmware image with a custom private key. This is intended for OTA firmware update. The key type is ecdsa-p256 and the file containing the...
Hi,
sdk:ncs v1.6.1
board:9160dk_nrf9160
I use RTT to output log data, but I found that it can only output about 1k characters each time. Where can I modify it?
this...
Hi Team,
These are the SDA and SCL lines of nRF52832 connected to a sensor. the clock frequency defined in the code is 400 KHz, but its coming as 200 KHz on oscilloscope...
Hello, I have designed a custom hardware using nRF52833. I tried to program the nRF52833 using nRF52832DK, I am having following connections- nRF DK nRF custom board VTG-VDD...
Hello,
I have applied for the SUPL license and it got denied. I met the criteria which is mentioned by the Nordic.
I did log in the last 4 week and I am the member of...
Hi,
I'm trying to register the SIM card that came with the nRF9160-DK I just received and during SIM registration, it's stuck at the "still working" step indefinitely...
I have custom board with nrf52833 Soc. I was trying to implement WS2812 LED driver in zephyr which connected to ( P1.09). according to WS2812 Sample Application I copy the...
Hi all
Thanks in advance for any hints you could give on this. I would like to measure two pwm signals (frequency and duty cycle) on two input pins of the nrf52832.
board...
In the nRF5 SDK there are two uart drivers, UART and UARTE. The UARTE driver makes use of the DMA whilts the UART driver uses interupts. This is what I understood when I used...
I am considering using this part from MAXIM (MAX31343).
https://datasheets.maximintegrated.com/en/ds/MAX31343.pdf
it is an RTC plus a 5ppm oscillator output that I can...
Hi all,
Now I'm analyzing the bug that is the fault of my application's timing control.
On analyzing, I found the difference that garbage collection callback was delayed...