i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hello
What is the specified max current on the supply pins for nRF52840?
The GPIO pins are specified to source max 14mA in 'high drive' mode:
How many of these pins...
Got called back to an old product that used nRF24LE1. Need to do a simple hot fix.
But I don't have the nRF6700 Dev Kit with me anymore. It cost almost $600 to get one from...
To the kind attention of Nordic support team,
I know that gazell secured libraries are available at least for keil compiler and nRF52840 device.
Are those libraries available...
Hi,
We are seeing a voltage of approx 1 volt on our USB connector when USB is not being used (VBUS).
We are using our device in a Wet environment; this voltage between...
Hello,
I am using nrf52840DK and I try to send data from sensor to ble toolbox. I want it to advertise for 1 minute and then go sleep for 5 minutes and do it again and again...
Hello dear Nordic Semiconductor. I use one of your creation - nRF52840 USB dongle. I have troubles with using USB CDC ACM. I add ble stack to gather info about advertisement...
Hello,
I want to do fast advertising (100ms) (LE privacy enabled) for about a minute, then I want to transition to slow (1000ms) advertising forever (or until a connection...
To the kind attention of Nordic support team,
I'm porting old code in order to use nRF52840 and s140 softdevice. During initialization of device information service I have...
i've been trying to update certification on the device (fallowed the guide https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-cloud...
Hi there!
Working with the nRF52840 DK, I am wondering how I might modify an existing SDK example in order to display the Tx and Rx Power characteristic on a hardware connected...
Dear I would like to put the license key to nff5-SDK examples into sdk_config.h file Format on thisiannt side looks like this 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX...
Hi I tried modifying the ble_app_uart_pca10056_s140 example as follows (nus_data_handler method modified only) such that it echoes the data back sent from the phone:
I...
Hello to everyone,
I was told to develop a simple BLE scanner using NRF52 DK (NRF52832). The idea is just to identify surrounding devices but we don't want to initiate connection...
Hello,
I just managed to trigger a syntax error for a seemingly normal set of compiler flags / defines in ser_dbg_sd_str.c:
Compiling file: ser_dbg_sd_str.c ../.....
I have to implement a custom I2C Bus communication. My Slave has to listen on all Addresses (eg. the Address 0x00 will be used as a Broadcast Address) and has to answer to...